web-dev-qa-db-ja.com

mupen64plus 1.99.3で異方性フィルタリングとアンチエイリアスを有効にする方法

OS:Ubuntu 10.04 64ビットmupenエミュレーターでこれらを有効にする方法について、すべてを調べました。私はここに誰かがこれについて知識があるかどうかをチェックして見るかもしれないと思った。 http://code.google.com/p/mupen64plus/ これらを取得するためにProject 64を使用するためにWindowsに戻る必要がないことを本当に望んでいます。そして、誰もが「Project 64 rocks with wine」と言う前に、確かにそうですが、ワインにアンチエイリアシングはありません...よろしくお願いします。 ^^

2
Ethan

私はmupenをAAとAFを使うように設定する方法を理解したと思います。問題は、ライスビデオプラグインのconfig.cppを手動で構成する必要があることです。マルチサンプリングと異方性フィルタリングのオプションはすでにありましたが、0に設定しました。このガイドを使用してHGをダウンロードし、構成を変更して変更せずに構築しましたが、mupen64plusの実行中にエラーが発生しました。

    ethan@ethans-mac:~/Emulators/N64/mupenHG/test$ ./mupen64plus --resolution 1920x1080 --windowed --verbose /home/ethan/Emulators/ROMs_ISOs_IMGs/N64/Zelda\:\ OOT/Legend\ of\ Zelda\,\ The\ -\ Ocarina\ of\ Time\ \(USA\).n64
 __  __                         __   _  _   ____  _             
|  \/  |_   _ _ __   ___ _ __  / /_ | || | |  _ \| |_   _ ___ 
| |\/| | | | | '_ \ / _ \ '_ \| '_ \| || |_| |_) | | | | / __|  
| |  | | |_| | |_) |  __/ | | | (_) |__   _|  __/| | |_| \__ \  
|_|  |_|\__,_| .__/ \___|_| |_|\___/   |_| |_|   |_|\__,_|___/  
             |_|         http://code.google.com/p/mupen64plus/  
Mupen64Plus Console User-Interface Version 1.99.3

UI-console: attached to core library 'Mupen64Plus Core' version 1.99.3
            Includes support for Dynamic Recompiler.
Core: Goodname: Legend of Zelda, The - Ocarina of Time (U) (V1.0) [!]
Core: Name: THE LEGEND OF ZELDA
Core: MD5: 5BD1FE107BF8106B2AB6650ABECD54D6
Core: CRC: ec7011b7 7616d72b
Core: Imagetype: .v64 (byteswapped)
Core: Rom size: 33554432 bytes (or 32 Mb or 256 Megabits)
Core: ClockRate = f
Core: Version: 1449
Core: Manufacturer: 43000000
Core: Cartridge_ID: 4c5a
Core: Country: USA
Core: PC = 80000400
Core: EEPROM type: 0
UI-Console: Cheat codes disabled.
UI-console: using Video plugin: 'Mupen64Plus OpenGL Video Plugin by Rice' v1.99.3
UI-console: Video plugin library: ./mupen64plus-video-rice.so
UI-console: using Audio plugin: 'Mupen64Plus SDL Audio Plugin' v1.99.3
UI-console: Audio plugin library: ./mupen64plus-audio-sdl.so
UI-console: using Input plugin: 'Mupen64Plus SDL Input Plugin' v1.99.3
UI-console: Input plugin library: ./mupen64plus-input-sdl.so
UI-console: using RSP plugin: 'Hacktarux/Azimer High-Level Emulation RSP Plugin' v1.99.3
UI-console: RSP plugin library: ./mupen64plus-rsp-hle.so
Core Error: broken Video plugin; function(s) not found.
UI-Console: error from core while attaching Video plugin.
Core Status: Rom closed.

考えや解決策は?ありがとう。これを理解するために使用されるリンク: http://code.google.com/p/mupen64plus/wiki/CompilingFromHg?colspec=ID%20Type%20Component%20Status%20Priority%20Stars%20Milestone%20Owner%20Summary&sort=- id

2
Ethan

Nvidiaを使用する場合、nvidia-settingsアプリケーションを使用して、アンチエイリアスと異方性フィルタリングの設定をグローバルに上書きできます。

http://img208.imageshack.us/img208/6316/70292226.jpg

ATIにも同様のコントロールパネルがあるのでしょうか。

1
Bob Hazard