Commit Graph

1807 Commits

Author SHA1 Message Date
Brandon Wright
83916eb56d Round up calculated size to next 8k for bad hacks. 2019-04-14 13:03:09 -05:00
Brandon Wright
85326c8daf GTK: Update strings. Translate some español. 2019-04-13 16:28:42 -05:00
Brandon Wright
a820272191 GTK: Save echo buffer hack value.
Sanitize overclock settings when UI doesn't make them available.
2019-04-13 15:54:41 -05:00
Brandon Wright
c3bc6fff87 GTK: Add configurable initial background. 2019-04-13 15:47:01 -05:00
Brandon Wright
e170bf66ca GTK: Add the hacks to UI. 2019-04-13 15:25:55 -05:00
Brandon Wright
79d9a2ee7e Update changes.txt. 2019-04-12 14:42:26 -05:00
Brandon Wright
66046da2c8 Update win32 glslang correctly. 2019-04-12 12:23:39 -05:00
Brandon Wright
f70e072bd9 Revert to higher APU clock. 2019-04-12 12:10:51 -05:00
Brandon Wright
b590ec10ab GTK: Use "Auto-patched" to clarify. 2019-04-10 14:51:01 -05:00
Brandon Wright
ac4d458f7b Add Settings.IsPatched to know if ROM was patched. 2019-04-10 14:43:20 -05:00
Brandon Wright
c6facbdf4a Fix BPS patch support. (ArtiiP) 2019-04-10 14:12:29 -05:00
Brandon Wright
07f1976dcf Win32: Fix accidental frametime reversion. 2019-04-09 10:54:29 -05:00
Kenta Yoshimura
1f2b5988c1 Define alwaysinline to PIXEL functions. 2019-04-09 08:04:15 +09:00
Brandon Wright
6a789f9947 Add the separate echo buffer option. 2019-04-08 17:16:24 -05:00
Brandon Wright
3c879cc2b3 Win32: Add hacks dialog. 2019-04-08 16:54:24 -05:00
Kenta Yoshimura
3b9820d75b Use alwaysinline with COLOR functions in gfx.h, MATH functions in tile.cpp, and CachedTile class in tile.cpp. 2019-04-08 01:13:07 +09:00
Kenta Yoshimura
c71429c2b7 Merge FORCE_INLINE macro to alwaysinline into port.h. 2019-04-08 01:07:16 +09:00
Brandon Wright
d404f3fd39 Tweak 16x16 icon. 2019-04-06 17:42:51 -05:00
Brandon Wright
0d4bcb55bc GTK: Fix up PortAudio output a bit. 2019-04-03 19:23:54 -05:00
Brandon Wright
b6fcbe0f46 Shaders: Use GL_X_MIPMAP_X with mipmap_input. 2019-04-03 18:32:17 -05:00
Brandon Wright
5f8d4bd26e Fix icon proportions to be precise. 2019-04-03 17:22:26 -05:00
Brandon Wright
53d7441c7c Win32: Fix blurriness on flat icon. Add glossy icon. 2019-04-03 16:56:21 -05:00
Brandon Wright
8eca5590e1 SFX: Make SFX2 1/3 faster than 1.59.2. 2019-04-03 13:14:14 -05:00
Brandon Wright
43d54e1fb0 Use old 3D icons with a new 48x48 size added. 2019-04-03 12:19:55 -05:00
Brandon Wright
ee9c95ca6b Adjust SuperFX2 speed slightly. 2019-04-03 12:08:43 -05:00
Brandon Wright
8035c3073f Fix icons. Add LodanZark's flat icon as an option. 2019-04-03 12:01:58 -05:00
Kenta Yoshimura
9cec789d1b Try to fix syntax error. 2019-04-03 21:17:47 +09:00
Kenta Yoshimura
4ec594f53a Fix syntax error. 2019-04-03 08:28:10 +09:00
Kenta Yoshimura
e7cb965bfa Remove unused line. 2019-04-03 01:42:38 +09:00
Kenta Yoshimura
e59ccab0b4 Unmacro GET_CACHED_TILE, IS_BLANK_TILE and SELECT_PALETTE. 2019-04-03 01:12:50 +09:00
Kenta Yoshimura
e54b9f4354 Remove top-level #include. 2019-04-03 01:12:50 +09:00
Kenta Yoshimura
867ee9c689 Remove second-level #inclue and third-level #include. 2019-04-03 01:12:50 +09:00
Kenta Yoshimura
b4142cb1f1 Remove tile drawing facade functions. 2019-04-03 01:12:50 +09:00
Kenta Yoshimura
7b31af02a2 Unmacro DRAW_TILE. 2019-04-03 01:12:50 +09:00
Kenta Yoshimura
6424a471f3 Merge macro OFFSET_IN_LINE. 2019-04-03 01:12:50 +09:00
Kenta Yoshimura
824eab3acc Unmacro DRAW_PIXEL Hires. 2019-04-03 01:12:50 +09:00
Kenta Yoshimura
3aecd16edd Unmacro DRAW_PIXEL Normal1x1. 2019-04-03 01:12:50 +09:00
Brandon Wright
51edec756f GTK: OpenGL: Don't spin with sync_control option. 2019-04-01 17:10:12 -05:00
Brandon Wright
e87b742787 Recorrect green bit math. 2019-04-01 11:43:56 -05:00
Brandon Wright
ff964ded04 Update changes.txt. 2019-03-31 18:22:20 -05:00
Brandon Wright
bd7669e78c libretro: Use 565 format for NTSC filter. 2019-03-31 15:32:49 -05:00
Brandon Wright
a2ef6e3818 Fix android compile with ntsc filter. 2019-03-30 20:21:07 -05:00
stellarporter
2d960df03e blargg filter 2019-03-30 19:20:48 -05:00
Brandon Wright
d975010369 Fix inadvertent use of C++11 in core. 2019-03-30 19:18:01 -05:00
Brandon Wright
d1d9a2ae51 Change variable names to make sense. 2019-03-27 15:42:40 -05:00
Brandon Wright
3b842f896b Adjust new math to do 15->16 bit correctly. 2019-03-27 15:28:23 -05:00
Brandon Wright
9721f78df1 Select brightness function in tile renderer. 2019-03-27 11:42:31 -05:00
Brandon Wright
2d97d2dd98 Use for loops for DRAW_TILE. 3-4% speed benefit. 2019-03-26 12:04:23 -05:00
Brandon Wright
8513ecec51 win32: Nominal frame time NTSC: 60.09881... 2019-03-25 16:17:22 -05:00
Brandon Wright
656f085331 Another splash option. 2019-03-25 16:16:08 -05:00