Tillmann Karras
|
cefcb0ace9
|
Update license headers to GPLv2+
|
2015-05-25 13:22:31 +02:00 |
Stevoisiak
|
cb86db7b68
|
Minor consistency changes
Mostly small changes, like capitalization and spelling
|
2015-01-12 15:18:18 -05:00 |
Lioncash
|
34eb0c6e1c
|
Software: Fix over-indentation of SetupQuad()
|
2014-08-10 22:28:16 -04:00 |
Lioncash
|
522a5c35ad
|
Convert some more header inclusions into forward declarations
|
2014-07-29 20:55:07 -04:00 |
magumagu
|
9b82d72070
|
Video backends: warn on usage of GL_DRAW_QUADS_2.
It's not normally used, so if it shows up, it could indicate a CPU emulation
bug.
|
2014-05-17 11:55:32 -07: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 |
Matthew Parlane
|
31cfc73a09
|
Fixes spacing for "for", "while", "switch" and "if"
Also moved && and || to ends of lines instead of start.
Fixed misc vertical alignments and some { needed newlining.
|
2014-03-11 00:35:07 +13:00 |
Lioncash
|
2afe215271
|
Convert all includes to relative paths.
|
2014-02-18 02:19:10 -05:00 |
Jasper St. Pierre
|
34692ab826
|
Remove unnecessary Src/ folders
|
2013-12-31 14:03:19 -05:00 |