twinaphex
|
43c9948087
|
(GL) Prevent memcpy on gl->tex_coords
|
2014-10-01 20:37:52 +02:00 |
|
twinaphex
|
7812e06479
|
(GL) Refactors pt. 3
|
2014-10-01 20:06:40 +02:00 |
|
twinaphex
|
52d7ac54ec
|
(GL) Refactors pt. 2
|
2014-10-01 19:34:55 +02:00 |
|
twinaphex
|
e7e43a5c59
|
(GL) Refactors pt. 1
|
2014-10-01 18:23:02 +02:00 |
|
Twinaphex
|
e135931644
|
Merge pull request #1072 from CyberShadow/pull-20141001-131543
Add --eof-exit and --max-frames
|
2014-10-01 17:33:56 +02:00 |
|
twinaphex
|
a0dabeb4ac
|
(GL) Optimization to gl_copy_frame
|
2014-10-01 17:15:02 +02:00 |
|
twinaphex
|
d982350702
|
(GL) Cleanups/refactoring
|
2014-10-01 16:59:43 +02:00 |
|
Vladimir Panteleev
|
c3e6dd41cc
|
Add --eof-exit switch
|
2014-10-01 14:33:00 +00:00 |
|
twinaphex
|
2523efdf48
|
(Lakka) Cleanups
|
2014-10-01 16:27:36 +02:00 |
|
twinaphex
|
9fc34b6d2d
|
video_thread_wrapper.c - use PATH_MAX sizes for chars
|
2014-10-01 16:25:14 +02:00 |
|
Twinaphex
|
9393cc5ca5
|
Merge pull request #1071 from aliaspider/master
add set_osd_msg to the threaded video driver
|
2014-10-01 16:24:22 +02:00 |
|
aliaspider
|
5df633b577
|
add set_osd_msg to the threaded video driver
|
2014-10-01 15:18:17 +01:00 |
|
twinaphex
|
213c866ead
|
(string_list.c) Declare variables at top
|
2014-10-01 16:15:27 +02:00 |
|
twinaphex
|
dcf3f23211
|
(settings.c) Declare variables at top of function
|
2014-10-01 16:08:07 +02:00 |
|
twinaphex
|
e0f1696b04
|
(freetype) refactor freetype.c
|
2014-10-01 15:51:23 +02:00 |
|
twinaphex
|
93c55879a8
|
gl_font.c - rename gl_data to video_data
|
2014-10-01 15:31:52 +02:00 |
|
Vladimir Panteleev
|
9b9fa94c27
|
Add --max-frames option
|
2014-10-01 13:22:22 +00:00 |
|
twinaphex
|
23e1744235
|
(Menu) Update rmenu display drivers
|
2014-10-01 15:17:34 +02:00 |
|
twinaphex
|
d99fa70fe0
|
(menu_input_line_cb.c) Get rid of some unneeeded variables - silence
warnings
|
2014-10-01 15:16:03 +02:00 |
|
twinaphex
|
cd4a2d43a8
|
(input_autodetect.c) Silence potential uninitialized variable warnings
|
2014-10-01 15:14:26 +02:00 |
|
twinaphex
|
f6dabba9a9
|
(PS3/Griffin) Prevent namespace conflicts with Griffin
|
2014-10-01 15:13:20 +02:00 |
|
twinaphex
|
0d19d33f04
|
(QNX/Blackberry) Pass VID/PID to autoconfig too
|
2014-10-01 15:00:36 +02:00 |
|
Twinaphex
|
41351fc73c
|
(Apple HID) Implement VID/PID passing
|
2014-10-01 14:24:55 +02:00 |
|
Twinaphex
|
76240aa322
|
(iOS) Prevent crash when selecting 'Quit RetroArch' in menu
|
2014-10-01 14:19:00 +02:00 |
|
twinaphex
|
0311480bc4
|
driver.c - Indent style nits
|
2014-10-01 13:32:41 +02:00 |
|
twinaphex
|
faf124d5ea
|
Cleanups to update_frame_time
|
2014-10-01 13:23:53 +02:00 |
|
twinaphex
|
c016867b2b
|
driver.c - declare variables at top
|
2014-10-01 13:04:58 +02:00 |
|
twinaphex
|
e58c9dc179
|
Move init_shader_dir/deinit_shader_dir to retroarch.c and make them
non-static functions
|
2014-10-01 12:49:21 +02:00 |
|
twinaphex
|
19372d5ce6
|
main_clear_state_extern - start manually cleaning up/freeing
pointers in g_extern before doing a memset 0 on it - not
complete yet
|
2014-09-30 21:50:05 +02:00 |
|
twinaphex
|
efd356a466
|
Refactor rarch_main_state_new - use g_extern.main_is_init
|
2014-09-30 21:32:18 +02:00 |
|
twinaphex
|
f273b34f73
|
deinit_msg_queue becomes static function - clean it up in rarch_main_state_free
|
2014-09-30 21:29:28 +02:00 |
|
twinaphex
|
1a94f14e50
|
Move recording and resampler drivers to 'driver' global struct -
moving it outside of g_extern
|
2014-09-30 21:23:00 +02:00 |
|
twinaphex
|
9daad8bdb8
|
Split up rarch_main_clear_state into two functions - rarch_main_state_new
and rarch_main_state_free
|
2014-09-30 20:46:15 +02:00 |
|
twinaphex
|
ec9a217090
|
Change VID/PID passing to autodetect function - now int32_t
values
|
2014-09-30 20:35:58 +02:00 |
|
Toad King
|
b0ade7e010
|
add getVendorId and getProductId to android device detection (needs testing)
|
2014-09-30 12:31:37 -05:00 |
|
Twinaphex
|
a3c4f52dd3
|
Merge pull request #1070 from lakkatv/lakka
(Lakka) Fix draw_icon in gles2
|
2014-09-30 19:02:02 +02:00 |
|
Jean-André Santoni
|
c85d32b8a2
|
(Lakka) Fix draw_icon in gles2
|
2014-09-30 19:01:16 +02:00 |
|
twinaphex
|
c5f1788b36
|
Make rarch_main_clear_state more resilient
|
2014-09-30 18:54:02 +02:00 |
|
Twinaphex
|
e6f3f82440
|
(Apple OSX) Build fix
|
2014-09-30 18:19:20 +02:00 |
|
twinaphex
|
aea679456d
|
(Input autodetect) Start setting up input autodetect so that it
can look at matching VID/PIDs
|
2014-09-30 18:18:02 +02:00 |
|
Twinaphex
|
c9bee62761
|
Merge pull request #1069 from lakkatv/lakka
(Lakka) Fix GLES2 build
|
2014-09-30 18:16:41 +02:00 |
|
Jean-André Santoni
|
ce3ebc1bdb
|
(Lakka) Fix GLES2 build
|
2014-09-30 18:12:37 +02:00 |
|
twinaphex
|
d43b9082e7
|
Move input_autodetect code to input_autodetect.c
|
2014-09-30 17:48:31 +02:00 |
|
twinaphex
|
03378289d7
|
(Apple) hid_device_input_callback - cleanup
|
2014-09-30 17:38:06 +02:00 |
|
Twinaphex
|
4a4888dda9
|
Merge pull request #1068 from lakkatv/lakka
Lakka FBO + menu toggle fix
|
2014-09-30 17:20:17 +02:00 |
|
twinaphex
|
aaee1a016f
|
rarch_audio_flush - prevent segfault if g_extern.audio_data.data
is NULL
|
2014-09-30 17:08:32 +02:00 |
|
twinaphex
|
41f9a47a01
|
(Apple) HID - indenting nits
|
2014-09-30 17:08:11 +02:00 |
|
Twinaphex
|
4349ef0311
|
(Apple) Cleanup
|
2014-09-30 16:56:25 +02:00 |
|
twinaphex
|
40894b2cc3
|
(QNX) Input - cleanups
|
2014-09-30 16:50:28 +02:00 |
|
Twinaphex
|
9b8fb4cac5
|
(Apple) Reimplement apple_bind_button_pressed
|
2014-09-30 16:38:30 +02:00 |
|