mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-02 17:28:33 +00:00
Fixes to the software plugin command processor. Made it easy to use the command processor in place of the one in video common. Use frame skip setting from the application in the software plugin instead of the internal frame skipping config setting. The WGP does not loop if the write pointer is set beyond the end of the fifo.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4527 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
c2a4e33313
commit
52da977c73
10 changed files with 245 additions and 159 deletions
|
@ -36,8 +36,6 @@ Config::Config()
|
|||
|
||||
bHwRasterizer = false;
|
||||
|
||||
nFrameSkip = 0;
|
||||
|
||||
drawStart = 0;
|
||||
drawEnd = 100000;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue