* XGKICK now uses memory-based GIF fifo.
This commit is contained in:
parent
f8611801b1
commit
374ed20d80
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@ void getoption(VectorUnitState* state)
|
|||
state->junk._vpepc = 0;
|
||||
state->junk._is_verb = 0;
|
||||
state->junk._is_dump = 0;
|
||||
state->junk._pgpuif = 2;
|
||||
state->junk._pgpuif = 4; /* MEMGPUIF */
|
||||
state->junk._ITOP = 20;
|
||||
state->junk._TOP = 10;
|
||||
|
||||
|
|
Loading…
Reference in a new issue