Commit Graph

25328 Commits

Author SHA1 Message Date
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
twinaphex
adffda5cfe (7z) Simplify code 2015-12-02 02:40:06 +01:00
twinaphex
0b77ba05b0 (file_ops.c) Cleanup 2015-12-02 01:54:40 +01:00
twinaphex
9e78e106be Remove unneeded 7z header include 2015-12-02 01:49:33 +01:00
twinaphex
42e54ea10a file_ops.c - cleanups 2015-12-02 01:46:07 +01:00
twinaphex
b46b880c32 Remove unused variables 2015-12-02 01:42:13 +01:00
twinaphex
a6028daea3 compressed_7zip_file_list_new - fix potential memleak 2015-12-02 01:40:39 +01:00
twinaphex
7aab9baaa8 (file_ops.c) 7zip UTF16 buffer allocation cleanups 2015-12-02 01:35:01 +01:00
twinaphex
846e009037 Nit 2015-12-02 01:26:29 +01:00
twinaphex
1f78455274 Remove call to Buf_Init 2015-12-02 01:16:08 +01:00
twinaphex
47b934b563 (file_ops.c) g_Alloc can go 2015-12-02 01:13:39 +01:00
twinaphex
265b297698 Don't use Buf_Free and Buf_Create anymore 2015-12-02 01:12:44 +01:00
twinaphex
0c8ed91b36 Nits 2015-12-02 01:02:58 +01:00
twinaphex
b7f7b1f3b7 video_thread_wrapper.c - cleanups 2015-12-02 01:01:27 +01:00
twinaphex
e078e1d379 read_7zip_file - cleanups 2015-12-01 19:54:26 +01:00
twinaphex
e48146f547 compressed_7zip_file_list_new - cleanups 2015-12-01 19:46:34 +01:00
twinaphex
0b1f5df456 Update encoding_utf 2015-12-01 19:24:51 +01:00
twinaphex
263b2de885 (file_ops) 7z cleanups 2015-12-01 19:14:59 +01:00
twinaphex
cb0c8497c9 Reintroduce old 7z UTF conversion code 2015-12-01 18:59:35 +01:00
Twinaphex
eb512d0caf Should fix input config label regression 2015-12-01 18:29:46 +01:00
twinaphex
6c6beca430 Create x11_save_last_used_monitor 2015-12-01 08:49:35 +01:00
twinaphex
c4354ff429 Create g_x11_screen 2015-12-01 08:42:33 +01:00
Twinaphex
96da691728 Revert "Revert "(gl) Fix gl->should_resize being always true""
This reverts commit d35840ebcd.
2015-12-01 07:15:06 +01:00
Twinaphex
d0340d0f80 (GLSL) Fix regression 2015-12-01 07:12:26 +01:00
Twinaphex
d35840ebcd Revert "(gl) Fix gl->should_resize being always true"
This reverts commit 0f339caf30.
2015-12-01 04:58:47 +01:00
twinaphex
b056e809c3 Attempt to fix dispmanx issue for joolswills 2015-12-01 04:28:53 +01:00
twinaphex
ad3e74670b Move shader_dir_list to runloop.c 2015-12-01 04:00:09 +01:00