Commit graph

595 commits

Author SHA1 Message Date
Ray Sollium
b202518cd3
Merge pull request #2 from irixxxx/master
Update (30/10/24)
2024-10-30 04:26:36 -03:00
kub
86a086ed64 automatically map input devs of same type to different players 2024-10-13 20:04:56 +02:00
kub
fbbf5e3fc0 better support for resizable windows 2024-09-10 22:31:15 +02:00
kub
65f8fc5e39 fix repeated redraw events 2024-09-10 22:28:51 +02:00
kub
9fba90ac32 fix some warnings 2024-09-05 22:00:30 +02:00
Ray The Fox
10c564f806
Merge pull request #1 from RayTF/recover-branch
Fix LibPICOFE
2024-08-09 01:52:12 +00:00
Ray The Fox
45e44c2aab Update menu.c 2024-08-04 19:14:26 -03:00
Ray The Fox
80244dfe6b Update menu.c 2024-08-04 19:09:26 -03:00
kub
697806c41d fix pngread error handling 2024-03-26 00:56:33 +01:00
kub
4563c13167 add reading scaled png images 2024-03-20 23:40:37 +01:00
kub
82b4854771 make sound rates platform dependent 2024-02-17 19:32:30 +01:00
kub
c825b167e9 fix event handling regression 2024-02-14 23:23:50 +01:00
kub
d23f5773e1 add .. to dir listing if it is missing 2024-02-14 23:00:45 +01:00
kub
ff8abdddba fix BGR/RGB handling 2024-02-14 22:26:18 +01:00
Francisco Javier Trujillo Mata
fa4a662a34 Using PSP as posix 2023-12-30 21:54:31 +01:00
kub
7cddc27acc improve redraw events handling 2023-12-14 22:13:01 +01:00
kub
7b3f69a4aa revert parts of e0bf7946 to allow multiple keys in parallel 2023-12-03 20:41:56 +01:00
kub
bf1b3e327f revisit file selector
- display help
- add draw callback for window resizing
- fix small memory leak
2023-11-23 20:56:44 +00:00
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