Commit Graph

17271 Commits

Author SHA1 Message Date
twinaphex
3670ef2ac5 Go through driver_get_ptr to grab pointer to driver struct 2015-03-18 19:40:00 +01:00
twinaphex
7378299282 Create rarch_main_get_ptr 2015-03-18 06:47:22 +01:00
twinaphex
8fd08bb6fe Move internal struct definition to runloop_data.c 2015-03-18 05:50:37 +01:00
twinaphex
d191886b6c Don't expose g_data_runloop to outside 2015-03-18 05:36:36 +01:00
twinaphex
dc17a30f17 Create rarch_main_data_clear_state 2015-03-18 05:35:05 +01:00
twinaphex
969152b902 (file_ops.c) read_generic_file - set len to -1 in case of an error 2015-03-18 05:29:06 +01:00
twinaphex
82c1ebf8d5 Revert "(content.c) Cleanups"
This reverts commit aa5e19c505.
2015-03-18 05:06:01 +01:00
twinaphex
aa5e19c505 (content.c) Cleanups 2015-03-18 05:05:20 +01:00
twinaphex
8c528e43de (content.c) Simplify read_content_file 2015-03-18 04:54:34 +01:00
twinaphex
4b1bdac62c (nbio_stdio.c) Expand modes 2015-03-18 04:40:10 +01:00
twinaphex
c6d0e4ec51 Add BIO_READ/BIO_WRITE to nbio_stdio.c 2015-03-18 03:59:44 +01:00
twinaphex
fd338160bc (nbio_stdio.c) Some changes 2015-03-18 03:51:58 +01:00
twinaphex
0d563f1b28 Revert "(XMB) Use menu_content_directory since content_directory is gone"
This reverts commit e13cad8aa0.
2015-03-18 03:28:38 +01:00
twinaphex
93a7ae4493 file_ops.c - cleanups 2015-03-18 01:12:07 +01:00
Twinaphex
e7abded26a Merge pull request #1520 from lakkatv/xmb
(XMB) Use menu_content_directory since content_directory is gone
2015-03-17 23:22:06 +01:00
Jean-André Santoni
e13cad8aa0 (XMB) Use menu_content_directory since content_directory is gone 2015-03-17 23:20:20 +01:00
twinaphex
4de438e8ed Cleanups in file_path_special.c 2015-03-17 06:28:02 +01:00
twinaphex
9347010599 (Menu) Fix warnings 2015-03-17 06:19:08 +01:00
twinaphex
fe2ccb5bfe (Menu) Silence warning 2015-03-17 06:18:00 +01:00
twinaphex
f59aa94ea1 (GX) Buildfix 2015-03-17 06:14:44 +01:00
twinaphex
7be0b9f7f4 (file_extract.c) Style nits 2015-03-17 06:11:18 +01:00
twinaphex
c2d6152376 (file_extract.c) Dehardcode one magic number 2015-03-17 06:07:27 +01:00
twinaphex
19a2b40a0a (file_extract.c) Cleanups 2015-03-17 06:06:10 +01:00
twinaphex
4df5267ffa (Mouse) When mouse is disabled, set all internal menu mouse state
to 0
2015-03-17 04:42:29 +01:00
twinaphex
569ab60e43 Use g_settings.menu.mouse.enable directly 2015-03-17 04:01:58 +01:00
twinaphex
221b27546b (menu_setting.c) Make it more robust 2015-03-17 03:28:06 +01:00
twinaphex
cdb2a64cef Update XMB 2015-03-17 02:24:20 +01:00
twinaphex
87661de516 (XMB) Only apply gl_set_viewport at the end when libretro pause is set
to off - will provide a performance increase
2015-03-17 01:43:18 +01:00
Twinaphex
1aa20f3474 Merge pull request #1519 from lakkatv/xmb
(XMB) Prevent the shader attrib array overflow
2015-03-16 23:17:52 +01:00
Jean-André Santoni
4adc8dba10 (XMB) Prevent the shader attrib array overflow 2015-03-16 23:16:18 +01:00
twinaphex
8071b15c0b (XMB) Put xmb_draw_icon_end/xmb_draw_icon_begin around icon rendering 2015-03-16 22:19:50 +01:00
Twinaphex
7a2e1e085f Merge pull request #1518 from heuripedes/cxx-build
Cxx build
2015-03-16 18:48:11 +01:00
Higor Eurípedes
718ca11a43 Remove warnings during clang++ builds 2015-03-16 14:43:56 -03:00
Higor Eurípedes
d2fb9a5991 (drm_egl_ctx.c) Return false instead of NULL 2015-03-16 14:43:56 -03:00
twinaphex
0788eab2bf (D3D) render_chain.cpp - cleanups 2015-03-16 18:40:07 +01:00
twinaphex
15bb15b22c (D3D) Cleanups 2015-03-16 18:33:47 +01:00
twinaphex
02d41ad651 (D3D) Move variables to top 2015-03-16 18:18:37 +01:00
twinaphex
2e075db519 Comment out empty struct 2015-03-16 18:08:24 +01:00
Twinaphex
2c8ed13ec1 Merge pull request #1517 from heuripedes/cxx-build
Cxx build
2015-03-16 18:04:56 +01:00
Higor Eurípedes
814777d16b (menu_entries_cbs) Propagate extern C attribute in CXX builds 2015-03-16 14:01:23 -03:00
Higor Eurípedes
7d1b2467da (sdl_input.c) Fix CXX build 2015-03-16 14:01:23 -03:00
Higor Eurípedes
b979e81b61 (sdl2_gfx.c) Fix CXX build 2015-03-16 14:01:23 -03:00
twinaphex
b4e564ad60 (D3D) Get rid of monitor namespace 2015-03-16 17:58:04 +01:00
Twinaphex
a22453278a Merge pull request #1516 from lakkatv/xmb
(Menu) Fix warnings on C++ build
2015-03-16 17:55:36 +01:00
Jean-André Santoni
d5bafd590b (Menu) Fix warnings on C++ build 2015-03-16 17:53:08 +01:00
Twinaphex
2532923d7d Merge pull request #1515 from lakkatv/xmb
(XMB) Fix warnings on C++ build
2015-03-16 17:42:17 +01:00
twinaphex
1bb0050160 (PS3) Compile in HAVE_OVERLAY support 2015-03-16 17:40:08 +01:00
Jean-André Santoni
ecd33a3852 (XMB) Fix warnings on C++ build 2015-03-16 17:40:05 +01:00
twinaphex
80a6673004 Fix some CXX_BUILD errors 2015-03-16 16:57:27 +01:00
twinaphex
a0f242e1a2 Capitalize enum names 2015-03-16 16:33:23 +01:00