mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Implement as genuine a set_irq_level function for the sim as possible. The yield added earlier is still nescessary since other threads won't run anyway while viewing the database screen on either sim or target.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15321 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f026c0fc82
commit
d6af287397
6 changed files with 184 additions and 52 deletions
|
@ -113,6 +113,10 @@
|
|||
|
||||
#include "cuesheet.h"
|
||||
|
||||
#ifdef SIMULATOR
|
||||
#include "system-sdl.h"
|
||||
#endif
|
||||
|
||||
/*#define AUTOROCK*/ /* define this to check for "autostart.rock" on boot */
|
||||
|
||||
const char appsversion[]=APPSVERSION;
|
||||
|
@ -267,6 +271,7 @@ static void init(void)
|
|||
{
|
||||
init_threads();
|
||||
buffer_init();
|
||||
set_irq_level(0);
|
||||
lcd_init();
|
||||
#ifdef HAVE_REMOTE_LCD
|
||||
lcd_remote_init();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue