Commit Graph

3592 Commits

Author SHA1 Message Date
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
Stefanos Kornilios Mitsis Poiitidis 5103a93761 GCW0: input 2013-12-21 05:08:26 +02:00
Stefanos Kornilios Mitsis Poiitidis be56b4eaba opk for GCW Zero 2013-12-21 04:03:06 +02:00
ptitSeb b2525bb150 Merge branch 'master' of https://github.com/reicast/emulator
Conflicts:
	newdc/linux-dist/main.cpp
2013-12-20 21:46:59 +01:00
ptitSeb aa385f3320 PANDORA: First Port, using X11/Linux and OSS for Sound Output 2013-12-20 16:24:38 +01:00
Stefanos Kornilios Mitsis Poiitidis 639ff2737a Merge pull request #4 from neko68k/master
Directory browser no longer case sensitive about image extension.
2013-12-19 16:17:32 -08:00
Shaun Thompson 41c74f7202 Directory browser no longer case sensitive about image extension. E.g. CDI vs. cdi now doesn't matter. 2013-12-19 16:54:21 -07:00
Stefanos Kornilios Mitsis Poiitidis 64d0b842e7 Merge pull request #3 from neko68k/master
phone no longer sleeps while emulator is running.
2013-12-19 15:51:27 -08:00
Shaun Thompson 6cce72e18a phone no longer sleeps while emulator is running. 2013-12-19 16:44:55 -07:00
Stefanos Kornilios Mitsis Poiitidis bdfdfc138a Merge pull request #1 from zear/master
Support for $HOME
2013-12-19 10:39:18 -08:00
Zear bdc7782947 Support for /home/zear 2013-12-19 19:29:35 +01:00
Stefanos Kornilios Mitsis Poiitidis 32dcba0db0 Update README.md 2013-12-19 20:25:12 +02:00
Stefanos Kornilios Mitsis Poiitidis 6cd7aa2cf4 Update README.md 2013-12-19 19:18:53 +02:00
Stefanos Kornilios Mitsis Poiitidis 1c16baeb0e project import 2013-12-19 19:10:14 +02:00