mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 16:39:36 +01:00
* Fixed libndsfpc building
- Removed some deprecated examples about libnds filesystem git-svn-id: trunk@19260 -
This commit is contained in:
parent
f3626b4b80
commit
8ce243eafd
@ -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]
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
#
|
||||
|
||||
[target]
|
||||
dirs=embedded_gbfs libfat nitrofs
|
||||
dirs=libfat nitrofs
|
||||
|
||||
[require]
|
||||
packages=libndsfpc
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
#
|
||||
|
||||
[target]
|
||||
dirs=access_dir access_file
|
||||
dirs=libfatdir
|
||||
|
||||
[require]
|
||||
packages=libndsfpc
|
||||
|
||||
@ -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;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user