Themaister
c78239a10d
Avoid async error handling breaking XSetInputFocus.
2013-02-23 15:20:47 +01:00
Themaister
00d7d6c7ca
Drop redundant input code in GLX.
2013-02-23 15:15:49 +01:00
Themaister
100c26f067
Avoid failing when XSetInputFocus fails.
2013-02-23 15:15:10 +01:00
Themaister
0d1d275227
Merge branch 'master' into cd-swap
2013-02-23 14:50:33 +01:00
Themaister
eb0476ffab
Add configurable GL context.
2013-02-23 14:50:18 +01:00
ToadKing
232706d665
(Android/Phoenix)expand on ROM load error message
2013-02-22 17:33:41 -05:00
ToadKing
653ae663a2
(Android/Phoenix) nit
2013-02-22 15:48:41 -05:00
ToadKing
8d35c7f1be
(GX) update dist scripts for big stack cores
2013-02-22 15:24:05 -05:00
ToadKing
41a302de43
(Android) show message on ROM load failure/crash
2013-02-22 14:57:34 -05:00
ToadKing
ed743c92a8
(Android/Phoenix) fix two common crashes
2013-02-22 12:29:11 -05:00
meancoot
06bb6b7840
Merge branch 'master' of https://github.com/Themaister/RetroArch into ios
2013-02-21 22:18:14 -05:00
meancoot
be3aa0a063
ios: Create an objective-c wrapper around config_file_t, use it to simplify code.
2013-02-21 22:16:18 -05:00
meancoot
b52aff0b8f
ios: Use [UIImage imageNamed:] to load file and directory icons.
2013-02-21 20:33:05 -05:00
meancoot
5a7cee4e6e
ios:
...
Immediately hide the exit bar if the device is rotated (after rotation its size would be wrong.)
Fix status bar not being visible when a new instance is started.
2013-02-21 20:21:46 -05:00
Themaister
e3dfba2c34
Add preliminary disk swapping interface.
...
Works with Mednafen's disk swapping model.
2013-02-21 23:44:07 +01:00
meancoot
70d0ab91b7
ios: Fix .rafilter files not being closed in certain situations.
2013-02-21 15:37:51 -05:00
meancoot
4a076f4717
ios: Keep status bar visible while in the browser. Add a couple of missing license headers.
2013-02-21 12:37:58 -05:00
meancoot
1212116dfb
ios: Some cover view improvements:
...
Don't allocate new views when reusing a cell.
If a file item doesn't have an attached image, its filename will be printed in the cell instead.
Images maintain aspect ratio when scaled.
2013-02-21 01:30:28 -05:00
meancoot
cae85b7401
ios: Have the list_directory use objects to cache properties about the items. Quite a bit faster too.
2013-02-20 23:33:23 -05:00
meancoot
b36ead4bf8
ios: Disable cover-art views if UICollectionView is not available.
2013-02-20 20:10:44 -05:00
meancoot
1edd531544
ios: Add proper license header to all files.
2013-02-20 19:52:52 -05:00
meancoot
9ac77f65d1
ios: Refactor browser code some.
2013-02-20 19:45:51 -05:00
meancoot
192f7d56d7
ios: If a .rafilter file has a single filter it is applied automatically.
2013-02-19 20:33:36 -05:00
meancoot
b8f0c35833
ios: Add coverart support (iOS 6+ only).
2013-02-19 20:14:25 -05:00
Squarepusher
bd4d97337c
Merge pull request #139 from Themaister/thread_video
...
Threaded video driver
2013-02-19 14:17:00 -08:00
Themaister
482fcb1877
Don't use comma at end of enum.
2013-02-19 14:47:09 +01:00
meancoot
2daa926cc1
ios: Allow directories to be filtered by regex stored in a '.rafilter' file in the directory.
2013-02-18 19:09:35 -05:00
meancoot
deb84a8463
ios: Clean up Xcode project
2013-02-18 14:59:43 -05:00
Themaister
0ab0688525
Error out correctly if ROM fopen() fails.
2013-02-18 20:31:29 +01:00
meancoot
6f495c5fcd
ios: Make settings per module.
2013-02-18 11:57:24 -05:00
twinaphex
ce4652da5a
(Android) Bump up version to 0.9.8.4444
2013-02-18 03:43:39 +01:00
meancoot
6fc02c95d3
ios: Make it so the triple tap to exit button doesn't actuall prevent triple tapping.
2013-02-17 20:28:00 -05:00
meancoot
c14b45f957
ios: Add a detail view that can load and display core info from a configuration file.
2013-02-17 19:35:43 -05:00
Themaister
20554b3ea2
Remove redundant Java GL code.
...
Not used in Google example code.
2013-02-17 23:44:04 +01:00
twinaphex
455b7ea0c4
(Android) Restore PS3 controls
2013-02-17 23:18:03 +01:00
twinaphex
99a2a438cb
(Android) Add iControlpad
2013-02-17 22:58:06 +01:00
twinaphex
a63ce85d9d
Expand CHANGELOG
2013-02-17 22:45:40 +01:00
Themaister
8f046a790b
Move Android ifdef outside RARCH_CONSOLE.
2013-02-17 22:30:04 +01:00
twinaphex
145bad0b36
(RMenu) Indent fixes
2013-02-17 22:02:42 +01:00
twinaphex
3fe68149a6
(RMenu) Improve Low RAM mode for RMenu
2013-02-17 22:01:08 +01:00
twinaphex
0357f1510c
(RMenu) Add low RAM mode
2013-02-17 20:23:27 +01:00
twinaphex
487da5a313
Bump up version for dist-script PS3 CEX
2013-02-17 19:29:38 +01:00
twinaphex
0b048e5294
(Xbox 1) Use 64K stack
2013-02-17 18:09:40 +01:00
twinaphex
50ab6e9645
(Xbox 1) Lower stacksize to 131072 - still enough for Gambatte
2013-02-17 16:23:51 +01:00
Themaister
4b97052f8c
Fix threaded driver build on Win32.
2013-02-17 15:55:30 +01:00
Themaister
0c6e456e65
Merge branch 'master' into thread_video
2013-02-17 15:49:58 +01:00
Themaister
0dcf6791a4
Add integer scale to PC D3D9.
2013-02-17 15:43:31 +01:00
twinaphex
091403cb5d
Update CHANGELOG
2013-02-17 15:38:27 +01:00
Themaister
9f6fc7269b
Fix MSVC2010 build.
2013-02-17 15:37:27 +01:00
Themaister
59e7bc82db
Move warning disable to msvc_compat.h.
2013-02-17 15:10:03 +01:00