Tony Wasserka
|
6950f533ae
|
Merge pull request #355 from magumagu/gx-missing-opcode
Opcode decoding: handle missing opcodes 0x88 etc.
|
2014-05-18 11:12:06 +02:00 |
magumagu
|
39d439fc48
|
Opcode decoding: handle missing opcodes 0x88 etc.
Hardware testing shows that they do the same thing as the 0x80 family of
opcodes: they draw quads.
|
2014-05-10 20:33:28 -07:00 |
magumagu
|
369c0c4ce2
|
Opcode decoding: 0xC0 isn't a valid command.
Fix our opcode decoders to handle this appropriately.
|
2014-05-08 15:49:19 -07:00 |
Lioncash
|
2afe215271
|
Convert all includes to relative paths.
|
2014-02-18 02:19:10 -05:00 |
lioncash
|
d2038049f5
|
Replace all include guard ifdefs with "#pragma once"
|
2014-02-10 18:07:16 -05:00 |
Jasper St. Pierre
|
34692ab826
|
Remove unnecessary Src/ folders
|
2013-12-31 14:03:19 -05:00 |