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 |
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 |
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 |
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
|
5d452cbb6d
|
PANDORA: Few fixes and cosmetics changes
|
2013-12-21 17:14:11 +01: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 |
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 |
Zear
|
bdc7782947
|
Support for /home/zear
|
2013-12-19 19:29:35 +01:00 |
Stefanos Kornilios Mitsis Poiitidis
|
1c16baeb0e
|
project import
|
2013-12-19 19:10:14 +02:00 |