Commit Graph

2339 Commits

Author SHA1 Message Date
Michael Buckley
2e568452c0 Mac: Rebuilt Cheat Finder 2023-03-25 12:26:30 -07:00
BearOso
35ea8b4ec9 Update version strings from 1.62 to 1.62.1. 2023-03-25 10:52:21 -05:00
BearOso
0fe8bd3f0b Win32: Align hotkey 14's box. 2023-03-25 10:43:58 -05:00
bearoso
e348636e7f
Merge pull request #835 from StanleyKid-22/master
Updated Ukrainian translation
2023-03-25 10:36:46 -05:00
bearoso
de7b9e5394
Merge pull request #834 from xfix/unix-fix-cross-compilation
unix: Fix cross compilation
2023-03-25 10:36:26 -05:00
StanleyKid-22
b25e8a6d01
Updating Ukrainian translation 2023-03-25 12:42:03 +02:00
Konrad Borowski
f39ab408f4 unix: Fix cross compilation 2023-03-25 10:09:40 +01:00
bearoso
b418792d2f
Account for extra byte at end of DSP block. 2023-03-24 21:01:25 -05:00
BearOso
fea6027898 Use alwaysinline with hq2x. 2023-03-24 17:44:45 -05:00
BearOso
63758bbe94 Win32: Adjust hotkey dialog tab order. 2023-03-24 14:54:59 -05:00
BearOso
3c50e995ee Win32: Allow the Vulkan driver to fail at the loader stage. 2023-03-24 14:39:31 -05:00
BearOso
929a213b71 Win32: Don't change hi-res filter when changing lo-res filter. 2023-03-24 13:54:34 -05:00
BearOso
8e78a431cc Gtk: Exclude slang_test from all target. 2023-03-24 13:25:07 -05:00
OV2
c781d45687 Fix compile with DEBUGGER (fixes #832) 2023-03-24 16:11:00 +01:00
OV2
ea94129762 win32: fix warning 2023-03-24 15:53:30 +01:00
BearOso
d948ef8a19 Make SRAM and GFX.Screen dynamic again. 2023-03-23 19:02:23 -05:00
BearOso
fdcef11795 Make ROMStorage dynamic. 2023-03-23 17:52:39 -05:00
BearOso
6b2a8bf2de Update appveyor.yml 2023-03-23 14:49:48 -05:00
BearOso
9c92a3b38c Win32: Make frame skip box 1px wider to match. 2023-03-23 14:31:48 -05:00
OV2
b9395814ae win32: align display dialog checkbox positions, adjust tab order 2023-03-23 12:14:27 +01:00
bearoso
8cb8f67a8b
Merge pull request #830 from Felipefpl/master
Updated brazilian portuguese translation
2023-03-22 14:25:46 -05:00
bearoso
8ac2ac7be5
Merge branch 'master' into master 2023-03-22 14:25:17 -05:00
Felipe
be9f19830e
Updated brazilian portuguese translation
Updated translation with the strings that were changed.
2023-03-22 11:54:04 -03:00
BearOso
5157426cb6 Gtk: Use translated binding names in preferences. 2023-03-21 17:45:39 -05:00
BearOso
26291d185d Gtk: Fix some missing lines again. 2023-03-21 17:41:08 -05:00
BearOso
8593d9014b Gtk: Fix xgettext missing a few strings. 2023-03-21 17:32:08 -05:00
BearOso
e34097ecdf Gtk: Only adjust the numeric locale with file reads. 2023-03-21 16:47:39 -05:00
BearOso
13a5592ba6 Gtk: Add the missing lines from a couple .po files. 2023-03-21 16:33:52 -05:00
BearOso
e1eb7ea9de Gtk: Fix up some internationalization problems. 2023-03-21 15:45:16 -05:00
BearOso
16a45f7b92 libretro: Get rid of EndScreenRefreshCallback.
Just use S9xSyncSpeed, which was there all along.
2023-03-20 16:16:43 -05:00
BearOso
50f9f9eba1 Move S9xSyncSpeed call.
DMA can last multiple frames, and so can S9xMainLoop.
If we throttle outside of S9xMainLoop or only as we're exiting the
loop as is currently done, we zoom through multiple frames and
overrun the audio. Moving S9xSyncSpeed just after EndScreenRefresh
causes it to be called every frame.

This seemingly wasn't a problem because throttling with vsync *did*
happen every frame regardless. Oops.
2023-03-20 16:02:36 -05:00
BearOso
c325cbc2f6 Another SRAM->0 fix. 2023-03-20 14:55:31 -05:00
BearOso
7943dfa126 Zero SRAM for Super Formation Soccer 95 - della Serie A. 2023-03-19 14:43:52 -05:00
BearOso
00a6342111 win32: Set OGLDisablePBOs to true by default. 2023-03-17 17:13:46 -05:00
OV2
6e34ff268c win32: remove remains of old frame timer 2023-03-17 00:51:47 +01:00
OV2
f66e081c8c win32: fix speed up / down 2023-03-17 00:46:55 +01:00
OV2
b1ea4c86b6 win32: use strings in S9xGetFilenameInc 2023-03-17 00:17:20 +01:00
OV2
fc7668c9f0 win32: directly return string 2023-03-16 23:46:25 +01:00
BearOso
2d873e7dd9 Update changes.txt a bit. 2023-03-16 16:57:09 -05:00
BearOso
35e41aa37e Update some copyrights and version strings. 2023-03-16 16:28:04 -05:00
BearOso
19e4295089 win32: Use UTF-8 on rom name in info dialog. 2023-03-16 16:06:57 -05:00
BearOso
f1881a21fc Adjust snapshot to load old DSP data. 2023-03-16 15:21:41 -05:00
BearOso
410c52a7c9 SPC<-->DSP use two sets of registers. 2023-03-16 14:42:23 -05:00
BearOso
d45bf0689a win32: Fix bug with multiple drive paths. 2023-03-15 16:26:45 -05:00
BearOso
24cea1972c win32: Don't allow Vulkan and OpenGL to be used in the same session. 2023-03-15 15:54:43 -05:00
BearOso
5e02a77d59 Revert "win32: Make changes to display driver not occur until restart."
This reverts commit 39e21410d8.
2023-03-15 15:47:35 -05:00
BearOso
e81edf83a6 Fix warning. 2023-03-15 15:07:20 -05:00
BearOso
24db4e6e90 Apply SafeString to ROMName here as well. 2023-03-15 15:02:08 -05:00
BearOso
24d91f016c Disable std::filesystem implementation in fscompat.cpp. 2023-03-15 14:58:07 -05:00
OV2
2cb8c0978a Ensure ROMId is safe 2023-03-15 14:57:55 -05:00