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
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
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
twinaphex
a44a52a1ed
Add Picodrive module info file
2013-06-30 05:12:29 +02:00
twinaphex
2a1290e70f
(Android) r17 - 0.9.9.3 changelog
...
(Android) Change Ouya button binds
2013-06-28 21:46:07 +02:00
Themaister
e5a5d5e861
Revert "(Pointed out by Alcaro) configure shouldn't require a C++ compiler"
...
qb.libs.sh uses CXX for a few things. E.g. Cg has to be linked with C++
compiler or it breaks on some distros.
2013-06-28 21:14:54 +02:00
twinaphex
53c549690d
(Pointed out by Alcaro) configure shouldn't require a C++ compiler
...
as a necessary dependency
2013-06-28 18:59:02 +02:00
twinaphex
76874945d5
Add changelog note about Cave Story/NXEngine
2013-06-28 14:32:32 +02:00
twinaphex
fdd70d0ff9
Added v0.9.9.3 changelog details and updated website link /
...
bumped up versions in TXT files
2013-06-28 14:30:42 +02:00
twinaphex
93b98a2e08
Bump up PACKAGE_VERSION to 0.9.9.3
2013-06-28 14:11:10 +02:00
twinaphex
d0bd978142
(Android) Add JC U912F gamepad to autodetection list
2013-06-28 14:05:58 +02:00
twinaphex
a2ccc0eb8f
(BB Playbook) Update version number to 0.9.9.3
2013-06-26 13:29:09 +02:00
Squarepusher
87d6d9e201
Merge pull request #238 from CatalystG/master
...
(BlackBerry) Fix up core_info usage after cleanup.
2013-06-25 22:54:54 -07:00
CatalystG
8b3313f77e
(BlackBerry) Fix up core_info usage after cleanup.
2013-06-25 23:30:22 -04:00
meancoot
79cfb96df2
WIN32 build fix
2013-06-25 21:07:20 -04:00