Commit Graph

34 Commits

Author SHA1 Message Date
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
ptitSeb 79b541f6ac PANDORA: Now using SDL_Init, and Joystick with SDL too 2013-12-22 17:56:18 +01: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