2732 Commits

Author SHA1 Message Date
Twinaphex
50a538b120 (Android) JNI Makefile for retroarch - don't define HAVE_OPENGL*
right now
2012-06-19 23:38:51 +02:00
Twinaphex
4dbfbbfe7f (Android) Preliminary NDK Makefile for compiling retroarch as a
shared library - we will need a separate gles driver
2012-06-19 23:34:19 +02:00
Hans-Kristian Arntzen
ca552db8d2 Merge pull request #14 from ToadKing/master
Raspberry Pi support for RetroArch.
2012-06-19 12:04:08 -07:00
Toad King
c5a2fbc6e6 EOL fixes 2012-06-19 15:01:34 -04:00
Toad King
92f345cb5e AUTHORS 2012-06-19 14:55:06 -04:00
Toad King
ed14c8c6b8 misc. fixes
add ctrl+c handler to linuxraw_input
2012-06-19 14:49:38 -04:00
Toad King
3e1b621e7a signal -> sigaction 2012-06-19 14:14:00 -04:00
Toad King
0337e4fc0f move SIGINT and SIGTERM handlers to video driver 2012-06-19 13:40:49 -04:00
Toad King
55b7267694 tabs -> 3 spaces 2012-06-19 12:44:10 -04:00
Toad King
8e360138d3 detect Raspberry Pi through bcm_host library 2012-06-19 12:42:32 -04:00
Toad King
9a35040fe6 try to restore keyboard mode on program crashes
use keycode defines instead of numbers
2012-06-19 12:42:08 -04:00
Toad King
f21371f166 reuse font code for Raspberry Pi graphics core
also move bcm_host_init() to graphics core
2012-06-19 12:41:06 -04:00
Twinaphex
0aa3ad0ce2 (Android) Small tweaks 2012-06-19 09:55:02 +02:00
Twinaphex
9697937130 (Android) We shouldn't be including a bin directory 2012-06-19 09:10:49 +02:00
Twinaphex
080a7ea96f (Android) Add resource XML files for filebrowser 2012-06-19 09:09:30 +02:00
Twinaphex
bc36993f8b (Android) Rudimentary filebrowser code - copy/paste of a copy/paste
from a tutorial for now - we'll slim it down and extend it later
2012-06-19 09:08:07 +02:00
Twinaphex
b07f73d302 (Android) Add missing rombrowser.java 2012-06-19 07:50:04 +02:00
Twinaphex
9404548080 Some menu navigation now possible - can go from main screen to
'open' (rom browser screen - stub for now) and back
2012-06-19 07:48:13 +02:00
Twinaphex
b429637d1c (Wii) Makefile fixes to wii 2012-06-19 06:44:36 +02:00
Twinaphex
733c3f25c7 (PS3) Add preliminary USB/Bluetooth mouse support 2012-06-19 05:10:42 +02:00
TwinAphex51224
1e6bcb6b7f (360) Updated to work with new code refactorings 2012-06-19 04:18:41 +02:00
Twinaphex
8e2c3717de (PS3) menu code/file browser refactoring 2012-06-19 03:44:17 +02:00
TwinAphex51224
3eddb91750 (360) Updated to work with filebrowser code changes 2012-06-19 02:05:02 +02:00
Twinaphex
cc993e341f (PS3) Cleanup filebrowser code 2012-06-19 01:48:46 +02:00
Toad King
4f3e54529b Merge branch 'master' of http://github.com/Themaister/RetroArch
Conflicts:
	qb/config.libs.sh
2012-06-18 18:50:22 -04:00
Twinaphex
958b869c81 (PS3/360) Directories are now correctly placed before files 2012-06-19 00:11:51 +02:00
Themaister
f0fab577e7 Take the slow but more correct path for directory sorting. 2012-06-19 00:16:59 +02:00
Themaister
7d05d051b4 Sort directories before files. 2012-06-19 00:01:13 +02:00
Twinaphex
d8b9d4b4f6 (PS3) Got rid of cell_fs includes 2012-06-18 23:43:21 +02:00
Themaister
bebc4462a6 Should fix dir_list_new on 360. 2012-06-18 23:43:24 +02:00
Twinaphex
75f1cef303 (PS3) Directory / extension filtering works on PS3 now 2012-06-18 23:29:43 +02:00
Twinaphex
2e94fdca36 (PS3/360) Made libretro_mgmt.c portable 2012-06-18 23:27:18 +02:00
Themaister
e252ab8f61 Optimize dir reading on Unix. 2012-06-18 23:27:49 +02:00
Twinaphex
f81c9c3166 (PS3) use stat for PS3 - get rid of cellFsStat 2012-06-18 22:59:33 +02:00
TwinAphex51224
d300656990 (Filebrowser) nit 2012-06-18 21:06:01 +02:00
Twinaphex
72985dd4d6 (Filebrowser) Get rid of platform-specific ifdefs 2012-06-18 20:44:21 +02:00
Twinaphex
f335ee2dab (Filebrowser) Remove duplicate code 2012-06-18 20:37:17 +02:00
Themaister
84cf67525a Use strcasecmp() for sorting. 2012-06-18 20:37:35 +02:00
Themaister
214f8563c4 Fix bug when ext is NULL in dir_list_new. 2012-06-18 10:02:00 +02:00
TwinAphex51224
e760807d47 (360) Add filebrowser free to menu_deinit (now renamed menu_free) 2012-06-18 06:22:26 +02:00
Twinaphex
54273d94b1 (PS3) Deallocate filebrowser code at shutdown 2012-06-18 06:06:49 +02:00
TwinAphex51224
21a344e61b (360) Works now too with refactored filebrowser code 2012-06-18 06:12:37 +02:00
Twinaphex
805ca7e027 (PS3) More refactoring of filebrowser - should be mostly platform-
agnostic now
2012-06-18 05:31:43 +02:00
TwinAphex51224
0b84f1744e (360) Updated for filebrowser changes 2012-06-18 02:27:54 +02:00
Twinaphex
49535b3a54 (PS3) Refactor of filebrowser 2012-06-18 02:07:19 +02:00
Themaister
a1f5715431 Add sorting and size query to dir_list_new. 2012-06-18 01:11:03 +02:00
Themaister
e455e52e06 MAJOR refactor of dir_list_new. 2012-06-18 00:34:47 +02:00
Themaister
e71115151b Add libpng screenshot support. 2012-06-17 13:11:39 +02:00
Twinaphex
999ece77af (Android) Most Action Bar actions now part of popup menu 2012-06-17 05:53:59 +02:00
Twinaphex
93d2e69773 (Android) Upload drawable-xhdpi 2012-06-17 04:41:00 +02:00