The latest and greatest code. 30 of the most recent commits, in download form!
Dreamcast: Try to fix key releases not being detected sometimes
PSP: Use VFPU for matrix multiply
Merge pull request #1547 from ClassiCube/PSPClipFix
PSP clipping fixes part 1
PSP: write a few GPU commands directly
PSP: Avoid setting base command for clipped polygons
PSP: Don't break run if quad is culled by visible frustum
PSP: Refactor plane clipping function to do the loop there
PSP: Don't test near plane and let GPU handle that instead
Majorly cuts down on number of quads that go through slower clipping path
PSP: Most chunks skip clipping path
PSP: also clip against Z planes
PSP: Split up checking assembly
PSP: Fix quad needs clipping function
PSP: only call ConvertTexturedQuad once
Merge pull request #1543 from SpiralP/add-commands-unregister
Commands: Add Commands_Unregister API
Merge pull request #1538 from shinovon/18
Symbian: Improve input
PSP: Fallover to next net profile after 10 seconds
Commands: Add Commands_Unregister API
Allows plugins to remove a previously registered chat command from the global cmds_head linked list.
PSP: don't forget to reset state between profiles
PSP: Show net profile number too
Symbian: small improvements
Slow but technically working clipping
PSP: Fix clipping producing wrong results
PS: Fix guardband scalefactor calculation