Commit Graph

25554 Commits

Author SHA1 Message Date
twinaphex
2582898a28 (input_driver.c) Nit 2015-12-04 02:50:29 +01:00
twinaphex
4eeada75b1 (input_driver.c) Turn some static variables into local static variables 2015-12-04 02:50:05 +01:00
twinaphex
830b3052e5 (video_driver.c) Turn some variables into local static variables 2015-12-04 02:29:49 +01:00
twinaphex
8e0fcc663b (audio_driver.c) Turn some variables into static local variables 2015-12-04 02:16:17 +01:00
twinaphex
96ddc1f722 egl_destroy - don't do glFlush/glFinish on mobile platforms 2015-12-04 01:44:41 +01:00
Twinaphex
8c6f0be6e9 Merge pull request #2518 from heuripedes/master
Fix some potential null derefs
2015-12-04 01:26:27 +01:00
Higor Eurípedes
f63468d783 Fix some potential null derefs 2015-12-03 21:22:29 -03:00
twinaphex
faa02023ce Check if video_driver_poke is false 2015-12-04 01:21:46 +01:00
twinaphex
581c856676 Attempt to make gl_raster_font_flush_block more robust 2015-12-04 01:04:27 +01:00
Twinaphex
85f62ca1d2 Merge pull request #2517 from lakkatv/master
(Menu) Fix a regression in menu_displaylist_parse_settings
2015-12-04 01:02:58 +01:00
Jean-André Santoni
a6d4e596bb (Menu) Fix a regression in menu_displaylist_parse_settings 2015-12-04 07:01:52 +07:00
twinaphex
d8b9be9349 Put parentheses around earlier check 2015-12-04 00:26:53 +01:00
twinaphex
b6be555809 Try to prevent a NULL pointer dereference for global - rename video_frame 2015-12-04 00:26:09 +01:00
twinaphex
0e15c30964 (audio_driver.c) Put some more safeguards in 2015-12-04 00:15:37 +01:00
twinaphex
757f0692ad (gfx_ctx_swap_buffers) Guard against video context data being NULL 2015-12-03 23:59:54 +01:00
twinaphex
bab243a7a2 (egl_common.c) Cleanups 2015-12-03 23:33:50 +01:00
twinaphex
e73224c5c2 Get rid of superfluous log 2015-12-03 23:24:54 +01:00
Twinaphex
94c164762c Merge pull request #2515 from lakkatv/master
(Menu) Fix the empty setting list edge case. Prevents being stuck in …
2015-12-03 23:19:07 +01:00
twinaphex
eda3e06898 (GL) Guard against possible segfaults in threaded video mode 2015-12-03 23:16:37 +01:00
Jean-André Santoni
5874805fe4 (Menu) Fix the empty setting list edge case. Prevents being stuck in an empty menu. Fixes #2509 2015-12-04 05:16:05 +07:00
twinaphex
beb01b5d57 Create gl_init_textures_reference 2015-12-03 22:42:54 +01:00
twinaphex
60313f7f48 (Android) Don't call eglSwapBuffers if g_egl_dpy and g_egl_surf are not
yet ready
2015-12-03 22:23:20 +01:00
twinaphex
66721e8902 Set g_egl_hw_ctx to NULL in egl_create_context 2015-12-03 22:13:03 +01:00
twinaphex
584e0c5110 Prevent crash in Android 2015-12-03 21:37:52 +01:00
twinaphex
071912871b (android_input.c) Attempt to only grab dlopen handle once 2015-12-03 21:19:16 +01:00
twinaphex
07109e8e89 Remove directory creation in Java 2015-12-03 20:43:28 +01:00
Twinaphex
0d10caed97 Merge pull request #2514 from lakkatv/master
(Menu) Use float for icon coordinates, makes animations look smoother
2015-12-03 19:38:15 +01:00
Jean-André Santoni
bc602645c7 (Menu) Use float for icon coordinates, makes animations look smoother 2015-12-03 15:34:17 +07:00
twinaphex
5c39744e5f (Android) Remove stub onLowMemory/TrimMemory 2015-12-03 09:25:41 +01:00
twinaphex
35af9a5c87 (Android) Remove unneeded resource files 2015-12-03 08:50:40 +01:00
twinaphex
6e247ec9b1 (Android) Get rid of appcompat and other bloat 2015-12-03 08:46:47 +01:00
twinaphex
7925b4ce19 (Android) Reimplement 'Quit RetroArch' 2015-12-03 08:34:45 +01:00
twinaphex
f4f046fe17 (Android) Cleanup some includes 2015-12-03 07:28:54 +01:00
twinaphex
8ae39377e7 (Android) Cleanups 2015-12-03 01:59:43 +01:00
twinaphex
694e64831b Create thread duplicate variant of android_input_data_t variable 2015-12-02 23:23:21 +01:00
twinaphex
923433ead7 Move engine_handle_dpad code to android_input.c - copy
hat and analog state to intermediary on android_app during
poll time
2015-12-02 22:33:27 +01:00
twinaphex
69ee18cea6 Create android_input_data_t 2015-12-02 22:12:43 +01:00
twinaphex
e859fae4ee (Android) Move sensorManager and sensorEventQueue to android_app 2015-12-02 21:38:21 +01:00
twinaphex
b7d7dcef1c Expand android_app 2015-12-02 19:28:15 +01:00
twinaphex
cfe5491b05 (Android) Reimplement how shutdown gets signalled 2015-12-02 17:55:31 +01:00
twinaphex
d6b5dd6ac4 Flesh out android_native_app_glue.c implementation some more 2015-12-02 17:46:20 +01:00
twinaphex
986e4bf40d (Android) Native activity updates 2015-12-02 08:54:24 +01:00
twinaphex
d171c831c3 (Android) Remove apk-extract 2015-12-02 06:28:46 +01:00
twinaphex
317049cd25 (Android) We now use the built-in assets extraction inside RA to
extract the 'assets' dir from the APK, no more Java JNI library
for this
2015-12-02 06:22:04 +01:00
twinaphex
6062467d1b task_decompress.c - add code for handling subdir extraction from
zip archive - needed for APK extraction
2015-12-02 06:06:15 +01:00
twinaphex
a7e72772e7 Start making tasks_decompress.c suitable for extracting APKs too 2015-12-02 05:27:47 +01:00
twinaphex
a59cee2521 Update bundle assets task call 2015-12-02 04:04:51 +01:00
twinaphex
0679916db1 Start setting up all the code needed for bundle assets
extraction
2015-12-02 03:55:28 +01:00
twinaphex
003dec7710 Cleanups 2015-12-02 03:16:04 +01:00
twinaphex
a106d7143b Simplify 7z code 2015-12-02 02:42:06 +01:00