twinaphex
e786059506
frontend_ctx_null - add missing function pointer
2020-01-15 09:11:17 +01:00
hizzlekizzle
9b2752ff07
Merge pull request #9896 from m4tsa/update-libnx
...
fix breaking changes from the 3.0.0 libnx release
2020-01-14 08:32:47 -06:00
twinaphex
665b98bd28
(CTR) Buildfix
2020-01-06 20:09:59 +01:00
twinaphex
56236f7372
Get rid of platform_null.c file
2020-01-06 15:35:35 +01:00
Mats A
ef2ddf6912
fix breaking changes from the 3.0.0 libnx release
2020-01-06 13:12:00 +01:00
Toad King
776568a429
fix images not loading in menu in emscripten
...
add changes to work with latest emscripten SDK
2020-01-02 21:29:25 -06:00
jdgleaver
569014c5d2
(Filebrowser) Fix file selection issues when starting from (or navigating to) the top level directory
2019-12-31 12:34:03 +00:00
Themaister
15ffffa835
Android/Vulkan: Recreate swapchain on orientation change.
...
ANativeWindow getWidth/Height does not detect any changes when using
Vulkan, so use the old onContentRectChanged callback to get notified
when size changed. Use those values instead when figuring out how large
swapchain to create.
Tested trivially on Galaxy S9+ Exynos model.
2019-12-15 16:46:41 +01:00
driver1998
7519d3562b
[UWP] Use GLUI on Windows 10 Mobile
2019-12-05 16:32:38 +08:00
driver1998
1bd9d503f0
[UWP] Add trailing backsplash to default dirs
2019-12-05 16:32:38 +08:00
driver1998
918b08e910
[UWP] Add ARM64 detection in get_os
2019-12-05 16:32:38 +08:00
driver1998
83cb526153
[UWP] Add get_user_language and get_cpu_model_name
2019-12-05 16:32:38 +08:00
Francisco Javier Trujillo Mata
e553e19996
Call pthread_terminate is if it is NO SALAMANDER
2019-11-23 12:54:45 +01:00
Francisco Javier Trujillo Mata
5a5640155a
Call to the terminate function for the pthread on the deinit of the PSP platform
2019-11-21 19:13:33 +01:00
Nathan Strong
bff8e8204d
Automatically rename asset directory
...
== DETAILS
For users upgrading--particularly via the online updater--we should
smoothly migrate them to the new name. If the "media" directory
exists and the "assets" directory doesn't, then rename "media" to
"assets".
== TESTING
none yet
2019-11-20 23:33:20 -08:00
Nathan Strong
4cd3934610
Change the default asset directory
...
On every other platform, retroarch uses "assets" but wiiu got stuck with "media"
and it's never been fixed.
So I'm fixing it.
2019-11-20 23:33:20 -08:00
Twinaphex
53d18cf95e
Merge pull request #9713 from Rinnegatamante/vitagl
...
Added gl1 video driver support to Vita build
2019-11-17 23:14:29 +01:00
Rinnegatamante
a30f7dc79f
[VITA/PSP] Fix logging to file not working.
2019-11-12 19:46:37 +01:00
radius
3f88a49bdc
linux frontend: add proper drives
2019-11-12 19:11:51 +01:00
Francisco Javier Trujillo Mata
c2c3ed6a76
Make logs works again for PSP
2019-10-16 00:46:14 +02:00
Twinaphex
6467d24070
Merge pull request #9548 from fjtrujy/ps2MemoryLeaks
...
[PS2] Fix memory leaks in Font and GFX Driver
2019-10-04 17:07:35 +02:00
Rinnegatamante
6a5af218c7
[VITA] Implement get_mem_total/free for the frontend.
2019-10-04 12:12:14 +02:00
Francisco Javier Trujillo Mata
c48ccdb1fc
Fix memory leak in the PS2 GFX and PS2 Font
2019-10-03 23:41:56 +02:00
Rinnegatamante
fffc7597fd
[VITA] Add system language detection.
2019-10-01 19:55:43 +02:00
twinaphex
1da7baa49d
(Android) get_mem_free - different implementation for Android
2019-09-26 20:07:39 +02:00
rsn8887
c8c5b69b5e
[SWITCH] Fix memory free and memory total reporting
2019-09-24 17:18:23 -05:00
twinaphex
473400902c
Buildfix - apparently Switch memory reporting cannot be implemented
...
correctly
2019-09-25 00:08:28 +02:00
benoa
2bd71b55bc
Wii/GC: free memory instead of used memory
2019-09-23 16:09:53 +02:00
twinaphex
b94b9e2adb
Go back to plain strlcpy/strlcat - probably best to look at
...
opportunities to reduce these calls vs. replacing them with
unsafe macros
2019-09-23 00:19:01 +02:00
twinaphex
3a39a51f11
(CTR/3DS) Properly report free RAM
2019-09-22 04:42:20 +02:00
twinaphex
ed29c6f59c
Start going for consistent memory representation - instead of
...
'memory used' needs to become 'memory free'
2019-09-22 03:57:59 +02:00
twinaphex
3b057d9605
Start using STRLCAT_CONST_INCR and STRLCPY_CONST
2019-09-20 23:33:17 +02:00
twinaphex
f192e8618f
(Win32) Call the log window 'Logging Console'
2019-09-19 06:23:31 +02:00
twinaphex
1ced1b3f73
(Platform unix) Updates
2019-09-18 03:37:25 +02:00
twinaphex
c2cad1f122
(platform_unix) Small cleanups
2019-09-17 01:33:54 +02:00
Brad Parker
4e9cd6ff3e
win32: set menubar language to same as config
2019-08-29 16:36:09 -04:00
Brad Parker
3187eecf05
win32: fix user language detection
2019-08-29 14:36:14 -04:00
Yoshi Sugawara
41382b5f58
tvOS: support extracting bundled assets.zip on startup
2019-08-26 15:43:12 -10:00
Francisco Javier Trujillo Mata
c987945b5e
Apply some improvement preparing for new toolchain ( #9330 )
2019-08-19 20:36:15 +02:00
LazyBumHorse
719555bae1
Overhaul shader loading logic, add --set-shader CLI option
2019-08-17 15:20:51 +02:00
MrJs
b60fa081a1
Add in more Apple Model numbers for RetroRating
...
Added in all current Apple Model numbers and set a base rating of 19.
Will happily revise if someone can tell me how the ratings are calculated.
2019-08-12 21:28:39 -07:00
twinaphex
ca3a80091a
Cleanup runloop_iterate
...
NOTE/CHECK: Hopefully wiiu is unaffected by the change
in sleeping
2019-08-11 19:39:48 +02:00
Toad King
618da66073
emscripten: add hack to prevent ERRNO_CODES from being optimized away
2019-08-07 22:07:09 -05:00
twinaphex
9a89279ac2
Revert "Update platform_wiiu.c"
...
This reverts commit e13b58a0776a90198d7545b66f38edddaac7f5ae.
2019-07-29 02:43:52 +02:00
Twinaphex
e13b58a077
Update platform_wiiu.c
2019-07-29 02:11:13 +02:00
twinaphex
ba40af1dde
(Android) android_app_entry - cleanup
2019-07-20 18:55:23 +02:00
twinaphex
4c69dad0ce
Define DEFAULT_MAX_PADS inside config.def.h - get rid of the messy
...
MAX_PADS macros everywhere
2019-07-19 12:55:38 +02:00
twinaphex
a6d6c21e52
Rename config_file_new_null to config_file_new_alloc
2019-07-17 19:50:32 +02:00
twinaphex
0c31437c24
Create config_file_new_null
2019-07-17 18:27:53 +02:00
Twinaphex
986c1bb235
Merge pull request #9109 from yoshisuga/playlist_support_abbreviated_paths
...
[iOS] Playlist: support abbreviations for application/home directory
2019-07-16 16:07:49 +02:00