Commit Graph

2523 Commits

Author SHA1 Message Date
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
BearOso 7d9cc644cf New hq2x: Fix ambiguity with abs and credit near. 2023-03-14 16:01:35 -05:00
BearOso 046f348d4e Update hqxx filters to adapted version from FFmpeg.
Compiles much faster and is roughly the same speed.
2023-03-14 15:44:23 -05:00
BearOso d8eb6c7074 libretro: Fix CFLAGS including CXXFLAGS. 2023-03-13 16:47:08 -05:00
bearoso 82d2ceb183
Merge pull request #712 from Yoshimaster96/master
Add proper support for SuperFX 8MB ROM emulation
2023-03-13 15:49:11 -05:00
BearOso e306405cd1 win32: Add fullscreen on ROM open option. 2023-03-13 13:57:30 -05:00
BearOso c64e99f504 win32: Only display first 500 shader parameters.
Mega-Bezel is absurd. There's no need for all those parameters.
2023-03-13 13:31:32 -05:00
OV2 cc0a87711a win32: remove unneccessary function 2023-03-12 23:59:39 +01:00
OV2 da4d6e1dd4 win32: restore rom name in info dialog 2023-03-12 18:03:42 +01:00
OV2 c691be630b Support patches in ROMFILENAME_DIR
Priority is as before: ROMFILENAME_DIR, ZIP, PATCH_DIR
2023-03-12 17:42:30 +01:00
OV2 1c16c0cb63 Fix ips sequences in patch dir 2023-03-12 17:42:30 +01:00
OV2 d502fe0738 Stop if ips sequence was found 2023-03-12 17:42:30 +01:00
BearOso 176556dfd3 Add menu items to scale windows up to 10x. 2023-03-12 11:10:02 -05:00
OV2 c654caed32 Use splitpath in CheckForAnyPatch (fixes extensions != 3 characters) 2023-03-12 14:12:24 +01:00
OV2 eaaf1ad779 win32: make shader params part of IS9xDisplayOutput, add override
specifier
2023-03-12 14:12:24 +01:00
OV2 fcdc865641 win3: use precalculated values 2023-03-12 14:12:24 +01:00
BearOso 0b0607722c win32: Add "Clear List" option to recent menu. 2023-03-11 18:06:42 -06:00