mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
15 lines
117 B
Text
15 lines
117 B
Text
options
|
|
{
|
|
flags = 0x100;
|
|
}
|
|
|
|
sources
|
|
{
|
|
hwstub = extern(0);
|
|
}
|
|
|
|
section(0)
|
|
{
|
|
load hwstub > 0;
|
|
jump 0;
|
|
}
|