Commit Graph

1741 Commits

Author SHA1 Message Date
Ryan 'Swingflip' Hamlin 78afba0581 Added Classic Armv7 A7 and A8A35 2019-05-18 17:12:06 -05:00
bearoso 1e96cc74e1
Merge pull request #539 from funbars/uwp
libretro uwp
2019-05-15 19:32:48 -05:00
funbars 8be02bd5b5
libretro uwp 2019-05-15 13:30:24 -05:00
Brandon Wright 4f965300f7 Reduce manual allocation in BML parser and cheats.
Less risk of potential memory leaks.
2019-05-14 17:42:41 -05:00
Brandon Wright f8a0fadfa1 GTK: Use C++ memory allocation. 2019-05-14 15:34:25 -05:00
Brandon Wright 124594d220 GTK: Use a struct for S9xApplyAspect output.
Reusing the parameters is likely confusing.
2019-05-14 14:59:51 -05:00
Brandon Wright 38d2d2773c win32: Set inactive pause on minimize size event. 2019-05-13 15:29:42 -05:00
Brandon Wright 9a1d3eccfc GTK: Fix positioning, label detail. 2019-05-12 09:56:23 -05:00
bearoso 680ca64078
Merge pull request #538 from TaimoorCodes/showtime
Add option to show time for GTK version
2019-05-12 09:53:11 -05:00
Taimoor Ahmad f3da1c9496 Add show time option to GTK UI. It is disabled by default. 2019-05-11 23:30:10 -04:00
Taimoor Ahmad d16c9775a9 Only show if DisplayTime is enabled in settings 2019-05-11 23:24:17 -04:00
Taimoor Ahmad ed4804ce85 Move to bottom left corner. Fix formatting for time. 2019-05-11 23:04:57 -04:00
Taimoor Ahmad 35531f2962 DisplayTime shows in corner now 2019-05-11 22:53:16 -04:00
Brandon Wright 52f521160a libretro: Ensure RetroArch's texture width is multiple of 4. 2019-05-11 16:18:38 -05:00
Kenta Yoshimura 84f32cdca2 Fix build failure on gtk. 2019-05-07 23:15:06 +09:00
OV2 c74d459d41
Merge pull request #535 from yoffy/optimization-flags
unix: Defaults -O3 and adds --enable-sse41, --enable-avx and --enable-neon.
2019-05-06 17:26:27 +02:00
Kenta Yoshimura 8452680d0a unix: Revert -Ofast to -O3. 2019-05-06 23:56:06 +09:00
Kenta Yoshimura c1042e5349 unix: Defaults -Ofast and adds --enable-sse41, --enable-avx and --enable-neon. 2019-05-05 02:57:02 +09:00
Kenta Yoshimura 0f71fcd0ab unix: Fix --enable-debug or -O3 not working. 2019-05-05 02:47:21 +09:00
Kenta Yoshimura 2898a9967a Fix build failure on libretro. 2019-05-04 15:45:36 +09:00
Kenta Yoshimura 7603ed09d2 tile: Divide instantiations. This enables parallel compilation. 2019-05-04 15:01:01 +09:00
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