Commit graph

  • b202518cd3
    Merge pull request #2 from irixxxx/master master Ray Sollium 2024-10-30 04:26:36 -03:00
  • 86a086ed64 automatically map input devs of same type to different players kub 2024-10-13 20:04:56 +02:00
  • fbbf5e3fc0 better support for resizable windows kub 2024-09-10 22:30:54 +02:00
  • 65f8fc5e39 fix repeated redraw events kub 2024-09-10 22:28:51 +02:00
  • 9fba90ac32 fix some warnings kub 2024-09-05 22:00:30 +02:00
  • 10c564f806
    Merge pull request #1 from RayTF/recover-branch Ray The Fox 2024-08-09 01:52:12 +00:00
  • 45e44c2aab Update menu.c recover-branch Ray The Fox 2024-08-04 19:14:26 -03:00
  • 80244dfe6b Update menu.c Ray The Fox 2024-08-04 19:09:26 -03:00
  • 697806c41d fix pngread error handling kub 2024-03-26 00:56:33 +01:00
  • 4563c13167 add reading scaled png images kub 2024-03-20 23:40:37 +01:00
  • 82b4854771 make sound rates platform dependent kub 2024-02-17 19:32:30 +01:00
  • c825b167e9 fix event handling regression kub 2024-02-14 23:23:50 +01:00
  • d23f5773e1 add .. to dir listing if it is missing kub 2024-02-14 23:00:45 +01:00
  • ff8abdddba fix BGR/RGB handling kub 2024-02-14 22:26:18 +01:00
  • fa4a662a34 Using PSP as posix Francisco Javier Trujillo Mata 2023-12-30 21:53:41 +01:00
  • 7cddc27acc improve redraw events handling kub 2023-12-14 22:13:01 +01:00
  • 7b3f69a4aa revert parts of e0bf7946 to allow multiple keys in parallel kub 2023-12-03 20:41:56 +01:00
  • bf1b3e327f revisit file selector kub 2023-11-23 20:56:44 +00:00
  • d5a43fbd97 fix crash if file list is empty in romsel kub 2023-11-15 20:26:05 +00:00
  • 7b58e15633 Merge remote-tracking branch 'notaz/master' kub 2023-01-29 19:37:03 +00:00
  • 9bc19b0fe5 fix menu key handling in file selector kub 2023-01-26 21:00:48 +00:00
  • 2d02d8d6fe fix hang if seeking for letter in file selector kub 2023-01-25 22:09:22 +00:00
  • 1889fe241c enable use of current pspdev sdk kub 2022-09-29 23:13:49 +00:00
  • 09fcfbaa18 fix sdl overlay not locked for clearing kub 2022-09-28 18:55:29 +00:00
  • f5b32cc30c fix off-by-1 in directory listing search kub 2022-09-16 20:06:24 +00:00
  • bededcb4be add some support for handling redraw events kub 2022-09-16 17:08:34 +00:00
  • c722861112 make gl layer reinitializable kub 2022-09-16 17:07:14 +00:00
  • 7167e5f337 Merge branch 'irixxxx' notaz 2022-09-10 16:57:39 +03:00
  • 33787db41d fbdev: wait vsync after mode change, not before notaz 2022-03-14 01:17:09 +02:00
  • fdfcdca978 fbdev: don't clear more than needed notaz 2022-03-14 01:15:51 +02:00
  • e3ea3015f0 fix regression selecting SDL window size (for hw scaling) kub 2022-03-06 18:25:56 +00:00
  • d07718a03b fix a buffer overflow kub 2022-03-04 19:39:44 +00:00
  • 533726df95 reduce SDL_Setvideo calls to avoid flickering with TRIPLEBUF kub 2022-03-04 19:38:41 +00:00
  • 74cb846a3a add basic fullscreen support to SDL window mode kub 2022-03-04 19:37:27 +00:00
  • f2a685be70
    Merge pull request #11 from jSTE0/overlay-lock notaz 2022-03-01 22:10:12 +02:00
  • 66ef1764f0 sdl: lock YUV overlay before clearing jSTE0 2022-02-28 23:00:22 +00:00
  • 81b1aa54a4 add aspect ratio for sdl fullscreen kub 2022-02-22 20:43:51 +00:00
  • 80e531d6fd some disassembler fixes kub 2022-02-22 20:52:01 +00:00
  • 7a43154813 fix skin directory default kub 2022-02-22 20:49:37 +00:00
  • 4919040522 fix for 4 player support kub 2022-02-22 20:55:19 +00:00
  • 25cfdf0a34 add support for 4 player inputs kub 2022-01-26 19:36:32 +00:00
  • cfb49ab909 fix display of menu strings containing '%' kub 2021-03-26 22:45:04 +01:00
  • de24250ab5 fix position of menu entries if length > 10 kub 2021-03-26 20:06:43 +01:00
  • 62128bad6d fix type usage for endianess in menu handling kub 2021-03-26 19:57:58 +01:00
  • 5d636caaaf add minimal osx/ios compilastion support kub 2021-03-22 23:07:02 +01:00
  • 2de059cace add SDL SWSURFACE support kub 2021-03-22 23:04:12 +01:00
  • 4e0bc79405 use native byte order for audio kub 2021-02-23 23:23:32 +01:00
  • 3ccc039bba center loaded background image in larger screen kub 2021-02-08 20:51:34 +01:00
  • a8b4c53d77 avoid a warning notaz 2021-11-14 23:37:17 +02:00
  • c668921a45 sdl: don't try gl on remote displays notaz 2021-10-31 17:16:02 +02:00
  • 39639dd1da sdl: set initial pitch notaz 2021-10-31 16:36:36 +02:00
  • e50d6e0656 allow to opt out of HOME config path notaz 2021-10-31 16:33:02 +02:00
  • 76e45c3489
    Merge pull request #10 from irixxxx/master notaz 2021-01-18 19:12:19 +02:00
  • dfe767a5fa add minimal PSP support kub 2021-01-14 21:57:13 +01:00
  • a23a278d1e improve directory handling in menu kub 2021-01-14 21:56:30 +01:00
  • 68c85e2a0b add buffer parameters for menubg_src kub 2021-01-14 21:47:19 +01:00
  • e0bf794693 fix SDL event handling of overlapping keystrokes kub 2020-10-26 20:15:23 +01:00
  • 1eb399bd4c fix menu input handling (timeout non-working) kub 2020-10-22 22:34:14 +02:00
  • 271f900173 fix SDL loosing one-shot key events for emulator keys kub 2020-10-20 22:49:34 +02:00
  • b0dc47ecea
    Merge pull request #8 from irixxxx/master notaz 2020-10-13 22:50:01 +03:00
  • 39b2c61e1d fix loading screen if loading rom from command line kub 2020-10-10 20:57:22 +02:00
  • 34e55f235e add triplebuffering support kub 2020-10-10 20:56:21 +02:00
  • 811cef4d9f
    Merge pull request #7 from irixxxx/master notaz 2020-07-03 00:08:59 +03:00
  • 9ba0831411 add 2x overlay for SDL to improve color resolution kub 2020-07-02 09:34:11 +02:00
  • a7a40556a9 add more host disassembler platforms for picodrive DRC kub 2020-07-02 09:32:08 +02:00
  • 006478c4f3 font array size adaption to avoid a compiler warning in picodrive kub 2020-07-02 09:30:56 +02:00
  • 795b71c571 deal with some gcc7+ warnings notaz 2019-12-07 21:38:32 +02:00
  • f8cd6a082b fix some pointer arithmetic notaz 2018-01-28 19:57:57 +02:00
  • 2b27288eb4 add a pitch variable notaz 2014-04-05 22:02:55 +03:00
  • 21082d0b2b x86_64 support for host_dasm notaz 2017-12-11 02:51:29 +02:00
  • f287890d65 don'r check d_name notaz 2017-10-14 02:12:21 +03:00
  • 448ec62f85 retry with mmap when mremap fails notaz 2017-10-06 01:23:03 +03:00
  • e7f580052c Prevent segfault in draw_key_config (#2) Nolan "Tempa Kyouran" Varani 2017-09-30 07:17:30 -05:00
  • 21604a0479 input: bugfix in defbind check notaz 2015-11-08 18:19:22 +02:00
  • 0415ebf191 oss: use other sync macro notaz 2015-08-29 01:18:03 +03:00
  • 26ea18173c plat: avoid MAP_FIXED notaz 2015-03-25 00:38:13 +02:00
  • 9fec8a91c9 input: only set default binds when probing notaz 2015-02-03 01:31:41 +02:00
  • 9b87077e93 alsa: don't leak memory notaz 2015-02-03 01:27:18 +02:00
  • 515ac0b9d2 improve handling of dirents without d_type set notaz 2014-12-24 04:21:19 +02:00
  • d1453cf7e6 fix a buffer overflow notaz 2014-04-05 22:05:07 +03:00
  • 8b4363e302 fix gp2x build notaz 2013-10-11 01:04:24 +03:00
  • af7e50060f handle no home and buf overflow notaz 2013-10-10 02:41:45 +03:00
  • 62e581e179 Merge pull request #1 from pcercuei/for_upstream notaz 2013-10-09 16:43:16 -07:00
  • 87dc66a025 Allow one key to have multiple actions Paul Cercueil 2013-09-26 09:56:25 -03:00
  • d685ce4625 Allow the platform code to override the key names Paul Cercueil 2013-10-07 20:41:22 +02:00
  • c19e28f626 Let the platform code deliver the key mappings Paul Cercueil 2013-10-07 19:34:04 +02:00
  • 17def48f1f SDL video: Use a hardware surface and double buffering Paul Cercueil 2013-09-22 07:35:49 -03:00
  • 3e0af0815a SDL sound: Reduce considerably sound latency Paul Cercueil 2013-09-21 18:40:17 -03:00
  • c52e6628cd Introduce plat_get_skin_dir and update plat_get_root_dir functions Paul Cercueil 2013-10-07 17:09:09 +02:00
  • 39014486f9 gp2x: pollux: various fixes notaz 2013-10-04 03:15:13 +03:00
  • 9a5a0dc9ff gp2x: pollux: bring back ram timings notaz 2013-10-04 03:14:02 +03:00
  • 11166a22ce soc_pollux: fix clkgen masks notaz 2013-09-26 04:04:07 +03:00
  • 1bc471ebf1 pandora: add tv layer selection helper notaz 2013-09-24 00:46:25 +03:00
  • 18306c325f Properly handle multiple joysticks Victor Luchits 2013-07-24 23:03:22 +04:00
  • d1f5849cf4 don't use a and s for menu functions notaz 2013-09-08 21:25:29 +03:00
  • ec90b02137 fix deadlock on list seek notaz 2013-09-08 21:05:28 +03:00
  • 9028744c19 alsa: some stop handling notaz 2013-09-01 18:37:30 +03:00
  • 9089665ca1 fix list seeking, add autoload option notaz 2013-08-31 00:49:52 +03:00
  • 7ceadd9993 GP2X updates notaz 2013-08-23 02:58:06 +03:00
  • c54d04fd84 add disassembler reg-names-std option notaz 2013-08-10 19:44:14 +03:00