libretroadmin
e7e647d181
(Joypad drivers) Simplifications - put char string outside loop
2023-05-01 20:33:38 +02:00
libretroadmin
b951a010fd
Move strftime_am_pm to libretro-common and get rid of duplicated
...
function
2023-05-01 19:03:11 +02:00
sonninnos
b2ff445531
(Ozone) Sidebar multiline scrolling ( #15242 )
2023-05-01 05:26:31 +02:00
kikmon
d446f39c63
[PS1 Scanning] Serial extraction is now considered a failure if PSX.EXE is found, allowing CRC fallback and actually fixing the game scanning ( #15241 )
...
Co-authored-by: papa <anonymous>
2023-04-30 23:36:50 +02:00
libretroadmin
19f57716f1
Minor cleanups
2023-04-30 19:35:49 +02:00
libretroadmin
c087b044c2
* Add TODO/FIXME localize notes
...
* More snprintf optimizations
2023-04-30 19:30:07 +02:00
libretroadmin
907efccb05
Another buildfix
2023-04-30 18:01:49 +02:00
libretroadmin
3f2c15d6d6
Buildfix
2023-04-30 17:59:32 +02:00
libretroadmin
254773339b
Silence some unused variable warnings
2023-04-30 17:43:46 +02:00
libretroadmin
3871ac4455
* Add FIXME LOCALIZE notes
...
* Some snprintf optimizations
2023-04-30 17:26:57 +02:00
github-actions
5e3161ea3c
Fetch translations from Crowdin
2023-04-30 00:12:28 +00:00
libretroadmin
04833f54b5
settings - remove unused ST_HEX
2023-04-29 16:20:08 +02:00
libretroadmin
246af45939
(menu_displaylist) Cleanups
2023-04-29 15:25:55 +02:00
libretroadmin
31f3588f00
rarch_setting - Reduce size of flag variables
2023-04-29 14:38:31 +02:00
libretroadmin
53a1ff446d
Turn another function static
2023-04-29 14:38:31 +02:00
libretroadmin
dfd0d6b14a
Turn another function static
2023-04-29 14:38:31 +02:00
libretroadmin
138784a32d
Turn another function static
2023-04-29 14:38:31 +02:00
libretroadmin
1a91aabd08
(menu_driver) Turn more functions static
2023-04-29 14:38:31 +02:00
libretroadmin
661f315aa8
(Menu) Turn some functions static
2023-04-29 14:38:31 +02:00
libretroadmin
6f457a570b
(runtime_file.c) Turn function static and add return value
2023-04-29 14:38:31 +02:00
github-actions
a452f6fb29
Fetch translations from Crowdin
2023-04-29 00:10:37 +00:00
libretroadmin
01cd40b1fc
Increase conf_key_base size a bit
2023-04-28 20:21:08 +02:00
libretroadmin
cce75e274f
(task_overlay) Cut down on snprintfs
2023-04-28 20:18:53 +02:00
libretroadmin
47e5fa59ca
(menu_displaylist) Cleanups
2023-04-28 17:37:17 +02:00
libretroadmin
242bdf9e1c
(menu_displaylist) Cleanups
2023-04-28 17:05:32 +02:00
warmenhoven
e9faa3df50
Fix silly mistake, tvos needs tvos cores ( #15238 )
2023-04-28 15:58:58 +02:00
libretroadmin
1db2f20665
Clean warnings
2023-04-28 02:11:52 +02:00
warmenhoven
71748d27f5
Pre-resolve AltKit swift package ( #15236 )
2023-04-28 02:08:23 +02:00
warmenhoven
5eddcfee48
The default pthread stack size on Apple is too small for detect_ps2_game ( #15235 )
2023-04-27 21:16:36 +02:00
libretroadmin
c400fa761c
(UI companion driver) Remove unused notify_content_loaded
2023-04-27 03:02:00 +02:00
github-actions
86e7aa5280
Fetch translations from Crowdin
2023-04-27 00:12:10 +00:00
Antoine Boucher
513cd25cb3
Update README.md ( #15231 )
2023-04-27 01:44:52 +02:00
David G. F
5fec32649f
Fix bug introduced in f13cf9 regarding non-compressed ZIPs ( #15230 )
...
This happens on platforms with HAVE_MMAP (Linux/Mac) and with ZIPs that
contain uncompressed files.
2023-04-26 21:56:51 +02:00
libretroadmin
bce958780d
Remove unused ui_companion_notify_list_loaded - and menu_list member
...
from menu_displaylist_info
2023-04-26 20:21:07 +02:00
sonninnos
fae7ac8241
Change network port menu options to 'allow_input' mode ( #15227 )
2023-04-26 09:09:58 +02:00
github-actions
ef8e3c7f28
Fetch translations from Crowdin
2023-04-26 00:11:19 +00:00
libretroadmin
a385ff4444
(menu_displaylist) menu_displaylist_info - remove need of 'count'
...
member variable
2023-04-26 01:57:08 +02:00
libretroadmin
7a0e8788e0
(Menu) menu_displaylist refactors pt. 2
2023-04-26 01:57:08 +02:00
warmenhoven
295e5f0682
JIT support in iOS ( #15224 )
...
* Use AltKit to try to enable JIT on iOS
* libretro: Add API to check JIT availability on iOS
2023-04-26 01:55:37 +02:00
sonninnos
ad079538a4
Fix menu toggle combo hold with same 'enable_hotkey' ( #15226 )
2023-04-26 01:54:44 +02:00
Jamiras
4210edc228
eliminate leaderboard tracker stutter ( #15223 )
2023-04-25 19:03:20 +02:00
libretroadmin
c35fddad86
(menu_displaylist) Refactors
2023-04-25 15:06:56 +02:00
libretroadmin
8a6584d0df
(menu) menu_displaylist_build_list - cleanups
2023-04-25 14:19:58 +02:00
libretroadmin
08d1b847fd
(D3D12) Go through local variables for graphics command list
2023-04-25 14:08:21 +02:00
David G. F
f13cf92341
Improve ZIP decompression ( #15220 )
...
This reduces the amount of memory Retroarch needs to extract a ROM file.
It will only need the size of the ROM plus 128KiB to extract the file
from the ZIP. Previously it needed as much as twice that amount if the
compression ratio was not great. This is useful on memory constrained
platforms and has no impact on platforms with plenty of memory.
Handles all cases correctly (with and without MMAP, for cores that
require fullpath or not, small and big ZIP files).
2023-04-25 13:17:18 +02:00
github-actions
fc5d16f5a4
Fetch translations from Crowdin
2023-04-25 00:13:28 +00:00
libretroadmin
dcefb6e028
(D3D12) Get rid of the small inline wrapper functions
2023-04-24 18:11:26 +02:00
MrHuu
6a97eb91cf
(3DS) Update __system_initArgv ( #15219 )
2023-04-24 16:12:37 +02:00
libretroadmin
2a5c419d38
Cleanup d3d12_heap_descriptor_alloc
2023-04-24 10:54:46 +02:00
libretroadmin
cff5ea2a9b
(video_driver/HDR) Remove unused helper functiosn
2023-04-24 10:54:46 +02:00