Commit Graph

7652 Commits

Author SHA1 Message Date
Marcelo Munhoz Pélos
f5c9e37201 Fix build script for iOS. 2013-07-08 19:00:10 -03:00
meancoot
b3c36b54d7 (Apple) Generalize the ios_joypad driver 2013-07-08 15:15:29 -04:00
twinaphex
261df7061e (OSX) Compile in HAVE_NETPLAY 2013-07-08 20:59:43 +02:00
Squarepusher
e5ef4ac2b1 Merge pull request #248 from robin007bond/patch-1
Update prefs.xml
2013-07-08 10:04:02 -07:00
robin007bond
41839c345a Update prefs.xml
Changed 'phone' to 'device', because RetroArch runs on tablets too.
2013-07-08 18:40:38 +02:00
meancoot
9afa4600da (OSX) Clean up logic some; game will be saved if terminating the app by closing the window 2013-07-07 21:53:08 -04:00
meancoot
e168755632 (OSX) Fix OpenGL vsync logic inversion 2013-07-07 20:59:30 -04:00
meancoot
42b5f47400 (OSX) Start RGUI loaded without a file; allow opening new files without manually closing the old one 2013-07-07 20:52:27 -04:00
meancoot
1b0e86f5af (OSX) Handle window sheets better 2013-07-07 20:46:46 -04:00
meancoot
a09f28c319 (OSX) Add a core chooser when opening a game; cores are stored in the Contents/Resources/modules directory of the app bundle. 2013-07-07 19:24:05 -04:00
twinaphex
4e390c0dd1 Add librsound_orig.c for targets other than PS3 2013-07-08 00:38:03 +02:00
twinaphex
44d447c6eb Don't use __APPLE__ in Griffin as well (for Griffin expandability
purposes if we are ever going to allow OSX SDL port building)
2013-07-07 23:51:13 +02:00
meancoot
7f8cb059e2 (iOS) Temporarily remove custom config support 2013-07-07 17:50:17 -04:00
twinaphex
e1706de84c (OSX) Some define changes
(RAGameView) Some comment typo corrections
2013-07-07 23:17:38 +02:00
twinaphex
8ed5d16b2c (OSX) Remove old OSX projectfile - can go now 2013-07-07 23:05:25 +02:00
meancoot
a0d22d7c44 (Apple) Build fixes (hope I didn't break anything else with that merge) 2013-07-07 16:24:28 -04:00
meancoot
b924302464 Merge branch 'master' of https://github.com/libretro/RetroArch
Conflicts:
	griffin/griffin.c
2013-07-07 16:20:08 -04:00
meancoot
78acc25931 (Apple) Add keyboard input support for OSX 2013-07-07 16:01:58 -04:00
twinaphex
04168c00b0 (Griffin) Move more includes into Griffin 2013-07-07 21:25:22 +02:00
meancoot
7a4085b67f (OSX) Show an open panel if started without a game to load 2013-07-07 15:19:19 -04:00
twinaphex
77e6ff75a6 (Griffin) Flesh out Griffin some more for regular PC-style builds 2013-07-07 21:17:58 +02:00
meancoot
ba94ae2479 (Apple) More OSX UI wiring 2013-07-07 14:46:16 -04:00
twinaphex
0e1a306862 (Pandora) Set default input driver for OpenPandora 2013-07-07 20:05:03 +02:00
twinaphex
eb2d294c32 (OpenPandora Makefile) Use rpath for LDFLAGS 2013-07-07 19:46:13 +02:00
twinaphex
cf24c442df Update maintenance - define/update PACKAGE_VERSION only once
in general.h
2013-07-07 19:43:22 +02:00
meancoot
e709784b70 (Apple) Add some methods to open files on OSX 2013-07-07 13:37:23 -04:00
twinaphex
6d1e9dcaff Change asoundlib.h include to <alsa/asoundlib.h> 2013-07-07 19:26:03 +02:00
twinaphex
75cce7fb4d (Pandora) Add static preliminary Makefile for Pandora
(Alsathread) Name functions uniquely vs. alsa to resolve
symbol namespace conflicts when compiling with Griffin
2013-07-07 19:22:54 +02:00
meancoot
3d9d672a38 (Apple) On OSX, a call to apple_run_core will actaully run the game 2013-07-07 13:05:05 -04:00
Themaister
b7fa652b1e Add RETRO_ENVIRONMENT_GET_LIBRETRO_PATH.
Vital for cores which do not load a ROM, but still want to load assets
somehow. Demos and the like ...
2013-07-07 13:24:08 +02:00
meancoot
99ba3ccea3 (Apple) Start setting up the OSX code 2013-07-06 23:54:47 -04:00
meancoot
f954ae2f64 (Apple) Create OSX XCode project 2013-07-06 20:43:04 -04:00
OV2
b9cbcd0b81 win32: add simple menu to opengl context 2013-07-07 02:22:11 +02:00
twinaphex
ab3a8822ce (ALSA QSA) Try another sound strategy - still FUBAR sound -
based it on this - http://tomjansen.be/mpg123-1.15.0/mpg123-1.15.0/src/output/qsa.c
2013-07-07 01:10:05 +02:00
twinaphex
5d1ea7124b (ALSA QSA) Attempt to set up QSA ALSA fragment params properly and buffer size -
garbled mess right now
2013-07-07 00:27:07 +02:00
meancoot
a852da4e88 Start spliting ios port into dual OS X and iOS ports 2013-07-06 18:24:25 -04:00
twinaphex
7c74542c58 (ALSA QSA) Merge latest patches by CatalystG 2013-07-06 22:45:10 +02:00
Themaister
73016a2752 Throttle RGUI with timers.
Some drivers have broken VSync and without audio blocking, RGUI can blast away
at 1k+ FPS making it unusable.
2013-07-06 21:16:54 +02:00
twinaphex
e60f907ec6 Place conditional compile for frontend.c inside Griffin 2013-07-06 20:29:11 +02:00
twinaphex
a442e30c71 (Playbook) Updates to RetroArch Blackberry Playbook solution 2013-07-06 19:18:41 +02:00
twinaphex
87a7a56726 (Blackberry) Add iPega default binds 2013-07-06 17:49:30 +02:00
twinaphex
fd5f92d4d6 (iOS) Fix PS3 default keybinds 2013-07-06 04:07:17 +02:00
Squarepusher
e98ef80fdc Update AUTHORS 2013-07-05 13:52:59 +02:00
twinaphex
7a84b5709e Update AUTHORS - move maintainer status around 2013-07-05 13:49:18 +02:00
twinaphex
df6dfb4970 (OSX/iOS) Start renaming ios_ namespace -functions we're going to implement for
OSX as well
2013-07-05 04:10:05 +02:00
twinaphex
423f4944ad (iOS/OSX) Make frontend code more generic 2013-07-05 03:56:41 +02:00
twinaphex
266511b765 (OSX/iOS) Make iOS ObjC code more reusable with OSX 2013-07-05 03:46:19 +02:00
twinaphex
0181d72cdc (iOS) Precompiled header gets turned into regular header - moved
to compat/ and included only once
2013-07-05 03:34:34 +02:00
twinaphex
97e2130818 (iOS) Add IOS ifdefs to RAGameView 2013-07-05 03:19:52 +02:00
twinaphex
e911eda7f4 (OSX) Cleanups to BasicOpenGLView 2013-07-05 03:04:51 +02:00