forked from len0rd/rockbox
Patch #1401999 by Karl Kurbjun - Rockboy color, sound support, and speedups
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8324 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
640eeabfe1
commit
cf218e33ec
12 changed files with 196 additions and 102 deletions
|
@ -73,7 +73,7 @@ void emu_run(void)
|
|||
#if !defined(SIMULATOR) && defined(HAVE_ADJUSTABLE_CPU_FREQ)
|
||||
rb->cpu_boost(true);
|
||||
#endif
|
||||
while(shut==0)
|
||||
while(!shut)
|
||||
{
|
||||
cpu_emulate(2280);
|
||||
while (R_LY > 0 && R_LY < 144)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue