twinaphex
d37e610d70
(Switch) Stub this code out for now
2019-05-29 12:57:36 +02:00
twinaphex
fb22397835
(libnx) Turn rpng_load_image_argb into static function
2019-05-28 16:13:12 +02:00
twinaphex
ebefe374b5
(platform_switch.c) Cleanups
2019-05-28 16:12:06 +02:00
twinaphex
8850f0735c
(LIBNX) Try to fix libnx
2019-05-28 16:10:22 +02:00
Huw Pascoe
685aabb094
video_layout config
2019-05-11 09:58:46 +01:00
M4xw
6bfa3fa807
[LIBNX] Better Horizon Ver. Detection
...
-Save the current Path via frontend_switch_process_args (fixes loader)
2019-04-29 18:14:21 +02:00
M4xw
ca80a3a4da
[Libnx] Toolchain related changes
...
-Remove switch_pthread - It should be no longer used
-Increase SAVE_STATE_CHUNK to 4MB
-Fix overclocking on Horizon 8.0+
Note: This requires the updated Toolchain before Merge
2019-04-26 21:58:40 +02:00
Brad Parker
aa588dec35
set default language on first startup according to OS setting (initial *nix implementation)
2019-04-15 23:14:49 -04:00
jdgleaver
2c65068be0
More 'Log to File' Additions:
...
- Add optional timestamped log files
- Handle errors if log file cannot be opened
- Android: flush log file immediately
- 3DS: log to file tested and fully working
- Default log paths added for all platforms
2019-03-25 17:22:59 +00:00
Brad Parker
e22148fed4
show cpu model name in log, implemented for x86/64 on windows/linux so far
2019-02-23 16:50:42 -05:00
orbea
28ff4b391a
Clean up white space.
2019-02-03 16:00:50 -08:00
Twinaphex
ac04c1bfc5
Merge pull request #7892 from Datamats/libnx_nwindow
...
libnx: refactor all the code of the now deprecated gfx api over to the new nwindow / framebuffer api
2019-01-08 23:36:20 +01:00
orbea
bfc366decc
Squeeze extra blank lines with cat(1).
...
Example:
find . -type f -iname '*.c' | while read -r i; do
cat -s "$i" > "$i.new"
mv "$i.new" "$i"
done
2019-01-08 11:04:58 -08:00
Mats
462a4b24fd
libnx: refactor all the code of the now deprecated gfx api over to the new nwindow / framebuffer api
2019-01-07 15:03:44 +01:00
M4xw
8764d7be28
[LIBNX] Implement Over-/Downclocking and minor fixes
2018-11-29 18:42:44 +01:00
natinusala
9cad7135a9
libnx: implement focus gain and loss callbacks
2018-11-28 14:11:42 +01:00
natinusala
49082a8c80
libnx: enable video recording
2018-11-01 01:55:05 +01:00
p-sam
4c5c2170b6
libnx: call retroarch_main_quit on exit
2018-10-27 16:18:56 +00:00
natinusala
eac0d603f4
libnx: add network interfaces info
2018-10-12 17:37:03 +02:00
twinaphex
247b21b151
(platform_switch.c) Set retro_rating level to 11 - some minor
...
cleanups
2018-10-08 04:20:07 +02:00
lifajucejo
c39bc4ecab
[LIBNX] Synchronize nxlink logging
...
- Logs were interleaved and caused instability on certain setups
2018-09-30 19:09:20 -04:00
M4xw
7a841eae24
[SWITCH] Change platform dir layout to match unix, fixes autodetect
2018-09-29 19:36:14 +02:00
lifajucejo
a1aec9a870
Add battery percentage (psm) to switch
2018-09-27 23:52:08 -04:00
M4xw
be2cba3200
[LIBNX] Mesa EGL backend has been fixed, remove workaround.
2018-09-27 20:02:30 +02:00
M4xw
cf097d7f42
[LIBNX] Implement OpenGL
2018-09-27 01:23:24 +02:00
misson20000
8ed254f0c0
small platform_switch indentation fixups
2018-09-15 03:27:29 -07:00
misson20000
7072bbb829
[NSW] SDK compat fixups
2018-09-15 03:27:29 -07:00
misson20000
fa76a3cb60
CRLF -> LF
2018-09-15 03:27:05 -07:00
M4xw
0ff014c1ac
[LIBNX] Add Core extension
2018-09-15 02:29:40 +02:00
M4xw
424d169cd9
[LIBNX] Fix Audio and Platform for updated libnx
2018-09-15 01:29:42 +02:00
M4xw
64edf5f879
[LIBNX] Fixups and bare minimum to function
2018-09-14 20:38:42 +02:00