203 Commits

Author SHA1 Message Date
twinaphex
96c8ca5a09 Header update #1 2017-01-22 13:40:32 +01:00
twinaphex
2849e2aa79 Get rid of some more configuration.h includes 2017-01-17 15:46:36 +01:00
twinaphex
9e309032d4 (platform_linux.c) Cleanup 2017-01-08 18:12:43 +01:00
twinaphex
52f9084665 (platform_linux.c) Cleanups 2017-01-08 17:57:13 +01:00
twinaphex
dd264f83d3 Silence more memcheck issues 2017-01-04 09:34:12 +01:00
Brad Parker
2b25704d63 fix battery charging status on linux 2017-01-03 15:40:01 -05:00
twinaphex
b13d069578 - Silence Coverity warning in platform_linux.c
- Don't do settings lookup when calling runloop_msg_queue_push
2017-01-03 18:47:34 +01:00
Brad Parker
ede267805d fix memory leak in linux battery check 2017-01-02 22:16:00 -05:00
twinaphex
5d9934d4da Remove buf variable 2016-12-31 07:59:28 +01:00
twinaphex
3c7c667cf5 Get rid of some implicit memsets 2016-12-19 19:04:52 +01:00
twinaphex
cbf26cfa2f Fix statically linked RA again 2016-12-16 10:09:09 +01:00
twinaphex
fc73e82e43 Start making parseable drives work in Load Content 2016-12-13 01:34:53 +01:00
fr500
0a83f7a888 add removable storage shortcut 2016-11-28 17:03:03 -05:00
radius
269c32ae38 Revert "dehardcode core path on android"
This reverts commit 19def60d5e1f0c0b3b6eb4535f88a9750d974871.
2016-11-26 21:53:58 -05:00
twinaphex
80798ab924 Remove hacky 'OSK Keyboard' overlay 2016-11-27 02:46:09 +01:00
radius
19def60d5e dehardcode core path on android 2016-11-26 11:56:10 -05:00
radius
d33ff1f14f android build fix 2016-11-25 18:20:23 -05:00
radius
e43a9a0add android frontend driver cleanup 2016-11-25 14:05:17 -05:00
twinaphex
04efd4ed36 (Android) Buildfix 2016-10-22 19:27:16 +02:00
twinaphex
d08668b331 Rollback 4b807b482 - was unnecessary in hindsight anyway 2016-10-22 16:39:55 +02:00
twinaphex
4b807b482f Create runloop_poll 2016-10-20 02:17:17 +02:00
Henri Gomez
f1b24f501d handle ARMv8 (aarch64) 2016-10-18 16:35:15 +02:00
twinaphex
2a139b7d72 Add frontend_driver_attach_console/frontend_driver_detach_console 2016-10-09 17:15:50 +02:00
twinaphex
9d3d466092 Simplify main loops 2016-09-30 08:15:21 +02:00
twinaphex
3f35e10014 Solve some warnings pointed out by scan-build 2016-09-25 05:55:55 +02:00
twinaphex
4f83be2df3 Remove dead variable 2016-09-22 21:55:16 +02:00
twinaphex
577c2e93a1 Silence warning 2016-09-11 19:04:01 +02:00
twinaphex
8e4683fa10 Compiles without HAVE_MENU defined again 2016-09-08 14:25:14 +02:00
twinaphex
87e33c56f1 Add HAVE_CONFIG_H ifdefs 2016-09-08 11:22:08 +02:00
twinaphex
e2a734183b Cleanu parse_drive_list callback for Linux/Android 2016-09-06 02:18:17 +02:00
twinaphex
e106fd4374 Get rid of more general.h includes 2016-09-01 18:01:41 +02:00
orbea
376a78dc0c /usr/share/applications is for desktop files 2016-08-27 19:31:05 -07:00
twinaphex
63e1afc1cb - Copies over assets images to /usr/local/share/applications/retroarch/assets
(Linux) -  Upon first boot, it checks if the assets exists inside
/usr/local/share/applications/retroarch/assets or /usr/share/applications/retroarch/assets.
If it does, it will use these as the default location for assets and assets
should show up preconfigured on the fly. If not, it will set ~/.config/retroarch/assets
instead.
2016-08-28 04:11:18 +02:00
Alcaro
6fe43f5823 Make this one a bit more robust 2016-08-22 14:25:20 +02:00
twinaphex
37913d9343 (Shield) Comment this out - doesn't work for now - figure out why 2016-08-01 20:30:38 +02:00
twinaphex
9e8f5127e2 (General) Allow for platforms to set menu OK/cancel buttons individually
(Shield/Android) Set default OK/cancel buttons now to Shield A (OK)
and Shield B (Cancel), previous default was Shield A (Cancel),
Shield B (OK)
2016-08-01 14:20:47 +02:00
twinaphex
b126b9627d (Android) When Android device is a game console, disable overlays by default 2016-08-01 14:09:04 +02:00
twinaphex
ef604dbeb5 (platform_linux.c) Cleanup 2016-08-01 14:04:57 +02:00
twinaphex
12ad4e67dd Revert "Add enum_idx for most remaining settings"
This reverts commit e82a129fef7fb1eab6eced46f7c9b9ea67dcd037.
2016-07-25 19:09:17 +02:00
twinaphex
e82a129fef Add enum_idx for most remaining settings 2016-07-25 18:02:03 +02:00
twinaphex
31bcb3d6f8 (MaterialUI) Try to default to Shield color theme for Shields 2016-07-25 14:27:51 +02:00
twinaphex
2be127c04a Start wrapping settings->path.libretro 2016-07-24 11:12:26 +02:00
twinaphex
ea175fd26f Rename menu_entries_add_enum to menu_entries_append_enum 2016-07-13 01:17:09 +02:00
twinaphex
555c54bdb8 Should show 'rich' labels for Android filesystem choices 2016-07-08 17:11:15 +02:00
twinaphex
e9dc729503 Create set_signal_handler_state 2016-07-08 12:48:01 +02:00
twinaphex
76cc6fd8ec Start implementing signal handler code once in frontend driver code 2016-07-08 02:38:33 +02:00
twinaphex
05467443a2 Add destroy_signal_handler_state 2016-07-08 02:24:56 +02:00
twinaphex
a735114780 Add get_signal_handler_state 2016-07-08 02:20:42 +02:00
twinaphex
6cdc34e891 Add install_signal_handler callback 2016-07-08 02:10:40 +02:00
twinaphex
f0f9847647 (Android) Warning fixes 2016-06-25 00:20:24 +02:00