Commit Graph

8603 Commits

Author SHA1 Message Date
meancoot c989256d43 ios: Include overlays in built app bundles.
Fix crash if the RetroArch.app/modules directory is missing or has no .dylib files inside.
2013-02-10 15:11:21 -05:00
ToadKing 75a3239123 (Android/Phoenix) show a dialog to run the refresh rate calculator on first run 2013-02-10 14:42:22 -05:00
ToadKing a745557f20 (Android/Phoenix) disable settings based on dependencies 2013-02-10 13:56:58 -05:00
ToadKing a30b5641a7 (Android/Phoenix) display calculated refresh rate 2013-02-10 13:40:44 -05:00
ToadKing f144b1a37c (Android/Phoenix) remove FPS cap correction 2013-02-10 13:20:48 -05:00
twinaphex 4b5ba80dbd (Android/Phoenix) Remove FPS cap 2013-02-10 19:15:55 +01:00
meancoot 12b079dd61 ios: Add icon. (I copied the android xhdpi icon and scaled it to the needed sizes, it's ugly but better than a blank square.) 2013-02-10 13:08:29 -05:00
meancoot be6b99b69a ios: Add a shader option on the settings page (put them in shaders directory just inside RetroArch.app)
Add a 'None' option to both the shader and overlay settings sub pages to allow them to be disabled.
2013-02-10 12:11:37 -05:00
ToadKing a5f174c9ab (Android) keep screen on for refresh rate test 2013-02-10 12:05:45 -05:00
Themaister cb41874e15 Add basic refresh rate check to Android. 2013-02-10 17:52:44 +01:00
Themaister 3deb1e51a7 Allow overlays to be extracted if shaders fail. 2013-02-10 17:30:04 +01:00
Themaister 5632836446 Report how many frames is needed to measure FPS. 2013-02-10 14:34:03 +01:00
Themaister ddc51c3eba Ensure that FPS buffer is not left uninitialized. 2013-02-10 14:25:02 +01:00
Themaister d8a4bb6d12 Fix initial FPS display. 2013-02-10 14:20:42 +01:00
meancoot 64673845dd ios: File browser now tries to root itself at '/var/mobile/RetroArchGames' and '/var/mobile' before settling on '/'. 2013-02-10 07:22:03 -05:00
meancoot 4a8831cbdd ios: Make the boolean switches in the settings screen work. 2013-02-10 06:39:47 -05:00
meancoot 98990ce330 ios: Remove reference to UI views once game has started. 2013-02-10 05:49:05 -05:00
meancoot a136789ff5 ios: Settings values are now loaded from the existing config file. 2013-02-10 05:46:30 -05:00
meancoot 72543d1310 ios: Add support for enumeration and file based settings. 2013-02-09 21:24:09 -05:00
Themaister 3b5eedeab5 Measure frame times at frame granularity. 2013-02-10 01:42:56 +01:00
meancoot 582ba2ccd5 ios: First draft of settings menu. 2013-02-09 18:47:44 -05:00
Themaister cb1c3b5943 Add very specific debug logging for FPS measurements. 2013-02-10 00:02:18 +01:00
Themaister 0c460c524d Disregard first measurement for statistics. 2013-02-09 23:26:24 +01:00
twinaphex 3cc95a3fdb (PS3) Bump up PKG version 2013-02-09 21:32:11 +01:00
meancoot 73fc504546 ios: File browser cleanup. 2013-02-09 13:49:04 -05:00
meancoot 7cbfae88c1 ios: Add ios/BUILDING to describe the simplest way to get libretro cores building for iOS devices. 2013-02-09 13:22:31 -05:00
twinaphex 77f8b9a0c9 Bump up versions to 0.9.8.3 2013-02-09 19:06:03 +01:00
ToadKing 0ded65d177 (GX) max_xfb_height not necessary 2013-02-09 12:49:43 -05:00
meancoot 2d04aefe5f ios: Clean up directory listing code. 2013-02-09 12:22:53 -05:00
twinaphex d3cceb2bd8 (GX) Revert 'Pass GX_NEAR_MIP_NEAR to GX_initTexObjLOD just to be
safe' - would force nearest filter
2013-02-09 16:09:01 +01:00
twinaphex f75eeffc08 (Android) Add Genius MaxFire G-08XU to autodetection list 2013-02-09 15:03:43 +01:00
twinaphex fa582bf15e (Android) Add ICade profile option 2013-02-09 11:44:50 +01:00
Themaister 6a6ad5d606 Add SSE build to MSVC 2010. 2013-02-09 11:01:11 +01:00
Themaister 4e1387ce25 Fix Win32 MSVC 2010 build. 2013-02-09 10:39:23 +01:00
twinaphex 604d27f4db (360) Updates 'Resampler' button now 2013-02-09 09:24:35 +01:00
twinaphex 2ed42b848d (GX) Set GX to 4:3 aspect ratio by default when there is no libretro.cfg 2013-02-09 08:30:25 +01:00
meancoot 4d9233b02a ios: Made things more simple. 2013-02-08 23:58:22 -05:00
meancoot 291220aa54 ios: File browser tweaks.
The title is now just the last component of the path.
     The custom back button text is removed.
     A settings button is added to the right of the navigation bar.
2013-02-08 22:20:00 -05:00
meancoot de05d7d7fb ios: Add a hack to skip frames when video non-block is used, this allows the fast forward function to be used. 2013-02-08 20:35:19 -05:00
meancoot b4814a96f2 ios: Add a system directory '/var/mobile/Library/RetroArch'
All save games are store there. It is also searched for a retroarch.cfg file.
     If you want to run in the simulator you will need to create and give yourself access to this directory manually.
2013-02-08 19:42:41 -05:00
meancoot 0e29ad3af2 ios: Some source cleanup and small header merging. 2013-02-08 17:12:21 -05:00
meancoot 83f0a9ec38 ios: Add a module selector. 2013-02-08 17:03:19 -05:00
meancoot 23a3fe63bf ios: Apply a small patch to gfx/gl.c to allow HAVE_FBO to work. 2013-02-08 15:50:55 -05:00
meancoot 7b3ebc3078 ios: Use a UINavigationController to manage file browser history. 2013-02-08 15:43:19 -05:00
twinaphex 6cfc469f01 (RMenu XUI) Add 360 code for resampler option 2013-02-08 19:03:37 +01:00
twinaphex 3db9f488b0 (GX) Add resampler options to RGUI 2013-02-08 18:36:47 +01:00
twinaphex 4fdbd7deec (RMenu) Some cleanups to RMenu resampler code 2013-02-08 16:44:15 +01:00
Themaister db876d59ac Fix resampler tests. 2013-02-08 15:37:40 +01:00
Themaister 19f487b765 Set default resampler explicitly. 2013-02-08 14:50:14 +01:00
twinaphex 094d076944 (PS3/Xbox 1/Rmenu) Add resampler type option 2013-02-08 14:40:22 +01:00