Commit Graph

1601 Commits

Author SHA1 Message Date
Brandon Wright 2988cbb8ac Proper 16-bit color conversion. 2019-03-21 15:28:31 -05:00
Brandon Wright cc1f6de281 GTK: Yes, we want button and menu images. 2019-03-20 11:54:16 -05:00
Brandon Wright c39f769002 Merge branch 'master' of github.com:snes9xgit/snes9x 2019-03-18 14:29:07 -05:00
Brandon Wright f5c5c8c2b3 unix: Fix sound. 2019-03-18 14:28:38 -05:00
bearoso 2d26ce5ae2
Update README.md 2019-03-17 16:54:51 -05:00
Brandon Wright 0306b68d2a GTK: Add some translation strings I missed. 2019-03-17 16:30:58 -05:00
Brandon Wright e722a192e2 Merge branch 'master' of github.com:snes9xgit/snes9x 2019-03-17 16:10:36 -05:00
bearoso 6db1b338af
Merge pull request #517 from JotaRandom/master
Update Spanish translation
2019-03-17 12:15:03 -05:00
Pablo Lezaeta 80ed21b6e8 Update Spanish translation 2019-03-17 03:43:40 -03:00
Brandon Wright 4f0cc90525 GTK: Update splash background. 2019-03-16 13:45:38 -05:00
Brandon Wright 65c5995436 Update version number and start changelog. 2019-03-13 17:40:51 -05:00
Brandon Wright 257638f77a Clamp MSU1+S-DSP mixing. 2019-03-12 16:31:44 -05:00
Brandon Wright 8624a3d013 Revert IPL rom optimization.
Something's not quite right with it.
2019-03-10 20:19:54 -05:00
Brandon Wright 0d4ee55824 Fix problems with pull request. 2019-03-09 18:18:01 -06:00
bearoso b5270db944
Merge pull request #428 from CapnCrinklepants/master
Swap joypads over Netplay
2019-03-09 18:14:50 -06:00
Brandon Wright e854a759f8 Fix Chou Aniki. Remove hack. 2019-03-09 17:16:54 -06:00
Brandon Wright 28a62e9bf2 libretro: Pass ROM directory for any unknown. 2019-03-08 18:43:50 -06:00
Brandon Wright 0eaa701954 Remove DirectDraw's format setting. 2019-03-07 17:42:10 -06:00
Brandon Wright 76b6342ca1 Remove most of GFX_MULTI_FORMAT. 2019-03-07 17:14:51 -06:00
Brandon Wright 58aa23ba6d Make blending work with RGB555. 2019-03-07 14:28:37 -06:00
Brandon Wright aba8dc5b61 Fix color add for non-GFX_MULTI_FORMAT. 2019-03-07 11:58:20 -06:00
Brandon Wright 02aa2d0c6a Use a lookup table. A little faster. 2019-03-06 20:17:07 -06:00
Brandon Wright db8227fa42 Fix PPU blending with unoptimized change. 2019-03-06 19:00:29 -06:00
Brandon Wright 7dde81a77d GTK:OpenGL: Remove fences variable. 2019-03-06 11:10:06 -06:00
Brandon Wright 23a0e1251e win32:opengl: Use DWM sync in windowed, Vsync in fullscreen exclusive. 2019-03-05 14:25:50 -06:00
Brandon Wright 045d20507d win32: Use nvidia-suggested settings for opengl fullscreen. 2019-03-04 15:49:05 -06:00
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