mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 09:39:13 +00:00
Frameskipping! Complete with GUI! Even my most naive approach resulted in great speeds, even with graphic-intensive games such as Pikmin.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3949 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
9cbfadb885
commit
51ddedf512
21 changed files with 126 additions and 19 deletions
|
@ -222,6 +222,9 @@ void Video_ExitLoop()
|
|||
Fifo_ExitLoop();
|
||||
}
|
||||
|
||||
void Video_SetRendering(bool bEnabled) {
|
||||
Fifo_SetRendering(bEnabled);
|
||||
}
|
||||
|
||||
void Video_Prepare(void)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue