From 7ce80c0dfc8a05db6eea89a182dc457425043e37 Mon Sep 17 00:00:00 2001 From: yosiokat Date: Tue, 1 Jul 2008 00:56:36 +0000 Subject: [PATCH] =?UTF-8?q?WDSTest,=20WDSWrapperTest=E3=81=8C=E3=83=93?= =?UTF-8?q?=E3=83=AB=E3=83=89=E3=81=A7=E3=81=8D=E3=82=8B=E3=82=88=E3=81=86?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1749 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/tests/WDSTest/src/main.c | 18 +++++++++++++++++- build/tests/WDSWrapperTest/src/main.c | 18 +++++++++++++++++- 2 files changed, 34 insertions(+), 2 deletions(-) diff --git a/build/tests/WDSTest/src/main.c b/build/tests/WDSTest/src/main.c index 37840164..e896b5bb 100644 --- a/build/tests/WDSTest/src/main.c +++ b/build/tests/WDSTest/src/main.c @@ -1,5 +1,21 @@ +/*---------------------------------------------------------------------------* + Project: TwlIPL - tests - WDSTest + File: main.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$ + *---------------------------------------------------------------------------*/ #include -#include "WDS.h" +#include // ヒープ初期化関数 static void InitializeAllocateSystem(void); diff --git a/build/tests/WDSWrapperTest/src/main.c b/build/tests/WDSWrapperTest/src/main.c index cda0d08c..a469ab42 100644 --- a/build/tests/WDSWrapperTest/src/main.c +++ b/build/tests/WDSWrapperTest/src/main.c @@ -1,4 +1,20 @@ -#include "WDSWrapper.h" +/*---------------------------------------------------------------------------* + Project: TwlIPL - tests - WDSWrapperTest + File: main.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$ + *---------------------------------------------------------------------------*/ +#include // Vブランク関数 static void VBlankIntr(void)