meancoot
1b9b2f4cc2
(iOS) First draft of iCade support for iOS 7
2013-09-20 17:49:18 -04:00
meancoot
a34cfadff1
(iOS) Fix hiding the status bar while the game is running on iOS 7.
...
Enable all game orientations if .RetroArch/frontend.cfg is not present.
2013-09-20 15:14:38 -04:00
meancoot
a0e8f7ce13
(OSX) Don't leak memory for NSScreen objects
2013-09-19 14:17:32 -04:00
Themaister
fb38aafaa3
Use LINUXRAW default driver on VIDEOCORE.
2013-09-19 18:33:05 +02:00
Themaister
c2e863ac85
Fixup menu_ctx_init_first.
...
Use it directly instead of find_driver().
2013-09-19 17:44:28 +02:00
twinaphex
3b70e3be4a
(RMenu XUI) Use interface for RMenu XUI too
2013-09-19 15:01:17 +02:00
twinaphex
45f46abb6d
Create a menu_context interface
2013-09-19 14:49:07 +02:00
twinaphex
a565f792a4
Video fullscreen toggle - mutation of g_settings now done through
...
settings_set
2013-09-19 12:41:02 +02:00
twinaphex
1fc1014448
More g_settings manipulation moved over to set_settings
2013-09-19 12:24:12 +02:00
twinaphex
81280896ed
Move more g_settings manipulation to settings.c (settings_set)
2013-09-19 11:38:12 +02:00
twinaphex
66716dc94c
(RMenu XUI) Replace some snprintfs with strlcpy
2013-09-19 11:11:51 +02:00
twinaphex
290c6f99cb
(RMenu XUI) Use fill_pathname_join instead of messy snprintf and messy
...
seperators
2013-09-19 10:04:49 +02:00
twinaphex
dccff3905d
(cg2glsl.py) change suceeded to succeeded
2013-09-19 02:47:45 +02:00
twinaphex
737520143f
(Android) Add FC30 Gamepad to autodetection list (untested)
2013-09-19 02:13:34 +02:00
twinaphex
a36f7a6b9a
(Anroid) Add Wikipad (untested/preliminary) to autodetection list
2013-09-19 02:07:49 +02:00
twinaphex
650c6f4885
(Android) Add Much iReadGo i5 to autodetection list
2013-09-19 01:35:59 +02:00
Themaister
8707c4c648
Add screenshot directory option to RGUI.
2013-09-16 23:30:42 +02:00
Themaister
815cf1f35c
Add GPU screenshots option.
2013-09-16 23:12:34 +02:00
Themaister
bbbe058cad
Avoid OSD fonts appearing on screenshots.
...
Clears message queue and renders a cached frame
before taking screenshot when taking GPU screenshots.
2013-09-16 22:29:07 +02:00
ToadKing
0c9cb3e610
add simple emscripten dist-script
2013-09-15 17:24:40 -04:00
ToadKing
246139c022
fix rgui without dynamic cores
2013-09-15 17:09:23 -04:00
twinaphex
8837139271
(360) Build fixes
2013-09-15 18:49:18 +02:00
twinaphex
545cdbad2a
Merge branch 'master' of https://github.com/libretro/RetroArch
2013-09-15 18:39:49 +02:00
Themaister
e540413880
Be more clear if a core doesn't support save states.
...
For cores which do not support save states, log to OSD in a more clear
way.
2013-09-14 23:21:00 +02:00
Themaister
38ec55573c
Rework SET_AUDIO_CALLBACK.
...
When disabling audio and/or muting, the core has no way
of knowing this, causing potential issues in a threaded mixer.
This environ is not used by any public core to my knowledge so the old
API has been removed and replaced with a change to environment number
(20 -> 22).
2013-09-14 17:28:09 +02:00
Themaister
8489440d7e
Use Integer.parseInt.
2013-09-14 15:46:19 +02:00
twinaphex
ac9e0025e2
(Android Phoenix) Add 96ms audio latency option as well
2013-09-14 15:03:20 +02:00
twinaphex
7683efcec4
(Android) Set ANALOG_DPAD_NONE for Xperia Play
2013-09-14 14:55:09 +02:00
Themaister
55c4fe6726
Update Win builds to 0.9.9.6.
2013-09-14 12:58:11 +02:00
meancoot
97c94a6ea7
(OSX/iOS) Refactor RAGameView.m to be more straightforward.
2013-09-13 16:22:04 -04:00
twinaphex
0245f926d1
(Android Phoenix) Set configurable audio latency
2013-09-13 15:57:13 +02:00
twinaphex
e6f527e992
(Android Phoenix) Add ability to set automatic audio latency option on/off
2013-09-13 15:17:57 +02:00
meancoot
9a2a7854ea
(OSX) Disable two warnings (shorten-64-to-32 and constant-conversion) that together accounted for over 100 warning messages. Mostly caused by mixing size_t and 'unsigned' types.
2013-09-12 22:12:51 -04:00
meancoot
d92fb6ac9c
(OSX) Now when video_monitor_index is out of range a warning is logged and the main screen is used instead. Previously a modal error was displayed and retroarch would exit when it was dismissed.
2013-09-12 18:42:39 -04:00
Themaister
3e7f101137
Make sure we're reading from backbuffer.
2013-09-12 22:40:11 +02:00
Themaister
178dc692c7
Do proper rounding in set_viewport.
...
Avoids edge cases where viewport sizes are miscalculated with -1 pixel
due to rounding errors.
2013-09-12 22:23:56 +02:00
Themaister
04a1b4b652
Add Core Directory option to RGUI.
...
Also clean up some useless branches to ternaries.
2013-09-12 22:00:59 +02:00
twinaphex
847f7f8d05
(Android Phoenix) Set video_threaded to false and set refresh rate of 59.19Hz for Xperia
...
Play
2013-09-12 20:02:36 +02:00
meancoot
52d62741a9
(OSX) Fix build
2013-09-11 19:22:12 -04:00
meancoot
083f1cdffe
(OSX/iOS)
...
Move Wii and PS3 hid drivers into the common source directory.
Use the Wii and PS3 hid drivers on OSX when appropriate.
Notably OSX now has WiiMote support.
2013-09-11 19:17:58 -04:00
Themaister
1ea1f723b4
Clarify error message a bit.
2013-09-11 17:12:55 +02:00
Themaister
bcac9ded78
DInput/XInput fixups.
...
- Fix DInput if XInput failed to load and you're using an XInput device.
- Try to load XInput 1.4 first. It's installed by default on Win8.
- Don't bother checking "system directory" explicitly, it already does.
2013-09-11 17:06:06 +02:00
Themaister
00495aa9dd
Merge branch 'master' of git://github.com/libretro/RetroArch
2013-09-11 16:36:20 +02:00
twinaphex
0d873654cc
(Android Phoenix) Add Xperia Play detection based on MODEL string
2013-09-11 14:07:54 +02:00
twinaphex
0b45fb1483
(Android Phoenix) Set default values for ListPreferences
2013-09-11 11:00:43 +02:00
Hans-Kristian Arntzen
7d90ff4011
Merge pull request #303 from libretro/emscripten
...
Emscripten/Javascript port
2013-09-11 01:01:29 -07:00
ToadKing
e6389f9919
[EMSCRIPTEN] chrome fixes
2013-09-10 22:48:24 -04:00
ToadKing
b874f003ff
[EMSCRIPTEN] undo SDL workarounds no longer needed
2013-09-10 22:02:54 -04:00
ToadKing
a09dda3a9d
[EMSCRIPTEN] add custom input driver, removes SDL dependency + adds mouse support
2013-09-10 20:21:48 -04:00
meancoot
3b27a50625
(OSX) Improvements:
...
Pause emulation while settings window is open
Allow negative numbers to be input in the settings list
Don't crash when changing a setting value to an empty string
2013-09-10 19:47:24 -04:00