kub
d5a43fbd97
fix crash if file list is empty in romsel
2023-11-15 20:26:05 +00:00
kub
7b58e15633
Merge remote-tracking branch 'notaz/master'
2023-01-29 19:37:03 +00:00
kub
9bc19b0fe5
fix menu key handling in file selector
2023-01-26 21:00:48 +00:00
kub
2d02d8d6fe
fix hang if seeking for letter in file selector
2023-01-25 22:09:22 +00:00
kub
1889fe241c
enable use of current pspdev sdk
2022-09-29 23:13:49 +00:00
kub
09fcfbaa18
fix sdl overlay not locked for clearing
2022-09-28 18:55:29 +00:00
kub
f5b32cc30c
fix off-by-1 in directory listing search
2022-09-16 22:13:08 +00:00
kub
bededcb4be
add some support for handling redraw events
2022-09-16 22:13:05 +00:00
kub
c722861112
make gl layer reinitializable
2022-09-16 22:09:21 +00:00
notaz
7167e5f337
Merge branch 'irixxxx'
2022-09-10 16:57:39 +03:00
notaz
33787db41d
fbdev: wait vsync after mode change, not before
...
As it was before we were getting a full frame scanout of the old mode,
while the emu (or whatever) was already writing a frame in new mode.
first_write_to_front is a hack for psx.
2022-03-14 01:21:53 +02:00
notaz
fdfcdca978
fbdev: don't clear more than needed
...
it wastes time for something like psx that may change modes ingame
2022-03-14 01:21:53 +02:00
kub
e3ea3015f0
fix regression selecting SDL window size (for hw scaling)
2022-03-06 18:25:56 +00:00
kub
d07718a03b
fix a buffer overflow
2022-03-04 19:39:44 +00:00
kub
533726df95
reduce SDL_Setvideo calls to avoid flickering with TRIPLEBUF
2022-03-04 19:38:41 +00:00
kub
74cb846a3a
add basic fullscreen support to SDL window mode
2022-03-04 19:37:27 +00:00
notaz
f2a685be70
Merge pull request #11 from jSTE0/overlay-lock
...
sdl: lock YUV overlay before clearing
2022-03-01 22:10:12 +02:00
jSTE0
66ef1764f0
sdl: lock YUV overlay before clearing
...
The pixels pointer is not valid otherwise and leads to a segfault.
2022-02-28 23:00:22 +00:00
kub
81b1aa54a4
add aspect ratio for sdl fullscreen
2022-02-22 22:28:56 +00:00
kub
80e531d6fd
some disassembler fixes
2022-02-22 22:28:55 +00:00
kub
7a43154813
fix skin directory default
2022-02-22 22:28:55 +00:00
kub
4919040522
fix for 4 player support
2022-02-22 22:28:55 +00:00
kub
cfb49ab909
fix display of menu strings containing '%'
2022-01-26 19:39:48 +00:00
kub
25cfdf0a34
add support for 4 player inputs
2022-01-26 19:39:48 +00:00
kub
de24250ab5
fix position of menu entries if length > 10
2022-01-26 19:39:48 +00:00
kub
62128bad6d
fix type usage for endianess in menu handling
2022-01-26 19:39:48 +00:00
kub
5d636caaaf
add minimal osx/ios compilastion support
2022-01-26 19:39:48 +00:00
kub
2de059cace
add SDL SWSURFACE support
2022-01-26 19:39:47 +00:00
kub
4e0bc79405
use native byte order for audio
2022-01-26 19:39:47 +00:00
kub
3ccc039bba
center loaded background image in larger screen
2022-01-26 19:39:47 +00:00
notaz
a8b4c53d77
avoid a warning
2021-11-14 23:37:17 +02:00
notaz
c668921a45
sdl: don't try gl on remote displays
2021-10-31 17:16:48 +02:00
notaz
39639dd1da
sdl: set initial pitch
2021-10-31 16:36:36 +02:00
notaz
e50d6e0656
allow to opt out of HOME config path
...
pcsx_rearmed never used it so keep it this way there.
2021-10-31 16:33:02 +02:00
notaz
76e45c3489
Merge pull request #10 from irixxxx/master
...
improved directory handling for menu, basic PSP support
2021-01-18 19:12:19 +02:00
kub
dfe767a5fa
add minimal PSP support
2021-01-16 12:29:00 +01:00
kub
a23a278d1e
improve directory handling in menu
2021-01-16 12:29:00 +01:00
kub
68c85e2a0b
add buffer parameters for menubg_src
2021-01-15 19:48:07 +01:00
kub
e0bf794693
fix SDL event handling of overlapping keystrokes
2020-11-03 22:55:42 +02:00
kub
1eb399bd4c
fix menu input handling (timeout non-working)
2020-11-03 22:55:42 +02:00
kub
271f900173
fix SDL loosing one-shot key events for emulator keys
2020-11-03 22:55:42 +02:00
notaz
b0dc47ecea
Merge pull request #8 from irixxxx/master
...
improve SDL support (triple buffering, bugfix)
2020-10-13 22:50:01 +03:00
kub
39b2c61e1d
fix loading screen if loading rom from command line
2020-10-10 20:57:22 +02:00
kub
34e55f235e
add triplebuffering support
2020-10-10 20:56:36 +02:00
notaz
811cef4d9f
Merge pull request #7 from irixxxx/master
...
extensions for irixxxx/picodrive
2020-07-03 00:08:59 +03:00
kub
9ba0831411
add 2x overlay for SDL to improve color resolution
2020-07-02 09:34:11 +02:00
kub
a7a40556a9
add more host disassembler platforms for picodrive DRC
2020-07-02 09:32:08 +02:00
kub
006478c4f3
font array size adaption to avoid a compiler warning in picodrive
2020-07-02 09:30:56 +02:00
notaz
795b71c571
deal with some gcc7+ warnings
2019-12-07 21:38:32 +02:00
notaz
f8cd6a082b
fix some pointer arithmetic
2018-01-28 19:58:52 +02:00