Sorgelig
4f7d97cf23
Release 20220211.
2022-02-11 23:23:53 +08:00
Alex Oughton
b565033f8a
Set default block size for multi r/w ( #534 )
2022-02-11 21:28:00 +08:00
Sorgelig
78514bb15f
video: some tweaks and formatting.
2022-02-10 19:54:34 +08:00
Martin Donlon
4e671f91aa
Adaptive scanlines ( #520 )
...
Change filter reading code so that it stores all data as if it had 64 phases.
Support "adaptive" keyword in filter files which contain a second set of adaptive filters.
Send filters to core in one of the three supported formats.
Co-authored-by: Alexey Melnikov <pour.garbage@gmail.com >
2022-02-10 19:39:25 +08:00
Sorgelig
ba3d2fe80a
OSD: filters/gamma/mask quick switch by +/-
2022-02-10 18:50:42 +08:00
Sorgelig
a82ccf52b6
PSX: auto-pick cue/iso if only one available in folder.
2022-02-10 15:29:51 +08:00
Sorgelig
f45b2b5bab
PSX: highlight current save file in browser.
2022-02-09 21:14:47 +08:00
Sorgelig
5f951d42c5
PSX: don't cut name by dot in saves.
2022-02-09 19:02:53 +08:00
Sorgelig
bff9246529
PSX: fix save index.
2022-02-09 14:38:44 +08:00
Sorgelig
7c8b149d5f
PSX: use per-game memory card. Allow to mount memory card from saves.
2022-02-09 03:33:12 +08:00
Sorgelig
ccc3cc592b
adjust new sources and paths.
2022-02-08 08:28:44 +08:00
zakk4223
0302acfe4e
Add zlib includes ( #530 )
...
Co-authored-by: Zakk <zakk@rsdio.com >
2022-02-08 08:15:49 +08:00
Alan Steremberg
04a530b5b8
put zlib back ( #528 )
2022-02-07 19:55:51 +08:00
Sorgelig
dfe224d6a7
Release 20220206.
2022-02-06 23:53:33 +08:00
Sorgelig
a9f8801324
x86: fix ide flags.
2022-02-06 23:50:58 +08:00
Sorgelig
96b3fa9275
PSX: add encryption map generation (markun).
2022-02-06 23:02:12 +08:00
Nolan Nicholson
ec174d41e9
GunCon 2: calibration menu/save/load ( #524 )
2022-02-04 15:36:20 +08:00
Alan Steremberg
717f7d36df
fixed header miniz instead of zlib ( #521 )
2022-02-03 22:35:43 +08:00
Alan Steremberg
8c46d13d4f
Added UEF Converter ( #519 )
...
* added uef converter
* added uef converter
2022-02-03 07:27:08 +08:00
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