/*---------------------------------------------------------------------------* Project: NintendoWare File: ut_Config.h Copyright (C)2009-2010 Nintendo Co., Ltd./HAL Laboratory, Inc. 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. $Revision: $ *---------------------------------------------------------------------------*/ #ifndef NW_UT_CONFIG_H_ #define NW_UT_CONFIG_H_ // TODO: このファイルに記述したマクロは必ずマクロ一覧ページへ記載してください。 //! このマクロを定義すると MoveArray クラスの「メモリを自動拡張する機能」が有効になります。 #define NW_MOVE_ARRAY_VARIABILITY_ENABLED //! このマクロを定義すると MoveArray クラスでメモリを確保する際に、キャッシュのアライメントにそろえるようになります。 #define NW_MOVE_ARRAY_CACHE_LINE_ALIGNMENT_ENABLED //! このマクロを定義すると Signal クラスで複数の Slot が管理できるようになります。 #define NW_SIGNAL_MULTI_SLOT_ENABLED #endif // NW_UT_CONFIG_H_