Commit Graph

1193 Commits

Author SHA1 Message Date
dinkc64 a3433fd967 ReinitialiseVideo(): bugfix & oops 2025-08-21 20:45:45 -04:00
dinkc64 12fac17046 Experi-mental feature: ReinitialiseVideo(): change video mode without destroying UI window. 2025-08-21 09:06:43 -04:00
dinkc64 3118d643ed sdl, add dat generation for SNES 2025-08-17 20:14:12 -04:00
dinkc64 2fd36bd68a HardFX test fixes; 1: init properly, 2: fix bad rounding 2025-08-17 01:28:45 -04:00
barbudreadmon 2afc75e48a cheats: fix the mayhem with the libretro port 2025-08-13 16:08:55 +02:00
barbudreadmon 7fee2138eb
conc.cpp: simplify heading lines for libretro 2025-08-11 11:59:09 +02:00
dinkc64 a4312a3307 sms update from gab75 2025-08-10 09:11:15 -04:00
dinkc64 5c47874f89 add genre: GBF_MULTISHOOT - Multi-scrolling shooter 2025-08-09 20:32:31 -04:00
dinkc64 7f6b10afec do the same thing, but less retarted. 2025-08-09 02:04:21 -04:00
dinkc64 65eefb752b Cheat dialog: remember where we are at when enable/disabling cheats 2025-08-09 02:02:59 -04:00
dinkc64 a016e3ba9e burner/win32/main&drv.cpp: make my sha1 script output 10x faster 2025-08-09 01:04:59 -04:00
dinkc64 a3a7deb04a cheat system update, wip 2025-08-08 02:20:40 -04:00
dinkc64 c82f956b7a burner/conc.cpp: add all cheat files to the list, separated by file type 2025-08-07 09:30:46 -04:00
dinkc64 38fb3c7177 .vct cheat format, improvements 2025-08-06 09:53:16 -04:00
taoenwen 7f8bfb0c5e conc:fix msvc compilation
In Microsoft Visual Studio (MSVC), the strtok_r function is not available because it is a POSIX-specific function. Instead, MSVC provides strtok_s, which is a safer, thread-safe alternative to the standard strtok function.
2025-08-06 13:25:13 +08:00
dinkc64 3b5ceaf0d8 Experimental .vct support for nes/fc 2025-08-05 02:13:21 -04:00
taoenwen 13cb50be50 Fixed issues caused by nBurnDrvActive not being restored 2025-08-02 12:15:59 +08:00
dinkc64 289a311381 mbtwc.cpp, fix cross compile (name case) 2025-07-29 20:39:35 -04:00
taoenwen 6c810e90c7
[TEST] Fix GCC345 compilation for 5b29d3bd0d (#2166) 2025-07-29 21:35:23 +08:00
barbudreadmon 68d4bdc515 samples: enable mp3/flac for libretro
and some cleanup
2025-07-24 07:58:26 +02:00
barbudreadmon 2a8983ce3f cleanup 2025-07-22 15:10:10 +02:00
barbudreadmon de5c58ef09 paprium: some changes for libretro 2025-07-19 18:45:28 +02:00
taoenwen 948486a7cc win32\gameinfo: Use the system default focus control
In Windows XP, the Listview on the Rom Info page does not display after losing focus (no redraw occurs), and applying focus has no effect. I cannot reproduce this issue in Windows 11 24H2.
2025-07-17 10:23:31 +08:00
taoenwen db4174c64d InitCommonControlsEx only needs to be processed once in the main process. 2025-07-17 02:45:33 +08:00
taoenwen debe479a31 win32\gameinfo: Refresh the list after changing the column width 2025-07-16 17:08:54 +08:00
taoenwen 1179045e30 win32\scrn: Do not change the initial path of the app 2025-07-16 16:12:30 +08:00
taoenwen bd595a8ad1 win32\bzip: fixed a logical error when quick open zip file 2025-07-16 11:19:56 +08:00
taoenwen edc4b009c8 d_nes: Celeste Mario's Zap & Dash DELUXE! v2.00 (Hack)
move "Most recent games..." menu under "Load game..."
2025-07-15 21:18:07 +08:00
taoenwen dc61f13375 win32: add Quick load game
- Quick load game: RomData / IPS / NeoGeo-CD / Zip & 7z
- Quick load game: Accepts external directory paths as input, and will be extended to cmdline in the future
- Remove Quick Scan (which does not allow for quick differentiation between arcade and consoles by zip_name)
- ips_manager: Allow external ips patches to be mounted
- ips_manager: Improve the hierarchy of ips patches in internal directory paths
2025-07-15 00:54:33 +08:00
taoenwen 6105c2b941 win32\sel: fix title and preview disappearing issue 2025-07-09 00:17:22 +08:00
taoenwen cb66f03701 Add an option to disable SOCD.
- To handle different input values, add parameters for up, down, left, and right.
- When SOCD is disabled, the original input control logic takes over
2025-07-08 17:02:46 +08:00
taoenwen 9a64786cbd win32\neocdlist: add lists
- add Bakatonosama Mahjong Manyuuki
- add Puzzle de Pon! CD Collection
- add Neo Thunder
2025-07-07 01:02:57 +08:00
taoenwen e0a0bf7e67 win32\neocdlist: clean 2025-07-06 14:30:41 +08:00
taoenwen fd42b487cb win32\neocdlist: Updated the recognition of Digger Man (Prototype) 2025-07-06 14:29:13 +08:00
taoenwen 3ad2e463fb Fix UTF8 encoding recognition 2025-07-06 02:21:24 +08:00
taoenwen b46b1224c0 SOCD add Restore all defaults option 2025-07-05 00:44:34 +08:00
taoenwen ac660af894 Step 2: add SOCD scenes to the menu options 2025-07-04 02:57:25 +08:00
taoenwen cb1bf50314 win32\support_paths: add break 2025-06-30 10:38:36 +08:00
taoenwen 0716003c0a win32\ips_manager: add more encoding to read & include extra dat files
- ips manager text box border reflects the three-dimensionality;
 - ips dat allows ANSI/UTF8/UTF8 BOM/UTF16 LE/UTF16 encoding;
 - ips dat allows additional dat files to be appended early or late in the form of #include xxx (.dat);
2025-06-28 01:57:15 +08:00
taoenwen ff4a23ed58 win32\sel.cpp: remove extra spaces 2025-06-25 16:51:30 +08:00
taoenwen 7c83e4056a win32\sel: fix the issue of misplaced and overlapping icons when custom redrawing 2025-06-25 16:22:09 +08:00
taoenwen f56154390e d_neogeo: update mslug hack games
Metal Slug X - Super Vehicle-001 (Legend with Infinite Firepower v6.0, Hack) - 20250619
Metal Slug 3 (Legend with Infinite Firepower v6.0, Hack) - 20250619
Metal Slug 4 (Final v6.0, Hack) - 20250619
Metal Slug 5 (Legend v6.0, Hack) - 20250619

Remove redundant subdirectories search threads (Has been called in ConfigAppLoad)
2025-06-22 01:54:41 +08:00
taoenwen ea99632dd5 win32\se: Ensure that subdirectory searches are always ready 2025-06-20 21:05:47 +08:00
taoenwen a4c7758647 win32 fixed some issues in Select games list
After “Use zipnames” is turned on in sellist, there are still uncleared images in the upper left corner of sellist after scrolling the mouse.

Keeps “plus and minus buttons” correctly aligned with other text in all states.
2025-06-19 12:31:17 +08:00
taoenwen 3f008fa0be win32 sel: appends the color change of the parent set row when the clone is not expanded
Lavender: Both parent and clone are in favorites

Lavender blush: Only clones are favorites
2025-06-16 03:35:18 +08:00
taoenwen 1c80f62d82 win32 cona: fix issue where HowTo Previews paths were not saved and restored 2025-06-15 11:30:25 +08:00
taoenwen 837330243c win32 sel: Restore Select Game dialog box keeps the size of the last time it was opened 2025-06-15 10:47:06 +08:00
taoenwen 0e33641f31 roms.cpp: Reset the variables for quickly scan 2025-06-14 21:46:20 +08:00
taoenwen 55f6737c5b Reapply "win32 quickly scan directories (zip only)"
This reverts commit 7c4fc33599.
2025-06-14 13:33:58 +08:00
taoenwen 7c4fc33599 Revert "win32 quickly scan directories (zip only)"
This reverts commit 701844b817.
2025-06-14 08:41:42 +08:00