Commit Graph

1720 Commits

Author SHA1 Message Date
Kenta Yoshimura
ec71984956 Fit variable type width. 2019-05-04 00:43:26 +09:00
Brandon Wright
54a961d8ca Don't set soundsync on with no way to disable. 2019-04-24 15:22:16 -05:00
Brandon Wright
913b75d07c Update changes.txt, appveyor.yml. 2019-04-23 13:57:18 -05:00
Brandon Wright
993ffed6a3 GTK: Tweak spin button widths. 2019-04-20 15:55:43 -05:00
Brandon Wright
8ea9a32a61 Restore MSU1_AUDIO_POS. 2019-04-17 12:27:16 -05:00
Brandon Wright
7e865c628a Restore MSU1 playback position correctly. 2019-04-17 12:10:59 -05:00
Brandon Wright
38105c85c2 libretro: Expose echo buffer hack. 2019-04-16 16:00:41 -05:00
Brandon Wright
086f6d746e GTK: Update strings. 2019-04-16 15:46:06 -05:00
Brandon Wright
7dc9ba8215 GTK: Invert invalid vram access checkbox. 2019-04-16 15:41:04 -05:00
Brandon Wright
5195200b78 Win32: Remove break I accidentally put in. 2019-04-16 15:27:35 -05:00
OV2
f53a6697dd win32: add warning icon to warn message 2019-04-16 21:17:18 +02:00
Brandon Wright
ea8e016631 Win32: Add set defaults and warning to hacks dialog. 2019-04-16 12:18:11 -05:00
Brandon Wright
9c733497fe GTK: Allow shutting off button and menu icons. 2019-04-16 11:47:35 -05:00
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