mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
WDSのエラー修正。WDSWrapper追加。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/branches/20080626_SDK500fc_plus5_branch@1738 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
270ee9d70f
commit
a18c6a7937
@ -30,7 +30,7 @@ TWL_PROC = ARM9
|
|||||||
|
|
||||||
SUBDIRS =
|
SUBDIRS =
|
||||||
|
|
||||||
SRCS = WDS.c
|
SRCS = WDS.c WDSWrapper.c
|
||||||
|
|
||||||
TARGET_LIB = WDS$(TWL_LIBSUFFIX).a
|
TARGET_LIB = WDS$(TWL_LIBSUFFIX).a
|
||||||
|
|
||||||
|
|||||||
@ -1,3 +1,20 @@
|
|||||||
|
/*---------------------------------------------------------------------------*
|
||||||
|
Project: TwlIPL
|
||||||
|
File: WDS.c
|
||||||
|
|
||||||
|
Copyright 2007 Nintendo. All rights reserved.
|
||||||
|
|
||||||
|
These coded instructions, statements, and computer programs contain
|
||||||
|
proprietary information of Nintendo of America Inc. and/or Nintendo
|
||||||
|
Company Ltd., and are protected by Federal copyright law. They may
|
||||||
|
not be disclosed to third parties or copied or duplicated in any form,
|
||||||
|
in whole or in part, without the prior written consent of Nintendo.
|
||||||
|
|
||||||
|
$Date:: $
|
||||||
|
$Rev$
|
||||||
|
$Author$
|
||||||
|
*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
//**********************************************************************
|
//**********************************************************************
|
||||||
/**
|
/**
|
||||||
// @file WDS.c
|
// @file WDS.c
|
||||||
|
|||||||
@ -1,3 +1,20 @@
|
|||||||
|
/*---------------------------------------------------------------------------*
|
||||||
|
Project: TwlIPL
|
||||||
|
File: WDS.c
|
||||||
|
|
||||||
|
Copyright 2007 Nintendo. All rights reserved.
|
||||||
|
|
||||||
|
These coded instructions, statements, and computer programs contain
|
||||||
|
proprietary information of Nintendo of America Inc. and/or Nintendo
|
||||||
|
Company Ltd., and are protected by Federal copyright law. They may
|
||||||
|
not be disclosed to third parties or copied or duplicated in any form,
|
||||||
|
in whole or in part, without the prior written consent of Nintendo.
|
||||||
|
|
||||||
|
$Date:: $
|
||||||
|
$Rev$
|
||||||
|
$Author$
|
||||||
|
*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
//**********************************************************************
|
//**********************************************************************
|
||||||
/**
|
/**
|
||||||
// @file WDSWrapper.c
|
// @file WDSWrapper.c
|
||||||
@ -8,7 +25,7 @@
|
|||||||
// @version 01.00
|
// @version 01.00
|
||||||
//
|
//
|
||||||
***********************************************************************/
|
***********************************************************************/
|
||||||
#include "WDSWrapper.h"
|
#include <sysmenu/WDSWrapper.h>
|
||||||
#ifdef WDS_WITHDWC
|
#ifdef WDS_WITHDWC
|
||||||
#include <dwc.h>
|
#include <dwc.h>
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@ -18,7 +18,7 @@ extern "C" {
|
|||||||
//-----------------------------------------------------
|
//-----------------------------------------------------
|
||||||
// Include
|
// Include
|
||||||
//-----------------------------------------------------
|
//-----------------------------------------------------
|
||||||
#include "WDS.h"
|
#include <sysmenu/WDS.h>
|
||||||
|
|
||||||
//-----------------------------------------------------
|
//-----------------------------------------------------
|
||||||
// Macros
|
// Macros
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user