Twinaphex
|
447468a39d
|
Change string_is_equal_noncase to just a strcasecmp wrapper for now
|
2016-01-21 01:00:47 +01:00 |
|
Twinaphex
|
9e2be63b75
|
Don't bake this in for __MACH__
|
2016-01-21 00:56:47 +01:00 |
|
radius
|
89d9336b08
|
fix some shaders in GL
|
2016-01-20 18:52:24 -05:00 |
|
radius
|
c32a5c8003
|
add slideshow mode to imageviewer core
|
2016-01-20 15:40:08 -05:00 |
|
twinaphex
|
63e2d13b8f
|
Create string_is_equal_noncase - try not to use strcasecmp so much
|
2016-01-20 17:34:19 +01:00 |
|
Twinaphex
|
de513211dc
|
Update input_autodetect.c
|
2016-01-20 13:28:13 +01:00 |
|
twinaphex
|
09f06613ee
|
(rewind.c) Cleanups - turn functions into static functions that were not used outside
|
2016-01-20 06:42:01 +01:00 |
|
twinaphex
|
644649853f
|
CLeanup
|
2016-01-20 06:21:46 +01:00 |
|
twinaphex
|
157eb71606
|
Use string_is_equal more
|
2016-01-20 06:16:55 +01:00 |
|
twinaphex
|
b638b9bee8
|
Cleanup
|
2016-01-20 06:11:47 +01:00 |
|
twinaphex
|
d45fd36a0b
|
Cleanup
|
2016-01-20 06:05:49 +01:00 |
|
twinaphex
|
da124969fa
|
More string_is_equal
|
2016-01-20 06:05:19 +01:00 |
|
twinaphex
|
6cb55231d9
|
use more string_is_equal
|
2016-01-20 05:21:52 +01:00 |
|
twinaphex
|
16c48fdc86
|
Start using string_is_equal more
|
2016-01-20 04:59:39 +01:00 |
|
twinaphex
|
528a03f6f4
|
Use string_is_equal more
|
2016-01-20 04:54:17 +01:00 |
|
twinaphex
|
64e43a9935
|
Start using string_is_equal in more places
|
2016-01-20 04:14:55 +01:00 |
|
twinaphex
|
a767031651
|
Use string_is_equal in more places
|
2016-01-20 04:11:25 +01:00 |
|
twinaphex
|
454abdee48
|
stdstring - create string_is_equal
|
2016-01-20 04:07:24 +01:00 |
|
twinaphex
|
da2ce48fb2
|
Silence warning
|
2016-01-20 03:44:01 +01:00 |
|
twinaphex
|
e1ab34d884
|
Cleanups
|
2016-01-20 03:38:08 +01:00 |
|
twinaphex
|
9017fe8c50
|
Simplify this code
|
2016-01-20 03:32:03 +01:00 |
|
twinaphex
|
3abbe15637
|
Fix 'Dummy on Core Shutdown' setting
|
2016-01-20 03:31:19 +01:00 |
|
twinaphex
|
6c5b2ff0b5
|
Turn corrent_core_type into static variable
|
2016-01-20 03:15:50 +01:00 |
|
twinaphex
|
3190d8aba2
|
Create RARCH_CTL_IS_PLAIN_CORE
|
2016-01-20 03:10:52 +01:00 |
|
twinaphex
|
d3d4bc3dda
|
Get rid of texture_load/texture_unload callbacks for menu_display_driver
|
2016-01-20 02:54:55 +01:00 |
|
Twinaphex
|
b1b8f2645f
|
(Apple) Buildfix
|
2016-01-20 00:38:48 +01:00 |
|
twinaphex
|
bcf5d3150e
|
(D3D) Buildfix
|
2016-01-19 23:46:52 +01:00 |
|
twinaphex
|
2b8520f7ab
|
Remove alot of unused variables
|
2016-01-19 23:46:09 +01:00 |
|
twinaphex
|
1eac61e9a0
|
Create RARCH_CTL_IS_DUMMY_CORE
|
2016-01-19 23:44:32 +01:00 |
|
twinaphex
|
01d58f8681
|
Create RARCH_CTL_IS_INITED, RARCH_CTL_SET_INITED, RARCH_CTL_UNSET_INITED
|
2016-01-19 23:26:47 +01:00 |
|
twinaphex
|
5643b7d3d8
|
Add CONTENT_CTL_DOES_NOT_NEED_CONTENT and CONTENT_CTL_SET_DOES_NOT_NEED_CONTENT
|
2016-01-19 23:15:19 +01:00 |
|
twinaphex
|
a5af9b653a
|
Turn global->content.inited into static local variable
and go through content_ctl
|
2016-01-19 22:57:18 +01:00 |
|
twinaphex
|
748959c8fc
|
Cleanups
|
2016-01-19 22:52:31 +01:00 |
|
twinaphex
|
b2426f30a6
|
(content.c) Start using string_is_empty
|
2016-01-19 22:41:15 +01:00 |
|
Alcaro
|
7b848483c9
|
Ifdef this thing, fixes #55. Again.
|
2016-01-19 22:34:45 +01:00 |
|
twinaphex
|
f3312d191e
|
Cleanups
|
2016-01-19 22:34:26 +01:00 |
|
twinaphex
|
4726e3cb4f
|
Cleanups - add more actions to content_ctl
|
2016-01-19 22:33:37 +01:00 |
|
twinaphex
|
40beb7092a
|
(content.c) Add fallthrough
|
2016-01-19 22:19:33 +01:00 |
|
twinaphex
|
4df0fb4e07
|
Turn temporary_content into static local variable of content_ctl
|
2016-01-19 22:17:54 +01:00 |
|
twinaphex
|
ae704048bc
|
Create CONTENT_CTL_INIT
|
2016-01-19 22:15:00 +01:00 |
|
twinaphex
|
2836c9755a
|
Create content_ctl
|
2016-01-19 22:12:25 +01:00 |
|
Twinaphex
|
8702689aaa
|
Use __MACH__ codepath now in retro_get_cpu_features for all OSX versions (Intel/PowerPC) and iOS in general
|
2016-01-19 19:04:29 +01:00 |
|
twinaphex
|
30c7494122
|
retro_get_cpu_features: __MACH__ - use only one len variable
|
2016-01-19 18:50:47 +01:00 |
|
twinaphex
|
e048cfe016
|
Upon successful completion, 0 is returned for sysctlbyname
|
2016-01-19 18:45:22 +01:00 |
|
twinaphex
|
c4fabd65a1
|
Try to come up with better detection
|
2016-01-19 18:44:24 +01:00 |
|
twinaphex
|
2df84f2887
|
(__MACH__) Re-set 'len' again after usage
|
2016-01-19 18:36:55 +01:00 |
|
twinaphex
|
310b2674f5
|
This requires no compile-time ifdefs
|
2016-01-19 18:33:29 +01:00 |
|
twinaphex
|
dbf162db4e
|
(PowerPC Mac) Add Altivec detection
|
2016-01-19 18:25:41 +01:00 |
|
twinaphex
|
1603ac1783
|
Take out ifdef around CPU NEON conditional
|
2016-01-19 18:12:04 +01:00 |
|
twinaphex
|
33b41e9aea
|
(iOS) Check if NEON support is there
|
2016-01-19 18:04:26 +01:00 |
|