/*---------------------------------------------------------------------------* Project: NintendoWare File: ut_Config.h Copyright (C)2009-2011 Nintendo/HAL Laboratory, Inc. All rights reserved. These coded instructions, statements, and computer programs contain proprietary information of Nintendo and/or its licensed developers and are protected by national and international copyright laws. 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. The content herein is highly confidential and should be handled accordingly. $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_