Commit Graph

1823 Commits

Author SHA1 Message Date
Sorgelig
d01a87e9f8 Release 20220131. 2022-01-31 15:18:32 +08:00
Sorgelig
5cc951d262 Implement video processing presets. 2022-01-31 15:14:32 +08:00
Nolan Nicholson
0d848c615b Acknowledge GunCon 2 as lightgun (#516) 2022-01-30 07:39:13 +08:00
Sorgelig
2b0b8a1422 input: fix alternative mapping if keyboard is used for confirmation. 2022-01-24 04:44:36 +08:00
Sorgelig
98403213eb cfg: add ~ to allowed chars. 2022-01-23 03:37:06 +08:00
Jamie Blanks
e504a972f1 Update names.txt to reflect new and updated cores (#512) 2022-01-17 18:24:26 +08:00
birdybro
eac9a2adc8 Change "Analog" to "Stick" to match joy_ana_map (#509)
The current strings for `joy_button_map` are not as intuitive to the user as they probably could be. This proposed change will help the user know what is meant by the defining the axis of the joystick by referring to the stick the same way as it was referred to during the earlier controller test step. If there is a better way to do this or this is not appropriate, that's okay too. :)
2022-01-11 19:19:30 +08:00
Sorgelig
038aa8ace8 Release 20220108. 2022-01-08 21:29:54 +08:00
Sorgelig
c1839a461d video: sanity check for video filters. 2022-01-07 21:34:44 +08:00
Sorgelig
ed726b89a2 minimig: always load kickstart upon config loading. 2022-01-07 20:30:13 +08:00
Matt Hargett
dac90bba4b Fix memory corruption when using new config file with long kickstart path. (#503) 2022-01-06 19:24:59 +08:00
Sorgelig
b56604a201 Add new options into MiSTer.ini 2022-01-05 23:58:35 +08:00
Sorgelig
276959b7c1 Release 20220105. 2022-01-05 23:52:01 +08:00
Sorgelig
eefe9833ff video: avoid setting video filter twice. 2022-01-05 22:17:19 +08:00
Sorgelig
fa60c29eb5 input: use -128..+127 range for PSX. 2022-01-05 21:22:05 +08:00
Sorgelig
8ce0b0a06f video: support for multires shadow mask files. 2022-01-05 21:22:05 +08:00
Sorgelig
21e35bbf2f video: support 64 phases for scaler, separate filters for horizontal/vertical/scanlines. 2022-01-05 21:22:04 +08:00
Sorgelig
d179966446 minimig: remove residents on kickstart loading. 2022-01-05 21:21:05 +08:00
mrfpga
51207f0a2d add Sord M5 (#502) 2022-01-01 20:39:01 +08:00
Alexey Melnikov
5ceb2512d6 Merge pull request #500 from zakk4223/zip-no-dirs
Support zips with no empty directory entries. Fixes #255
2021-12-29 20:55:56 +08:00
Zakk
4f47ef340a Zip file cache
Clean up cfile ptr after close
2021-12-27 17:28:12 -05:00
Zakk
4c22a26e63 Add support for zip files with no directory entries
Fix nested paths in zip files
2021-12-25 23:42:59 -05:00
Martin Donlon
c7217c7080 Handle dos-style line endings in FileReadLIne (#496) 2021-12-22 15:35:41 +08:00
Sorgelig
547f510355 If osd_timeout=0 then don't timeout. 2021-12-22 07:26:45 +08:00
Sorgelig
281482170b PSX: fix BIOS loading. 2021-12-19 23:51:58 +08:00
Sorgelig
db5fb8ed8c PSX: adjust core name. 2021-12-19 14:34:57 +08:00
Sorgelig
24d13f4d03 PSX: fix CD mounting. 2021-12-19 14:16:35 +08:00
Sorgelig
069368347a PSX: add simple CUE parser. 2021-12-19 04:51:30 +08:00
Sorgelig
d0085907d2 PSX: support for per-region BIOS. 2021-12-19 02:57:56 +08:00
Sorgelig
4274a3018f OSD: support for options SC and FSC. 2021-12-16 04:31:00 +08:00
Sorgelig
3a1ec245de user_io: fix CD unmounting hang on PSX. 2021-12-16 02:41:35 +08:00
Sorgelig
bc6d3a2ad1 Release 20211214. 2021-12-14 22:50:27 +08:00
Sorgelig
428a24afce Shadowmask v2. 2021-12-14 22:48:35 +08:00
Sorgelig
914d940f9d PSX: don't show zip files for CD mounting. 2021-12-05 04:03:50 +08:00
Sorgelig
138bdf3330 user_io: savestate and save for PSX core. 2021-12-02 21:13:59 +08:00
Sorgelig
9c3510d449 input: don't assign analog stick as dpad by default for PSX core. 2021-12-01 20:44:12 +08:00
Sorgelig
063cb52da1 input: clear whole map (incl. alternative buttons) at controller mapping start. 2021-11-29 14:09:59 +08:00
Sorgelig
40e9c6776c Release 20211127. 2021-11-27 23:41:20 +08:00
Martin Donlon
c1195a14de Fix the cold reboot hold check (#490) 2021-11-27 23:18:33 +08:00
Sorgelig
eea9e697cb Release 20211126 2021-11-26 23:00:23 +08:00
Sorgelig
d02099847b input: fix keyboard to joystick mapping. 2021-11-26 22:48:07 +08:00
Sorgelig
4cee9159d0 Support for loadable Shadow Masks. 2021-11-26 21:23:21 +08:00
Sorgelig
173d23ddc7 user_io: fixes and tweaks in image I/O. 2021-11-26 21:21:33 +08:00
Sorgelig
b71a0802f1 2352 block size for PSX CD access. 2021-11-25 03:45:06 +08:00
Martin Donlon
d84a83c101 Fix memory leak in screenshot saving (#487)
Fix formatting
2021-11-24 01:47:19 +08:00
Alan Steremberg
6992c3e135 screenshot - changed png library to imlib2, and added scaling by default (#481)
windows - PrintScrn will output the image scaled to the output resolution of the scaler. Windows - LSHIFT - PrintScrn will save the original size from the core.
2021-11-16 06:09:33 +08:00
Sorgelig
e4b5e57f1d Release 20211112. 2021-11-12 22:05:31 +08:00
Sorgelig
dc5ac74dcb UART: save modem baud rate, enable 115200 speed for modem mode. 2021-11-12 19:45:33 +08:00
Sorgelig
d3ffe5b38e input: fix key_menu_as_rgui option. 2021-11-12 19:39:48 +08:00
Sorgelig
10e57dcd7f rework reboot flag. 2021-11-12 19:39:47 +08:00