Commit Graph

113 Commits

Author SHA1 Message Date
Lioncash cb748e0866 Clean up some formatting in hw/arm7/arm7.cpp. 2013-12-25 16:42:38 -05:00
Stefanos Kornilios Mitsis Poiitidis 45001d51ba Merge pull request #35 from ThePlayground/androidui
Fix up some minor issues with defaults and headings
2013-12-25 13:37:37 -08:00
Lioncash f5bae6c177 Correctly memset the MD5Context when done with it. We want to zero out the whole struct, not just the size of its pointer. 2013-12-25 16:03:26 -05:00
LoungeKatt 6e30aa3ce7 Support when the home directory is not configured or valid 2013-12-25 15:17:59 -05:00
LoungeKatt e28b08c3d2 Refactor booting of Dreamcast Bios into game selections 2013-12-25 13:04:45 -05:00
Lioncash 63188dcd61 Fix some signed/unsigned mismatch warnings. 2013-12-25 12:47:51 -05:00
LoungeKatt 428b72037a Patch up a missing heading to provide better view definition 2013-12-25 05:53:11 -05:00
LoungeKatt ca15e01a5c Retain the original default location for compatibility purpose 2013-12-25 05:46:04 -05:00
Stefanos Kornilios Mitsis Poiitidis b13a806b75 Merge pull request #31 from ThePlayground/androidui
Pull request - Directory Configuration
2013-12-25 02:41:21 -08:00
LoungeKatt 15b57f5698 Generate game selection menu based on storage default
This has a parameter to allow selecting the base for storage, such as
internal, external, or sdcard that can be configured as the secondary
browser selection in options. It is currently set to the default
external storage as a base.
2013-12-24 23:06:04 -05:00
LoungeKatt 0519f20b2b Failsafe to ensure the existence of data directory for BIOS 2013-12-24 14:59:49 -05:00
LoungeKatt 1bd2f9ca09 Integrate configuration of path and attach to existing shell 2013-12-24 14:59:44 -05:00
Lioncash 77b53ea39d Uncomment some code in newdc/types.h. 2013-12-24 14:19:00 -05:00
Lioncash 3fe15366ab Fix an accidental wrong escape sequence in the OSD shader. \n\; will escape the ';', which is wrong, since there's no existing escape sequence for that anyway. 2013-12-24 14:11:40 -05:00
Stefanos Kornilios Mitsis Poiitidis c6e1d41b20 Bump version, update esinfo with vm allocation test 2013-12-24 08:25:20 +02:00
Stefanos Kornilios Mitsis Poiitidis cbf45fd4b6 More helpful error messages for android 2013-12-24 08:21:58 +02:00
Stefanos Kornilios Mitsis Poiitidis 4e5edefa96 Merge pull request #20 from lioncash/cleanup-formatting
Core formatting cleanup
2013-12-23 22:19:50 -08:00
Lioncash 1560e2e7fe Fix a pretty stupid mistake I made. 2013-12-24 00:56:47 -05:00
Lioncash 867f6601c7 - Clean up a large amount of the styling in the newdc core. Almost all typos have been fixed (ie. olny -> only, alocatted -> allocated), etc.
- Use spaces for vertical alignment.
- Clean up a load of logging statements.
2013-12-23 19:56:44 -05:00
Stefanos Kornilios Mitsis Poiitidis 49e491e11c Merge pull request #17 from lioncash/master
Misc fixes
2013-12-23 14:42:11 -08:00
Lioncash a787a1eb82 Fix incorrect memcpy source string in function PatchRegion0 newdc/imgread/common.cpp. Defined as a length of 8, but was actually 11.
Also fixed some typos in the logging messages.
2013-12-23 10:02:56 -05:00
Lioncash eff0aa56e0 Fix an incorrect swap in newdc/hw/aica/aica_if.cpp. tmp should be assigned to dst, not src, because as it was before it was the equivalent of "dst = dst;" 2013-12-23 09:56:25 -05:00
Lioncash 3c085593e0 Fix an array overflow possibility in gldraw.cpp. Vertex's col array is only has a size of 4 not 8. 2013-12-23 09:38:03 -05:00
Lioncash ed8c25ef7c Fix precedence order in newdc/hw/sh4/dyna/decoder.cpp. && has a higher precedence than ||. Considering the || left and right expressions test for similar things, I believe this was the intent. 2013-12-23 09:27:02 -05:00
Lioncash fda7844f73 Remove a duplicated boolean expression from function srt_waw() in newdc/hw/sh4/dyna/shil.cpp. 2013-12-23 09:21:33 -05:00
Lioncash c0753f22f7 Fix accidental wrong comparison in newdc/hw/sh4/dyna/shil.cpp. '==' has a higher precedence than '&'. Since v is tested for equality in the initial if statement header (if (v >= 0)) this was likely an error, and the parenthesized expression was meant to be used. 2013-12-23 09:17:16 -05:00
Lioncash 8caf2b6b2e Fix a printf statement in newdc/hw/sh4/sh4_mmr.cpp. Only specified the write address in the statement, however the data was also passed too. 2013-12-23 08:59:44 -05:00
Lioncash 26c2b86f8b Fix a typo in a function name in newdc/cfg/cfg.cpp. Should be ParseFile, not PaseFile. 2013-12-23 08:56:16 -05:00
Lioncash 92a237a828 Do index testing before actually accessing the array pointers with it in function tryfit() in newdc/rend/gles/gles.cpp.
Technically only the i<128 checks matter, but moved them all 'forward' in the if statements for consistency.
2013-12-23 08:54:08 -05:00
Lioncash 312835958d Fix a resource leak in nixprof.cpp. 2013-12-23 08:52:10 -05:00
Stefanos Kornilios Mitsis Poiitidis eaaddab6ca Update README.md 2013-12-23 13:27:19 +02:00
Stefanos Kornilios Mitsis Poiitidis 737b19233d Update README.md 2013-12-23 13:26:19 +02:00
ptitSeb b7cc9ca58b PANDORA: Fix nvram save at exit 2013-12-23 10:19:36 +01:00
Shaun Thompson f32f2a876c Reverted file name change per PsyMan. Still seems to be working. Didn't understand the details. Thanks :) 2013-12-22 18:26:33 -07:00
Shaun Thompson 21a19c024b Re-enabled nvram saving and made to save as dc_flash.bin instead. 2013-12-22 17:30:44 -07:00
Shaun Thompson ddfc85280d fixed the last commit. also forgot to mention controller names require api 16. 2013-12-22 13:36:15 -07:00
Shaun Thompson ae1fcf503a Kinda hooked up options a little, something weird going on in there... Added a simple auto-detect to map for PS3 controllers with default to Ouya controller. 2013-12-22 13:25:29 -07:00
ptitSeb 79b541f6ac PANDORA: Now using SDL_Init, and Joystick with SDL too 2013-12-22 17:56:18 +01:00
Shaun Thompson f7ad678d3b Added resource id to ScrollView in file browser. Set it up to scroll to the top of the list automatically on directory navigation instead of showing the previous directory scroll location. 2013-12-22 09:15:10 -07:00
Shaun Thompson 8856b1e5bc Added do-nothing options activity. Hooked it up to the button in the fragment container. 2013-12-22 08:55:53 -07:00
Shaun Thompson 5737e44bdc Removed 'reicast' header from file browser layout. Relocated to layout for fragment container. 2013-12-22 08:30:26 -07:00
Shaun Thompson 614fe19d20 File browser 'BOOT BIOS' now optional. Can set to also display 'SELECT CURRENT FOLDER' instead using fragment arguments. Starting the emu is now handled by the fragment container instead of the FileBrowser class. Class passes cd image URI to fragment callback when image is selected. Likewise, 'SELECT CURRENT FOLDER' will pass the CWD as a URI to another callback in the fragment container. This is in preparation for re-using the file browser for the options activity. 2013-12-22 08:17:09 -07:00
Shaun Thompson e190f6cf3a Spun file browser off as Fragment. Added CDI/cdi filters to GL2JNIActivity in manifest. 2013-12-22 07:01:03 -07:00
ptitSeb 4932a17265 PANDORA: fixed analog Joystick (cannot used SDL ones without SDL_Init) 2013-12-22 09:41:03 +01:00
ptitSeb 4828810866 PANDORA: Enabled VMU 2013-12-21 21:15:43 +01:00
ptitSeb ecbe1c9cfc Merge branch 'master' of https://github.com/reicast/emulator 2013-12-21 17:14:52 +01:00
ptitSeb 5d452cbb6d PANDORA: Few fixes and cosmetics changes 2013-12-21 17:14:11 +01:00
MrPsyMan 6377df8234 Update README.md 2013-12-21 16:53:24 +02:00
ptitSeb 0e83f2a6e3 PANDORA: Port to SDL 2013-12-21 13:30:28 +01:00
ptitSeb 0142a93a5f PANDORA: Input fix and icon 2013-12-21 10:44:51 +01:00