twinaphex
f22755f31b
Move enums around
2016-06-20 15:42:05 +02:00
twinaphex
450e1f4746
Rename menu_hash_to_file_type
2016-06-20 15:33:22 +02:00
twinaphex
e59fb6c0d9
Bugfix
2016-06-20 15:22:31 +02:00
twinaphex
7d3780e09f
Refactor some code in task_push_decompress
2016-06-20 15:21:42 +02:00
twinaphex
7d93f63e6a
Move menu_hash_to_file_type to msg_hash
2016-06-20 06:44:05 +02:00
twinaphex
2ebd6e6f49
Header cleanups
2016-06-20 06:34:30 +02:00
twinaphex
4622d46ad3
Should silence Clang warning
2016-06-20 06:25:08 +02:00
twinaphex
fa08613637
Indenting nits
2016-06-20 06:21:12 +02:00
twinaphex
390a7d76c6
(task_queue/RetroArch) Add ugly kludge so that we print progress
2016-06-20 06:16:46 +02:00
twinaphex
560f8dda60
Remove tasks_internal.c - no longer needed
2016-06-20 06:02:50 +02:00
twinaphex
d2eeb6fab0
Create FILE_PATH_CORE_OPTIONS_CONFIG
2016-06-20 05:29:53 +02:00
twinaphex
35b078857d
Create file_path_str.c
2016-06-20 05:20:14 +02:00
twinaphex
b3188195a8
Create file_path_str
2016-06-20 05:11:01 +02:00
twinaphex
c448beafa8
indent nits
2016-06-20 05:03:41 +02:00
twinaphex
f764980eb8
Indenting nits
2016-06-20 04:51:36 +02:00
twinaphex
ef4753dc05
Indenting nits
2016-06-20 04:41:43 +02:00
twinaphex
32c4f74f7d
More translatable strings
2016-06-20 04:23:00 +02:00
twinaphex
59b8b3b9ed
Add more translatable strings
2016-06-20 04:17:03 +02:00
twinaphex
3bf5a89901
Add more translatable strings
2016-06-20 04:07:49 +02:00
twinaphex
cfd7b9c6c1
Add more translatable strings
2016-06-20 04:01:58 +02:00
twinaphex
46cdea48c2
Add more translatable strings
2016-06-20 03:54:42 +02:00
twinaphex
e064207a59
Add missing files
2016-06-20 03:36:25 +02:00
twinaphex
284f8cfd23
Remove menu_hash_ files
2016-06-20 03:35:09 +02:00
twinaphex
69c82da160
(menu_hash) Prevent dereferences when settings is NULL
2016-06-20 03:10:26 +02:00
twinaphex
75b9a1312d
(ui_win32.c) Buildfix
2016-06-20 02:46:25 +02:00
twinaphex
114cc081aa
Avoid warning 'variable may be used uninitialized'
2016-06-20 02:45:07 +02:00
twinaphex
1fa36689d8
Remove hashes
2016-06-20 02:07:56 +02:00
twinaphex
dce009ae78
Remove more hashes
2016-06-20 02:01:03 +02:00
twinaphex
f442d8235f
Remove more hashes
2016-06-20 01:54:54 +02:00
twinaphex
f69f57c566
Get rid of more hashes
2016-06-20 01:49:22 +02:00
Twinaphex
ed75a83e6a
Remove unused variable
2016-06-20 01:30:12 +02:00
twinaphex
5075712cac
Get rid of menu_hash_calculate - use msg_hash_calculate instead
2016-06-20 00:37:38 +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
a741dadf20
Prevent dereference before null check
2016-06-19 23:09:19 +02:00
Alcaro
77d0745f38
Kill some warnings
2016-06-19 22:43:52 +02:00
twinaphex
43c25383e3
Take out CXX_BUILD for now - prevents compilation
2016-06-19 22:39:35 +02:00
twinaphex
462dda944c
(menu_cbs_ok.c) Try to fix second memory leak
2016-06-19 22:30:57 +02:00
twinaphex
8644e8e26b
(menu/cbs/menu_cbs_ok.c) Try to fix memory leak
2016-06-19 22:28:55 +02:00
twinaphex
096ca1851b
Silence unitialized scalar variable
2016-06-19 22:24:16 +02:00
Alcaro
90dd86a66a
Fix #3129 again
2016-06-19 22:09:52 +02:00
Alcaro
6949cfde68
C++ use means we use the C++ linker. Fixes #3129
2016-06-19 21:41:00 +02:00
twinaphex
31c1f31299
Improve MENU_NAVIGATION_CTL_ASCEND_ALPHABET - can no longer
...
get out of bounds, will now properly scroll down to end of
list if it can not jump alphabetically to the next letter and
there is still space to go to the end of the list
2016-06-19 00:25:52 +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
Twinaphex
6c045ab24e
Merge pull request #3127 from libretro/revert-3126-fix-snprintf-overlap
...
Revert "Fix overlap of source and destination buffers in snprintf call"
2016-06-18 23:14:28 +02:00
Twinaphex
a52e55e909
Revert "Fix overlap of source and destination buffers in snprintf call"
2016-06-18 23:14:22 +02:00
Twinaphex
d0697236f0
Merge pull request #3126 from nikola-kocic/fix-snprintf-overlap
...
Fix overlap of source and destination buffers in snprintf call
2016-06-18 23:14:07 +02:00
Nikola Kocić
ebfb7652b0
Fix overlap of source and destination buffers in snprintf call
2016-06-18 22:53:49 +02:00
twinaphex
b510b2fe26
Add menu_setting_get_enum_idx
2016-06-18 22:45:32 +02:00