twinaphex
06814f44d4
Always set core path like this
2016-07-30 16:32:34 +02:00
twinaphex
9780d68d8a
(PS3) Separate dir for core info files
2016-07-30 14:59:24 +02:00
twinaphex
4f8d305235
(PS3) Implement frontend_ps3_process_args
2016-07-30 12:49:08 +02:00
twinaphex
ac9b3194a5
Create config_get_active_core_path_ptr
2016-07-29 22:52:37 +02:00
twinaphex
e9b3b9c30b
Use config_get_active_core_path_size
2016-07-26 14:32:18 +02:00
twinaphex
12ad4e67dd
Revert "Add enum_idx for most remaining settings"
...
This reverts commit e82a129fef
.
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
bd88b9d1d2
(Wii) Fix warnings / unused variables
2016-07-24 11:32:45 +02:00
twinaphex
16908435bb
Create config_active_core_path_is_empty
2016-07-24 11:27:44 +02:00
twinaphex
2be127c04a
Start wrapping settings->path.libretro
2016-07-24 11:12:26 +02:00
twinaphex
1ebeeeb725
(PS3) Playlists and history lists should save now again;
...
(HAVE_DYNAMIC not defined) libretro_path should get read from config file
to prevent instance where settings->path.libretro is empty, which lead to
history not being able to be pushed to
(History/Playlists) If we don't have core info files and core_name
is therefore blank, we should attempt
a fallback path so that it infers the name from the core basename instead
2016-07-23 00:15:37 +02:00
Alcaro
a5098f19a1
Good point. Close #3224 again.
2016-07-16 18:46:38 +02:00
Alcaro
1e1f2cfee0
@yurivict: It's supposed to come from RetroArch itself, we refactored the signals recently and didn't really test it on the more unusual platforms. Close #3224 .
2016-07-16 18:36:30 +02:00
twinaphex
ea175fd26f
Rename menu_entries_add_enum to menu_entries_append_enum
2016-07-13 01:17:09 +02:00
Yoshi Sugawara
9173397f08
iOS 10 support: cores need to be in the modules directory of app bundle, added script to code sign cores in modules directory
2016-07-10 09:02:40 -10:00
twinaphex
555c54bdb8
Should show 'rich' labels for Android filesystem choices
2016-07-08 17:11:15 +02:00
Twinaphex
c746f4dbbc
Don't build in BSD support for OSX
2016-07-08 13:01:16 +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
24bfad033f
Update platform_bsd.c
2016-07-08 02:25:23 +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
c8b7bc9845
Add platform_bsd.c
2016-07-08 02:13:19 +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
twinaphex
a6bfc6240f
C89_BUILD fixes
2016-06-23 07:40:51 +02:00
twinaphex
dee7533d65
(libretro-common) Start creating STRING_REP_ULONG
2016-06-23 07:37:02 +02:00
twinaphex
549bc8dc5e
get_mem_used should now report more accurate values
2016-06-22 23:32:11 +02:00
twinaphex
003f1ba913
(PSP) Buildfix
2016-06-20 17:49:20 +02:00
twinaphex
c2c59e8e16
Buildfix for consoles
2016-06-20 16:02:06 +02:00
twinaphex
35b078857d
Create file_path_str.c
2016-06-20 05:20:14 +02:00
twinaphex
65dff0a03a
menu_hash_to_str_enum has now become msg_hash_to_str
2016-06-20 00:31:13 +02:00
twinaphex
b82f4daae9
Reimplement frontend_linux_get_mem_used
2016-06-19 00:15:04 +02:00
twinaphex
0d9b345ae0
Simplify frontend_linux_get_mem_total - get_mem_used still
...
wrong
2016-06-19 00:08:16 +02:00
twinaphex
df57b3062a
Correct frontend_linux_get_mem_total
2016-06-18 23:45:43 +02:00
radius
929f26742f
respect 80 character limit
2016-06-17 09:43:51 -05:00
radius
eb0ea9d738
logger is not available at this stage, use android logging here instead
2016-06-17 09:31:44 -05:00
radius
b0932af025
fix internal storage messages
2016-06-17 09:27:39 -05:00
twinaphex
ae2be8b53b
Replace most menu_entries_add function calls
2016-06-16 22:03:12 +02:00
twinaphex
0ee7eeb450
Cleanup unused variable warning
2016-06-15 00:57:54 +02:00
twinaphex
3ca57ddd84
Correct frontend_win32_get_mem_used
2016-06-12 21:51:08 +02:00
twinaphex
8ddafd0023
Cleanup
2016-06-12 21:00:52 +02:00
twinaphex
dae55553b7
Rename memory_free to memory_used
2016-06-12 20:50:03 +02:00
twinaphex
040798cdb9
(GX) Implement get_mem_total/get_mem_free
2016-06-12 20:46:51 +02:00
twinaphex
2b37c92a64
(Win32) Implement get_mem_total/get_mem_free
2016-06-12 20:39:23 +02:00
twinaphex
8431b63235
Exclude this code for OSX PPC for now
2016-06-12 18:52:30 +02:00
Twinaphex
a01985273b
Implement frontend_darwin_get_mem_free
2016-06-12 18:42:03 +02:00
Twinaphex
19d4498d2c
(iOS) Buildfix
2016-06-12 14:17:07 +02:00
Twinaphex
ae894fb015
Implement frontend_darwin_get_mem_total
2016-06-12 13:49:00 +02:00