Added compatibility option to disable accurate CPU ALU emulation
Refactored settings panels
Added dialog to choose whether IPS patches are for headered ROMs
Disabled extended SNES header decoding thanks to ROM hacks ignoring them
This commit is contained in:
byuu
2019-09-03 12:01:45 +09:00
parent 08e5e81609
commit 2bb1606552
21 changed files with 446 additions and 326 deletions

View File

@@ -13,7 +13,7 @@ ifeq ($(ruby),)
ruby += input.sdl input.xlib input.udev
else ifeq ($(platform),bsd)
ruby += video.glx video.glx2 video.xvideo video.xshm
ruby += audio.oss #audio.openal
ruby += audio.oss #audio.pulseaudio
ruby += input.sdl input.xlib
endif
endif