Commit Graph

1574 Commits

Author SHA1 Message Date
Brandon Wright
19456090ee Reword. 2019-03-04 14:42:40 -06:00
Brandon Wright
da37d725ec win32: Change DWMTweaks to DWMSync option. 2019-03-04 14:40:32 -06:00
Brandon Wright
958a5d47db GTK: Fix clang-format thinking it's so smart. 2019-03-02 16:21:44 -06:00
Brandon Wright
92f2a9510f GTK: In mouse-grab mode, accumulate partial pixels. 2019-03-02 16:10:00 -06:00
Brandon Wright
7b310a0cf4 GTK: Swap glFenceSync for sync control extension. 2019-03-02 15:25:59 -06:00
Brandon Wright
70484ba612 GTK: Fix xBRZ scaler when multithreading enabled. 2019-03-01 19:57:38 -06:00
Brandon Wright
712c979771 GTK: Add icons to key bindings to clear entry. 2019-02-28 21:03:46 -06:00
OV2
d751e9916c libretro: only call RETRO_ENVIRONMENT_SET_GEOMETRY from retro_run
(fixes #509)
2019-02-28 15:17:41 +01:00
Brandon Wright
ab1fa8d360 Update version to 1.59.2. 2019-02-27 20:36:00 -06:00
Brandon Wright
a70e2ccda6 A stupid mistake fixed. 2019-02-27 20:31:36 -06:00
Brandon Wright
fc4f476414 Bump version number to 1.59.1. 2019-02-27 19:02:56 -06:00
Brandon Wright
8c9d900c10 Add back optimizations. 2019-02-27 18:57:15 -06:00
Brandon Wright
7df5eaeaf1 Revert "APU: Seemingly obvious optimization."
This reverts commit f24ca1f8a2.
2019-02-27 18:57:07 -06:00
Brandon Wright
9a44626686 Revert "IPL rom mapping optimization."
This reverts commit 7dd2f760f7.
2019-02-27 18:56:54 -06:00
Brandon Wright
ef70758053 GTK: Use actual NTSC frame time. 2019-02-27 13:55:19 -06:00
Brandon Wright
f2069e8af9 Remove extra parameter from S9xInitSound
Explain disabling USE_SLANG in how2compile.txt
2019-02-27 11:02:22 -06:00
OV2
441fbeaf9d Add hint about SPIRV-Cross 2019-02-27 12:59:33 +01:00
Brandon Wright
a277eddd33 GTK: Add note how to generate .po files
Update .po files with latest strings.
2019-02-26 16:43:35 -06:00
Brandon Wright
993f6ef927 Update some documents. 2019-02-26 16:36:05 -06:00
Brandon Wright
9146f07bc6 GTK: Add gtk_shader_parameters.cpp to POTFILES.in 2019-02-26 15:31:48 -06:00
Brandon Wright
2481eaf282 Update porting.html 2019-02-26 15:20:03 -06:00
Brandon Wright
509e820324 GTK: Remove no longer true stagement. 2019-02-25 18:06:24 -06:00
OV2
ef6e170a15 libretro: fix compile 2019-02-24 00:58:22 +01:00
Brandon Wright
3b854d7c57 APU: Clean up what we're not using. 2019-02-23 16:00:39 -06:00
OV2
51e7da6751 Get rid of some more warnings 2019-02-23 15:01:59 +01:00
OV2
80956bd53d win32: also update __cplusplus in libretro project 2019-02-23 15:01:59 +01:00
OV2
2ce6de57ac
Merge pull request #505 from tmkk/apurefactor_mac
APU refactoring follow-ups for Mac port
2019-02-23 14:33:47 +01:00
OV2
b0c4f47889 win32: report a more appropriate __cplusplus value 2019-02-23 14:31:56 +01:00
OV2
fd19842be5 win32: disable xp deprecation warning in libretro project 2019-02-23 14:29:57 +01:00
OV2
86d58931a1 win32: disable xp deprecation warnings for new projects 2019-02-23 14:01:29 +01:00
OV2
dabda7186d win32: disable scanlines when checkbox is unset 2019-02-23 13:58:30 +01:00
tmkk
064085b41c macosx: change default value for SoundInputRate and macSoundBuffer_ms, and apply the new value when running 1.59 for the first time 2019-02-23 14:52:11 +09:00
tmkk
9b26555183 macosx: change audio buffering strategy to comply with refactored APU engine 2019-02-23 14:49:33 +09:00
tmkk
09f0e3727e macosx: disable GUI buttons for deprecated sound options 2019-02-23 14:48:03 +09:00
tmkk
b2fe66e242 resampler.h: cstdint is a C++11 header; include stdint.h instead when not available 2019-02-23 14:46:09 +09:00
tmkk
46653afb87 macosx: project file update 2019-02-23 14:44:01 +09:00
Brandon Wright
4bd0fd5bf7 GTK: Use system DefaultTBuiltInResource. 2019-02-22 10:57:45 -06:00
Brandon Wright
7dd2f760f7 IPL rom mapping optimization. 2019-02-21 13:40:33 -06:00
Brandon Wright
f24ca1f8a2 APU: Seemingly obvious optimization. 2019-02-21 12:42:27 -06:00
Brandon Wright
3469bd86eb GTK: Clarify how to get SPIRV-Cross. 2019-02-20 17:16:24 -06:00
Brandon Wright
64a26f0096 Update changes.txt. 2019-02-20 17:01:56 -06:00
Brandon Wright
0c7e9ebe88 GTK: Update strings in .po files. 2019-02-20 16:30:29 -06:00
Brandon Wright
aaadcf820f Bump version number and copyright date. 2019-02-20 16:25:56 -06:00
Brandon Wright
aeb0d4f702 Adjust APU hack for Circuit USA. 2019-02-20 16:25:12 -06:00
Brandon Wright
9c120fe3bf Adjust default input rate, too. 2019-02-19 17:54:57 -06:00
Brandon Wright
aa867abcd3 Use nominal frequency ratio for APU. 2019-02-19 17:50:25 -06:00
Brandon Wright
df9e37d718 win32: Fix poor performance with OpenGL/snes_ntsc.
Switch to root copy of snes_ntsc.
Change framebuffer format and access hint.
2019-02-19 16:57:42 -06:00
Brandon Wright
f211d878a5 And missing comma. 2019-02-19 14:31:32 -06:00
Brandon Wright
be64fcf518 Fix extraneous ] 2019-02-19 14:27:44 -06:00
Brandon Wright
504be0917b win32: Readd version to title string. 2019-02-19 14:26:48 -06:00