Commit Graph

28006 Commits

Author SHA1 Message Date
twinaphex
439b3e5007 Take out glslang_tab.cpp 2016-03-22 18:36:48 +01:00
twinaphex
f8ac103888 (Android) Change APPL_STL back too 2016-03-22 16:40:47 +01:00
twinaphex
77143179b5 Change back Android.mk file 2016-03-22 16:40:02 +01:00
twinaphex
3e3cc9f2f2 Replace zr_common_file_load again 2016-03-22 05:58:16 +01:00
twinaphex
2e11895ef9 (zahnrad) Add HAVE_OPENGL ifdef 2016-03-22 05:52:46 +01:00
twinaphex
1af81201a0 Go back to this 2016-03-22 05:50:40 +01:00
twinaphex
4cc122648c Header include cleanup 2016-03-22 04:09:46 +01:00
twinaphex
2064681a67 Cleanup 2016-03-22 04:07:05 +01:00
twinaphex
7fa6b946ce Move defines to audio_driver.h 2016-03-22 04:00:18 +01:00
twinaphex
bf9add6325 Header cleanups 2016-03-22 03:51:14 +01:00
twinaphex
ab1c4d0c4d Header include cleanups 2016-03-22 03:49:05 +01:00
twinaphex
cf7687b49c Cleanups 2016-03-22 03:32:00 +01:00
twinaphex
2e14d0979b Header include cleanups 2016-03-22 03:13:33 +01:00
twinaphex
6360b0ef25 (menu_setting.h) Take out libretro.h header include 2016-03-22 03:08:05 +01:00
twinaphex
6f37163675 CXX_BUILD warning fixes 2016-03-22 02:59:13 +01:00
twinaphex
4c14267f5b Create core_type.h 2016-03-22 02:56:06 +01:00
twinaphex
61bae588fb Header include changes 2016-03-22 02:45:25 +01:00
twinaphex
1303a310e8 retroarch.h - don't include retro_miscellaneous.h 2016-03-22 02:33:49 +01:00
twinaphex
bb993c3f27 (menu_displaylist.h) Don't include retro_miscellaneous.h 2016-03-22 02:32:02 +01:00
twinaphex
fa0ba621d7 Take out menu_setting_find_prehashed 2016-03-22 02:24:00 +01:00
twinaphex
1e3aba3494 (Linux) Buildfix 2016-03-22 01:58:51 +01:00
twinaphex
33b0a189f5 Changed this back - caused multiple warnings 2016-03-22 01:57:58 +01:00
twinaphex
6f5be6b3b3 (zahnrad) Style nits 2016-03-22 01:40:09 +01:00
twinaphex
b00878a595 (zr_common.c) Cleanups 2016-03-22 01:20:41 +01:00
twinaphex
ddb912b373 Use uintptr_t instead of GLuint 2016-03-22 01:17:00 +01:00
twinaphex
e9fd6863ce Rewrite zr_common_file_load to use file_stream.h 2016-03-22 01:16:08 +01:00
twinaphex
79008d4fd6 (Zahnrad) We don't need the VAO 2016-03-22 01:04:00 +01:00
twinaphex
c18da3039f zr_common_image_load - go through video_texture_image_load/video_driver_texture_load 2016-03-22 01:00:34 +01:00
Alcaro
b4c6831b56 No need to copy that argument.
The copy also lacked the NUL terminator, wouldn't surprise me if it crashed. Let's just clean it up.
2016-03-22 00:01:25 +01:00
Twinaphex
43c8fc50be Merge pull request #2811 from Themaister/master
Various collection of fixes
2016-03-21 23:51:38 +01:00
Hans-Kristian Arntzen
75003b65f1 Revamp Android NDK build system.
Split up into separate modules to avoid the pain with cross-defines from
C and C++.

Move to c++_static STL. It's the recommended way since a while back and
fixes some build issues as well.
2016-03-21 23:43:59 +01:00
Hans-Kristian Arntzen
ef79734e7c Use same system as dynamic cores to get system info. 2016-03-21 22:58:13 +01:00
Hans-Kristian Arntzen
fdaf6ffead Remove bison file. 2016-03-21 22:58:13 +01:00
Hans-Kristian Arntzen
6bd88e6848 Update glslang. 2016-03-21 22:58:13 +01:00
twinaphex
5eba4984cf (zr_common.c) Refactor 2016-03-21 21:51:24 +01:00
twinaphex
42725179ec Refactor zr_common.c 2016-03-21 21:50:23 +01:00
twinaphex
e83d460997 (zr_common) Call menu_display_ctl for blend end 2016-03-21 21:45:06 +01:00
twinaphex
f27d2b70f6 (menu_navigation.c) Cleanup 2016-03-21 21:36:49 +01:00
twinaphex
8a7c233e3f (menu_navigation.c) Simplify 2016-03-21 21:34:49 +01:00
twinaphex
7b48a0c57e (XMB) Prevent symbol collission 2016-03-21 21:18:25 +01:00
Twinaphex
cf0dd7f5e8 Merge pull request #2809 from lakkatv/master
(XMB) Theme switching
2016-03-21 20:56:53 +01:00
twinaphex
7cc6c477b8 Start using menu_setting_find_prehashed 2016-03-21 20:56:11 +01:00
Jean-André Santoni
66544dcea4 (XMB) Theme switching 2016-03-22 02:54:16 +07:00
twinaphex
552959933d Create menu_setting_find_internal 2016-03-21 20:53:07 +01:00
twinaphex
b961a2b2b2 menu_displaylist_info - add hash for label 2016-03-21 20:50:06 +01:00
twinaphex
908e266cc4 Generate hash for setting_bool_setting/setting_int_setting 2016-03-21 20:43:27 +01:00
twinaphex
b80b52b806 Rename file_list_push to file_list_append 2016-03-21 20:20:24 +01:00
twinaphex
d5a0819aba Nit 2016-03-21 19:53:48 +01:00
twinaphex
3d7bc4f7fe (playlist.c) Style nits 2016-03-21 19:52:33 +01:00
twinaphex
5a37033803 (libretro-common) Update 2016-03-21 19:46:14 +01:00