twinaphex
d63efa04ba
(iOS) New icons
2013-06-11 01:34:05 +02:00
meancoot
ec660fff37
(iOS) Simplify some of the file browser code; add sanity checks for system directories
2013-06-09 20:13:05 -04:00
Themaister
bb3bac7e0d
Fix ROM history being deleted when ROM includes ;.
...
Using ';' as a delimiter in history file was a mistake as it breaks
when files have this file included. Instead, split on newline.
To avoid reading broken history files, the history file path is
changed.
Also add game_history_path/size to config.
2013-06-09 22:24:30 +02:00
twinaphex
559c4a7964
(RARCH_CONSOLE) Add refresh rate FPS statistics
2013-06-08 01:45:25 +02:00
meancoot
841e8d1bb5
(iOS) Tapping a firmware item in RAModuleInfo will display an alert view with the full path
2013-06-07 10:38:13 -04:00
meancoot
7e91949be2
(iOS, Style) Use a info button style for the info buttons in RAModuleList
2013-06-07 09:51:40 -04:00
meancoot
73ba3be6ca
(iOS) Add support for listing expected firmwares in module .info files. Still needs some style work.
2013-06-07 09:51:40 -04:00
twinaphex
c129f1e2ce
(Android) Tomee NES USB autodetection - swap around buttons A and B
2013-06-07 15:43:24 +02:00
Themaister
75421c5efa
Save refresh rate on exit.
2013-06-07 14:38:37 +02:00
Themaister
d5a8d3bfb0
Can update video refresh rate from RGUI.
2013-06-07 14:34:09 +02:00
Themaister
d8d9073f30
Allow resetting frame time estimator from RGUI.
2013-06-07 14:26:33 +02:00
Themaister
b0b6e65ab6
Add monitor refresh rate monitor in RGUI.
...
Doesn't support updating refresh rate setting yet.
2013-06-07 14:10:42 +02:00
twinaphex
713b3fc64e
(Android) Add Defender Game Racer Classic to autodetection list
2013-06-06 12:30:02 +02:00
meancoot
2fcc99a4f9
(iOS) Add system settings to enable or disable certain orientations while a game is running
2013-06-06 00:15:50 -04:00
meancoot
8aff61c4e6
(iOS) If a directory named 'RetroArchGames' is located in the documents folder it will be used as the browser root. It can be made into a symlink to change the browser root to any directory.
2013-06-05 23:12:22 -04:00
meancoot
2c4e863994
(iOS) Prevent auto-lock while game is running
2013-06-05 20:35:56 -04:00
ToadKing
157deb19fb
(Android) fix crash on Gamestop Wireless iCade profile
2013-06-05 20:33:22 -04:00
Themaister
02264f4d56
Fix Win32 derp.
2013-06-05 22:00:38 +02:00
Themaister
cee493fb18
Make integer scale robust against rounding errors.
2013-06-05 21:48:52 +02:00
Themaister
321ffcbca6
Calculate 1:1 PAR from right dimensions.
...
Frame cache can be stale or have awkward dimensions which
don't really reflect 1:1 PAR semantics.
2013-06-05 21:29:52 +02:00
Themaister
347fdaadce
Fix ALSA error when unpause on driver reinit.
2013-06-05 20:51:57 +02:00
Themaister
6dd0839a01
Use common monitor refresh rate estimator.
...
Ditch custom timing code in KMS.
2013-06-05 18:12:29 +02:00
Themaister
e215033edd
Fix CXX_BUILD.
2013-06-05 10:47:19 +02:00
Themaister
79275b28ff
Fallback when initial shader init fails.
2013-06-05 10:44:27 +02:00
Themaister
973f35339c
Add pausing to ALSA.
...
Also use snd_pcm_avail() instead of avail_update()
for more accuracy (helps dynamic rate control).
2013-06-05 02:12:34 +02:00
meancoot
7c2c94872a
(iOS) Append the failed path to the 'Browsed path is not a directory' error message
2013-06-04 16:58:31 -04:00
meancoot
1db8b2aac0
(iOS) Fix extension list in desmume_libretro.info
2013-06-04 16:41:48 -04:00
meancoot
2f883ddd1d
(iOS) Fix file sorting to include directories at top
2013-06-04 16:40:13 -04:00
twinaphex
2bcc1a5b6e
Set custom viewport to preinitialized default values for all
...
platforms
2013-06-04 14:44:25 +02:00
Themaister
1389346cbf
Make sure that palette entries don't exceed max.
2013-06-04 14:26:21 +02:00
Themaister
cb8deab105
Add Adam7 interlacing support to RPNG.
...
Now correctly decodes all basic format and odd size files from:
http://www.schaik.com/pngsuite/
2013-06-04 14:15:29 +02:00
Themaister
9abbd6b279
Support all color/bit formats in RPNG.
...
Only missing adam7 now.
2013-06-04 14:15:29 +02:00
twinaphex
2eac87630d
(Android) Build fix
...
(Android) Add GameMID to autodetection list
2013-06-04 11:14:14 +02:00
Themaister
7c57563827
Fix RPNG save_image memleak.
2013-06-03 23:02:59 +02:00
twinaphex
5bdcf63050
(360) Add notes to retroarch-360-README.txt
2013-06-03 21:12:40 +02:00
twinaphex
f50332df41
(360) Build fix
2013-06-03 20:42:04 +02:00
twinaphex
d8fe91867e
(Android) Input autodetection - Gasia PS3 pad should correspond to PlayStation3 v2 controls
2013-06-03 16:25:04 +02:00
twinaphex
26cddf261e
(XDK1) Genesis Plus GX needs LTCG_BigStack configuration now too
2013-06-03 02:45:24 +02:00
twinaphex
11ae5fde33
(RMenu) Move around 'Save Custom Controls'
2013-06-03 01:50:59 +02:00
twinaphex
5b3ef441a4
(Rmenu) Scroll viewport text at Resize Menu
2013-06-03 01:42:58 +02:00
Themaister
850ee9696e
Drop broken delay logging in KMS.
...
Didn't serve any purpose anyways.
2013-06-03 01:37:52 +02:00
twinaphex
9adf9ce818
(RMenu) Shorter menu labels
2013-06-03 01:23:02 +02:00
twinaphex
2b32c4dd9b
(RMenu) Remove stub 'Default all' options which were no longer used
2013-06-03 01:18:09 +02:00
twinaphex
f03dc4cb62
Cleanups
2013-06-03 00:44:09 +02:00
Themaister
8d716f4ca1
Fixup log message in pulse.
2013-06-02 23:57:43 +02:00
Themaister
0aa157a5b9
Handle when pulse spuriously changes buffer size.
2013-06-02 23:43:04 +02:00
twinaphex
a71a6a4749
(RMenu/RGUI) Console changes - menu should always run with vsync on +
...
remove video throttle option
2013-06-02 23:29:28 +02:00
Themaister
74f3e8e11c
Pause audio when going into RGUI.
2013-06-02 23:10:03 +02:00
Themaister
de01d42cd8
Fixups in pulse.
...
Add proper pause/unpause, and improve pa_write().
2013-06-02 22:57:44 +02:00
twinaphex
5845530976
(RMenu) Fix game history Y positioning when dealing with multiple
...
pages
2013-06-02 22:57:35 +02:00