Commit Graph

7582 Commits

Author SHA1 Message Date
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
ToadKing
da6b004479 (GX) implement joystick support 2013-07-04 14:52:53 -04:00
ToadKing
544a7ee8db (GX) build fix 2013-07-04 14:52:26 -04:00
twinaphex
f359a633b6 (OSX) BasicOpenGLView - remove unneeded camera stuff 2013-07-04 17:10:43 +02:00
twinaphex
209b3c9919 (OSX) BasicOpenGLView.m - Remove updateProjection 2013-07-04 17:02:58 +02:00
twinaphex
0b60036e44 (OSX BasicOpenGLView) Get rid of GL bloat 2013-07-04 16:09:44 +02:00
twinaphex
d215a2a0f5 remove ifdefs around puts PACKAGEVERSION line 2013-07-04 15:06:28 +02:00
twinaphex
77d5190a01 (OSX) Make dummy context file - compile in RetroArch with Griffin 2013-07-04 15:01:38 +02:00
twinaphex
46532e0d3f (OSX) Xcode solution - start with CocoaGL base app 2013-07-04 12:55:53 +02:00
Squarepusher
7977cadfc4 Merge pull request #244 from Skylark13/master
Android: Fixes for iPega PG-9017 support
2013-07-04 01:01:36 -07:00
Jean-Sébastien Guay
65cb65671f android/native/jni/input_android.c:
- Fixed off-by-one when using g_settings.input.icade_count to index in array of icade profiles. It has just been incremented...
- Added setting actual device names instead of generic "Broadcom Bluetooth HID" so the libretro menu shows it. Also added a bit of logging when detecting generic devices and selecting an icade profile.
- Fixed some wrong button assignments for iPega controller.
- Added a note about the dpad buttons not working, it's the next thing I want to fix.

android/phoenix/res/xml/prefs.xml:

- Fixed key names for icade profiles, input_autodetect_icade_profile_pad0 does not exist in the config as given in the root settings.c file, they start at 1.
2013-07-03 21:41:19 -04:00
twinaphex
b696388f34 (Clang) No warnings now 2013-07-03 02:59:46 +02:00
twinaphex
1ff0107bd4 Clang warnings fixed
'Equality comparison with extraneous parentheses' semantics warnings in
Clang fixed
2013-07-02 15:23:20 +02:00
Themaister
43c0d66877 Remove obsoleted retroarch-zip. 2013-07-02 07:50:26 +02:00
twinaphex
a050a9ab88 (retroarch-zip) BSD compatibility patch from random user. Maister - check this 2013-07-01 20:40:14 +02:00
Themaister
22dd9e2894 Fixups in libretro-test-gl. 2013-07-01 18:59:01 +02:00
twinaphex
9af1bc3b3d (libretro-test-gl) use strtok/atoi for setting width/height (for core option) 2013-07-01 16:52:50 +02:00
twinaphex
02dce2632b (libretro-test-gl) Add missing 512x512 resolution 2013-07-01 11:54:49 +02:00
twinaphex
5fb8594215 (libretro-test-gl) Add internal resolution core option 2013-07-01 11:53:10 +02:00
meancoot
c86d4813db (iOS) Don't cause a context reset after the games first frame 2013-06-30 20:31:53 -04:00
twinaphex
a1ecd68cdb (Android) Add Picodrive entry to libretro_cores.cfg 2013-06-30 05:14:21 +02:00