8360 Commits

Author SHA1 Message Date
Themaister
700b8cc498 ARRAY_SIZE fixup. 2013-10-22 16:11:34 +02:00
twinaphex
d2c87e3039 Convert most C99-style for loop initial declarations to C89-compliant
ones
2013-10-22 15:08:17 +02:00
Toad King
fc105c919b Merge pull request #354 from lioncash/master
[Android] Update documentation to explain how to build the JNI portions of the Android front-end.
2013-10-21 19:32:52 -07:00
Lioncash
14992ea911 [Android] Update the documentation with better Eclipse instructions. 2013-10-21 22:27:19 -04:00
Lioncash
eec6faf7a1 [Android] Update documentation to explain how to build the JNI portions of the Android front-end. 2013-10-21 22:02:33 -04:00
ToadKing
57677f8d2a [ANDROID] fix compile on windows
broken make in android toolkit can't have paths with colons in LOCAL_SRC_FILES, just assume we're getting called from the right directory
2013-10-21 21:38:54 -04:00
Squarepusher
e6e427fcd8 Merge pull request #353 from lioncash/master
[Android] Revise core location in Building in Eclipse.md
2013-10-21 18:06:49 -07:00
Lioncash
21f7b63417 [Android] Revise core location in Building in Eclipse.md 2013-10-21 21:05:36 -04:00
Squarepusher
345afd0431 Merge pull request #352 from libretro/overlay-rework
Overlay rework
2013-10-21 06:35:19 -07:00
Themaister
b17d113ac4 Fix overlay calculations with rect. 2013-10-21 14:27:38 +02:00
Themaister
96352a13c5 Add example overlay. 2013-10-21 14:00:45 +02:00
Themaister
332dc3f38b Fixup overlay interface for D3D9. 2013-10-21 13:32:05 +02:00
Themaister
089270a5b6 Add range_mod. 2013-10-21 12:42:47 +02:00
Squarepusher
0dfc437855 Merge pull request #351 from lioncash/master
[Android] Fix the markdown syntax for the numeric list in the build instructions.
2013-10-19 20:13:16 -07:00
Lioncash
e225bc087f [Android] Fix the markdown syntax for the numeric list in the build instructions. Also minor text change. 2013-10-19 23:10:41 -04:00
Squarepusher
c35f23e50d Merge pull request #350 from lioncash/master
[Android] Update the build instruction file for Android
2013-10-19 20:07:14 -07:00
Lioncash
6273928755 [Android] Update the build instruction file for Android on where to place built cores. 2013-10-19 23:05:35 -04:00
twinaphex
d63ac7e7e2 Convert gfx/scaler to C89-style for loop declarations too 2013-10-19 20:14:39 +02:00
twinaphex
8487cd0204 Start using C89-style for loop initial declarations for
reusable code module parts that we reuse in other projects. It's
a huge maintenance burden having to change this stuff around everytime
when compiling in non-C99 mode
2013-10-19 19:39:38 +02:00
Themaister
c16217d42f Add fallbacks to where cgp/glslp's are saved.
If shaders are stored in /usr/shader or similar we need fallback
locations.
2013-10-18 09:21:04 +02:00
Squarepusher
b19803961c Merge pull request #348 from lioncash/master
Fix a potential memory leak in menu/rmenu_xui.cpp in function rgui_init().
2013-10-17 11:19:57 -07:00
Lioncash
a0eeea65d5 Fix a typo in the previous commit. 2013-10-17 14:18:30 -04:00
Lioncash
fb4dd42edf Fix a potential memory leak in menu/rmenu_xui.cpp in function rgui_init(). 2013-10-17 14:16:07 -04:00
Hans-Kristian Arntzen
cef976c23a Merge pull request #347 from lioncash/master
[Android] Minor XML adjustments.
2013-10-16 23:13:02 -07:00
Lioncash
e6917787ee [Android] Place the ListPreference for aspect ratio at the top of its PreferenceCategory. Makes it look cleaner in terms of how the preferences are laid out. 2013-10-17 02:05:08 -04:00
Lioncash
7c0f177090 [Android] Edit a string so it fits the preferences better. 2013-10-17 01:51:17 -04:00
Lioncash
c26a6f8015 [Android] Clarify the preference categories in the XML better. 2013-10-17 01:46:14 -04:00
Themaister
6073b5d62e Add alpha_mod support.
Change alpha per object if pressed.
2013-10-16 18:27:14 +02:00
Themaister
0a55ef6b53 Start adding loading of alternative descs. 2013-10-16 17:00:45 +02:00
Hans-Kristian Arntzen
2787345b05 Merge pull request #345 from lioncash/master
[Android] Remove a pointless throws for IOException in ModuleWrapper.
2013-10-15 23:51:17 -07:00
Lioncash
783f493252 [Android] Remove a pointless throws for IOException in ModuleWrapper. There's no way an I/O exception can be thrown in this constructor. 2013-10-15 23:07:36 -04:00
ToadKing
752fdaeca9 [GX] remove unused variables 2013-10-15 18:41:47 -04:00
ToadKing
160b609862 [GX] fix audio stuttering on exit/low fps 2013-10-15 18:41:28 -04:00
ToadKing
9f592f1905 [GX] fix FPS debug text 2013-10-15 18:40:23 -04:00
ToadKing
fc2bbfbdc3 [GX] disable interrupts when changing video mode
might help with those weird video corruptions people sometimes get
2013-10-15 18:40:00 -04:00
Squarepusher
409c9614ba Merge pull request #343 from lioncash/master
[Android] Eliminate the need for several activities.
2013-10-15 09:04:55 -07:00
Lioncash
d3c96cfaed [Android] Remove R.java and BuildConfig.java from the appcompat lib. These are generated files, so there's no need to keep them in the repo. They will be regenerated upon builds. 2013-10-15 11:31:36 -04:00
Lioncash
e622fc9f4d [Android] Remove the need for RefreshRateSetOS. This can be done with a preference listener within VideoPreferenceFragment. 2013-10-15 10:54:40 -04:00
Lioncash
b1a48dea51 [Android] Remove the need for IMEActivity. We can also do this within InputPreferenceFragment. 2013-10-15 10:40:15 -04:00
Lioncash
9121aea91e [Android] Eliminate the need for the ReportIME activity. We can just add a listener for the preference within InputPreferenceFragment. 2013-10-15 10:28:02 -04:00
Themaister
76c92bb0b4 Rework overlay driver interface.
Takes multiple images, each with individual positions, textures, etc.
2013-10-15 16:06:59 +02:00
Themaister
3c3e90b0df Only display autodetect if there are info files. 2013-10-15 10:29:45 +02:00
Hans-Kristian Arntzen
e805755f3a Merge pull request #342 from lioncash/master
[Android] Minor simplification in ShaderActivity.java
2013-10-15 00:49:02 -07:00
Lioncash
34e447cd4d [Android] No need to get the base context in ShaderActivity.java for getting application info. Since ShaderActivity.java is (obviously) an Activity. It can act as it's own Context. 2013-10-15 03:12:15 -04:00
Themaister
773295cb28 Move jni stuff to NativeInterface.
Makes it more generic and extensible for the future.
2013-10-14 23:27:18 +02:00
Themaister
b5c733f692 Do config readback immediately after running.
Avoids potential issue where game is started right after exiting again.
2013-10-14 23:11:08 +02:00
Themaister
0d1c394325 Flush config to disk after device detection. 2013-10-14 22:45:06 +02:00
Themaister
1908c4cd38 Set default info file path for Android. 2013-10-14 22:28:59 +02:00
Squarepusher
9baba0fc8a Merge pull request #341 from libretro/apk-extract
Extract APK assets from native code
2013-10-14 12:21:44 -07:00
Themaister
960780277a Drop some now useless code. 2013-10-14 21:14:55 +02:00