Higor Eurípedes
|
725e0cd43d
|
(menu_cbs) Avoid implicit memset call in some frequently used functions
These functions are called a lot in some cases like when loading a big
database or playlist.
|
2015-06-14 17:22:41 -03:00 |
|
Twinaphex
|
f768a2d867
|
Merge pull request #1794 from joolswills/patch-1
GCC 4.7 does not have __builtin_bswap16 on all platforms
|
2015-06-14 21:36:08 +02:00 |
|
Jools Wills
|
417d26ed02
|
GCC 4.7 does not have __builtin_bswap16 on all platforms
GCC 4.7 does not have __builtin_bswap16 on all platforms so don't try to use it unless we are on gcc 4.8 or greater
|
2015-06-14 20:16:48 +01:00 |
|
twinaphex
|
bfe4067b83
|
Flag 'Threaded Data Runloop Enable' as advanced setting
|
2015-06-14 20:12:18 +02:00 |
|
twinaphex
|
2157051d48
|
Enable threaded_data_runloop_enable by default when HAVE_THREADS
is enabled - should be stable enough now
|
2015-06-14 20:10:23 +02:00 |
|
Twinaphex
|
6f71237196
|
(CocoaTouch) Buildfix
|
2015-06-14 20:03:47 +02:00 |
|
twinaphex
|
93e9616c63
|
(cocoatouch_browser.m) Cleanups
|
2015-06-14 20:02:01 +02:00 |
|
twinaphex
|
40f8fabda6
|
Consistency in how we treat positive strcmp matches
|
2015-06-14 19:56:01 +02:00 |
|
twinaphex
|
a23cadda07
|
(menu_input.c) Buildfix
|
2015-06-14 19:43:04 +02:00 |
|
twinaphex
|
ad5954862b
|
Cleanup some strcmps
|
2015-06-14 19:42:25 +02:00 |
|
twinaphex
|
a7f1e43d81
|
(decompress) Cleanups
|
2015-06-14 19:37:24 +02:00 |
|
Twinaphex
|
c5958e2d49
|
(OSX) Buildfix
|
2015-06-14 19:28:20 +02:00 |
|
twinaphex
|
f32173c007
|
(platform_darwin.m) Use hashing
|
2015-06-14 19:26:53 +02:00 |
|
twinaphex
|
d3803d0d05
|
(platform_linux.c) Use hashing
|
2015-06-14 19:22:22 +02:00 |
|
twinaphex
|
0c8baf7e47
|
(video_shader_parse.c) Use hashing
|
2015-06-14 19:02:53 +02:00 |
|
twinaphex
|
0c7d2e0d00
|
DOn't use strcmp in check_shader_dir
|
2015-06-14 18:46:00 +02:00 |
|
Twinaphex
|
38a1c82731
|
Merge pull request #1790 from heuripedes/master
Minor performance improvements
|
2015-06-14 17:56:09 +02:00 |
|
twinaphex
|
ecdee11056
|
(menu_setting.c) Correct 'Unload Core' being shown
|
2015-06-14 17:43:03 +02:00 |
|
Higor Eurípedes
|
0be6655e32
|
(retroarch.c) Fix --appendconfig
|
2015-06-14 12:36:29 -03:00 |
|
Higor Eurípedes
|
702d03908d
|
(config_file.c) Speed up config_set_string() using config_get_entry()
|
2015-06-14 12:36:29 -03:00 |
|
Higor Eurípedes
|
2e9afbdb70
|
(config_file.c) Rename config_get_entry_for_read() to config_get_entry() and add prev argument
|
2015-06-14 12:36:29 -03:00 |
|
Higor Eurípedes
|
72fa1c9d36
|
(config_file.c) Speed up setting lookup with hashes
|
2015-06-14 12:36:29 -03:00 |
|
Higor Eurípedes
|
ff03a3abe2
|
(config_file.c) Add config_get_entry_for_read()
|
2015-06-14 12:36:29 -03:00 |
|
Higor Eurípedes
|
42caab87aa
|
(gl_raster_font.c) Add early return and fix identation in gl_raster_font_render_message
|
2015-06-14 12:36:29 -03:00 |
|
twinaphex
|
90b918e7ee
|
set_paths_redirect - prevent crash
|
2015-06-14 17:25:32 +02:00 |
|
twinaphex
|
9a2ca8cc9c
|
(command.c) Refactor
|
2015-06-14 17:19:32 +02:00 |
|
twinaphex
|
a86977de3a
|
(tasks) Use hashes
|
2015-06-14 17:11:48 +02:00 |
|
twinaphex
|
25372dfb56
|
(task_database.c) Refactor to not use strcmp
|
2015-06-14 16:59:38 +02:00 |
|
twinaphex
|
1461386d07
|
(input_overlay.c) Refactor input_overlay.c to have it use djb2
|
2015-06-14 16:53:09 +02:00 |
|
twinaphex
|
2ef68cc249
|
(retroarch.c) Refactors / prevent usage of strcmp
|
2015-06-14 16:45:20 +02:00 |
|
twinaphex
|
068f3cf8bc
|
(menu_shader.c) Refactor away some strcmp usage
|
2015-06-14 16:35:32 +02:00 |
|
twinaphex
|
d70d838ab1
|
(menu_cbs_ok.c) Refactor away usage of strcmp
|
2015-06-14 16:30:44 +02:00 |
|
twinaphex
|
7c8d50ffd8
|
(menu_displaylist.c) Refactor away usage of strcmp
|
2015-06-14 16:26:50 +02:00 |
|
twinaphex
|
77608c3bed
|
(menu_cbs_deferred_push.c) Refactor strcmp usage
|
2015-06-14 16:13:24 +02:00 |
|
twinaphex
|
6f657ccdeb
|
(menu_setting.c) Refactor away some strcmp usage
|
2015-06-14 16:11:46 +02:00 |
|
twinaphex
|
126fe2b702
|
(menu_cbs_title.c) Refactor
|
2015-06-14 16:08:28 +02:00 |
|
twinaphex
|
d3ac2bff96
|
(menu_cbs_{left|right}) Refactor away usage of strcmp
|
2015-06-14 16:06:25 +02:00 |
|
twinaphex
|
b5333cdbab
|
Refactor menu_list_pop_stack_by_needle
|
2015-06-14 15:59:06 +02:00 |
|
twinaphex
|
1f93ec63b4
|
Start using djb2 hashing functions for menu_list_pop_stack_* functions
|
2015-06-14 15:46:32 +02:00 |
|
twinaphex
|
6a2b871f16
|
Create menu_display_get_ptr
|
2015-06-14 15:34:05 +02:00 |
|
Twinaphex
|
dae1821d1e
|
Merge pull request #1789 from nattycleopatra/master
PS3 buildfixes
|
2015-06-14 13:56:32 +02:00 |
|
nattycleopatra
|
edc4077d30
|
(PS3) Remove unused makefile from distscripts
|
2015-06-14 12:33:08 +02:00 |
|
nattycleopatra
|
be9e654bd0
|
(RMenu) Use menu_animation_get_ptr
|
2015-06-14 12:19:38 +02:00 |
|
twinaphex
|
ae00460cc4
|
(menu_displaylist.c) Cleanups
|
2015-06-14 07:24:38 +02:00 |
|
twinaphex
|
a87b674ab7
|
(menu_displaylist.c) Cleanups
|
2015-06-14 04:43:30 +02:00 |
|
twinaphex
|
167ddb75ef
|
Create SL_FLAG_MAIN_MENU_SETTINGS
|
2015-06-14 04:35:27 +02:00 |
|
twinaphex
|
663ce70704
|
Simplify menu_list_elem_is_dir
|
2015-06-14 04:24:50 +02:00 |
|
twinaphex
|
be24e78c61
|
(XMB) Don't use struct item_file * directly
|
2015-06-14 04:19:40 +02:00 |
|
Twinaphex
|
f65bf12123
|
(menu) Cleanup unused variables
|
2015-06-14 04:11:09 +02:00 |
|
twinaphex
|
2a493f51a1
|
(menu_displaylist.c) Style nits
|
2015-06-14 04:04:43 +02:00 |
|