* Fixed libndsfpc building

- Removed some deprecated examples about libnds filesystem

git-svn-id: trunk@19260 -
This commit is contained in:
Legolas 2011-09-27 21:05:55 +00:00
parent f3626b4b80
commit 8ce243eafd
4 changed files with 5 additions and 4 deletions

View File

@ -7,7 +7,7 @@ name=libndsfpc
version=2.7.1
[target]
units=nds9 nds7 dswifi9 dswifi7 fat gbfs filesystem maxmod9 maxmod7
units=nds9 nds7 dswifi9 dswifi7 fat filesystem maxmod9 maxmod7
exampledirs=examples
[compiler]

View File

@ -3,7 +3,7 @@
#
[target]
dirs=embedded_gbfs libfat nitrofs
dirs=libfat nitrofs
[require]
packages=libndsfpc

View File

@ -3,7 +3,7 @@
#
[target]
dirs=access_dir access_file
dirs=libfatdir
[require]
packages=libndsfpc

View File

@ -42,10 +42,11 @@ const
// POWER_ALL : PM_Bits = PM_ARM9_DIRECT or POWER_ALL_2D or POWER_3D_CORE or POWER_MATRIX;
POWER_ALL : PM_Bits = (1 shl 16) or (1 shl 0) or (1 shl 1) or (1 shl 9) or (1 shl 3) or (1 shl 2);
procedure SystemSleep(); cdecl; external;
//procedure SystemSleep(); cdecl; external;
procedure ledBlink(bm: cint); cdecl; external;
{$ifdef ARM9}
procedure SystemSleep(); cdecl; external;
procedure powerOn(bits: cint); cdecl; external;
procedure powerOff(bits: cint); cdecl; external;