mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
Frameskipping more aggressive (minor speedup, plz report any serious problems). Initial display list cache implementation, disabled for now. Various cleanup.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3952 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
95b39da7ca
commit
6003c9ecd2
13 changed files with 808 additions and 131 deletions
|
@ -29,6 +29,7 @@
|
|||
#define GX_LOAD_INDX_D 0x38
|
||||
|
||||
#define GX_CMD_CALL_DL 0x40
|
||||
#define GX_CMD_UNKNOWN_METRICS 0x44
|
||||
#define GX_CMD_INVL_VC 0x48
|
||||
|
||||
#define GX_PRIMITIVE_MASK 0x78
|
||||
|
@ -46,6 +47,6 @@
|
|||
|
||||
void OpcodeDecoder_Init();
|
||||
void OpcodeDecoder_Shutdown();
|
||||
void OpcodeDecoder_Run();
|
||||
void OpcodeDecoder_Run(bool skipped_frame);
|
||||
|
||||
#endif // _OPCODE_DECODING_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue