Commit Graph

1152 Commits

Author SHA1 Message Date
Brandon Wright 28d1aa117d Be more conservative and use HC=512 instead. 2018-08-17 10:59:10 -05:00
Brandon Wright b79b94b675 Revert "Move render to HBLANK start."
This reverts commit 933c861063.
2018-08-17 10:56:48 -05:00
Brandon Wright 933c861063 Move render to HBLANK start. 2018-08-17 10:23:20 -05:00
Dwedit 8064f7f289 Makefile Changes: Use Link-time optimization on GCC, and define __WIN32__ in all MSVC targets 2018-08-16 11:01:39 -05:00
Brandon Wright 8db667fe13 Don't black out screen when no data in savestate. 2018-08-16 11:01:39 -05:00
bearoso 26066945d2
Merge pull request #395 from retrotalker/region
Console region option
2018-08-15 14:52:11 -05:00
bearoso 61613e306b
Merge pull request #394 from retrotalker/makefile
makefile.common fix
2018-08-15 14:51:54 -05:00
bearoso 4988364c89
Merge pull request #396 from retrotalker/overclock
"Light" overclocking option
2018-08-15 14:49:25 -05:00
retrotalker a05450d658
overclocking option
light
2018-08-15 12:15:24 -05:00
retrotalker 9d87c575e0
makefile.common fix
remove spc_dsp.cpp -- already included in sdsp.cpp
2018-08-15 12:10:31 -05:00
retrotalker 3425a234dd
Console region option
auto, ntsc, pal
2018-08-15 12:08:57 -05:00
Brandon Wright e3216ec88e Don't allow IRQ to occur instantly when just writing $4200. 2018-08-14 17:33:03 -05:00
Brandon Wright 0b75e2de9d GTK+: Add dangerous hacks. 2018-08-14 17:33:03 -05:00
OV2 67effe4b42 win32: add dx9 error dialog with download link 2018-08-14 21:30:48 +02:00
Tatsuya79 a117e9505c rise sprite limit hack to 128 2018-08-11 16:49:57 -05:00
Brandon Wright 04a744de2e Add merge option for hires blending. 2018-08-11 16:46:40 -05:00
Brandon Wright f2813ba2c5 Fix garbage on left column in Kirby 3. 2018-08-11 12:36:46 -05:00
Brandon Wright 4b519dd530 Change ARM to __arm__ and add GCC/Clang catch-all. 2018-08-11 10:40:08 -05:00
Brandon Wright 386bfe0aa9 LoROM: Don't map SRAM if size is 0. 2018-08-07 11:48:21 -05:00
Brandon Wright e3220953c4 libretro: Fix sprite limit name. 2018-08-07 11:44:55 -05:00
OV2 d2183af371 libretro: add fast snapshot support 2018-08-07 18:39:36 +02:00
OV2 72686f0f76 win32: get rid of some warnings 2018-08-07 18:37:14 +02:00
OV2 55e5cd6272 win32: switch to DirectXMath to remove d3d9x dependency, remove HLSL 2018-08-07 18:37:14 +02:00
Brandon Wright ada43c7992 Don't break double-height modes. 2018-08-06 17:32:23 -05:00
Brandon Wright 1bf9ca8fa0 Fix snafu. 2018-08-06 17:05:17 -05:00
Brandon Wright 6eaadf1e44 libretro: Fix some warnings. 2018-08-06 16:14:45 -05:00
Brandon Wright e280153ad4 libretro: add memory randomization 2018-08-06 16:12:35 -05:00
Brandon Wright cf5681ad32 Add overclock and sprite limit options. 2018-08-06 15:51:35 -05:00
Brandon Wright 37f6259f06 Fix Chrono Trigger bug where screen jumps. 2018-08-06 12:54:38 -05:00
Brandon Wright 6d15bf7d94 Make interpolation config a little cleaner.
Add config file option to all ports.
2018-08-06 12:31:07 -05:00
Brandon Wright 67dc92d2b0 Use outer-scope "in". 2018-08-06 10:10:34 -05:00
Brandon Wright f60abd9e94 Add DSP interpolation code. 2018-08-05 17:04:06 -05:00
Brandon Wright a1b9a89718 GTK+: Update interlaced drawing.
Apply vsync on resize.
2018-08-05 17:03:36 -05:00
OV2 11beff44f1
Merge pull request #356 from fr500/master
fix mouse and lightguns
2018-08-04 13:53:11 +02:00
radius cd9bc197cb fix mouse and lightguns 2018-07-30 17:53:21 -05:00
bearoso e21dbf488d
Merge pull request #371 from turhope/ppu
ppu.windowleft fix
2018-07-30 15:36:48 -05:00
bearoso 297f0adadf
Merge pull request #368 from orbea/data
gtk: Use datarootdir instead of datadir.
2018-07-30 15:36:25 -05:00
turhope 4ed8a22f47
ppu.windowleft fix
some games incorrectly show rogue vertical line on column 0
2018-07-30 13:34:07 -05:00
orbea 1a9a30ac93 gtk: Use datarootdir instead of datadir. 2018-07-28 16:33:23 -07:00
Brandon Wright d5eeda8bbc Fix with_system_zip variable name. 2018-07-28 17:58:33 -05:00
bearoso 595a19c3d5
Merge pull request #367 from orbea/libretro
One moreSnes9x alias instead of stdint type.
2018-07-28 17:53:45 -05:00
orbea a77b3b379b One moreSnes9x alias instead of stdint type. 2018-07-28 15:48:08 -07:00
Brandon Wright abb4b4c39f Use Snes9x aliases instead of stdint types here. 2018-07-28 15:59:15 -05:00
Brandon Wright c6db74c3bd Revert "Lower SA1 relative speed slightly."
Super Mario RPG is negatively affected.

This reverts commit 597275bb39.
2018-07-19 19:41:33 -05:00
Brandon Wright 597275bb39 Lower SA1 relative speed slightly. 2018-07-19 18:19:26 -05:00
Brandon Wright 2de55719de Check for NULL Display. 2018-07-12 10:15:37 -05:00
OV2 798aa86a45
Merge pull request #354 from fr500/master
fix crash with sufami turbo and remove lingering runahead code
2018-07-08 15:14:49 +02:00
radius c944a678f1 remove lingering runahead code 2018-07-07 12:13:59 -05:00
radius 239d81f894 fix crash with sufami turbo 2018-07-07 11:46:45 -05:00
Brandon Wright d1b90ddb96 JMP with index has an I/O cycle here. Fixes Phalanx. 2018-07-05 10:54:19 -05:00