mirror of
https://github.com/rvtr/TwlIPL_commit-99.git
synced 2025-10-31 06:21:11 -04:00
94 lines
2.8 KiB
HTML
Executable File
94 lines
2.8 KiB
HTML
Executable File
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||
<HTML>
|
||
<HEAD>
|
||
<META http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
|
||
<META http-equiv="Content-Style-Type" content="text/css">
|
||
<TITLE>関数リファレンストップページ</TITLE>
|
||
<LINK rel="stylesheet" href="css/main.css">
|
||
</HEAD>
|
||
<BODY>
|
||
|
||
<DIV class="title">
|
||
<IMG src="img/logo-b.gif" alt="NITRO-System" width="480" height="120"><BR>
|
||
関数リファレンスマニュアル<BR>
|
||
(日本語版)
|
||
</DIV>
|
||
<DIV class="version">
|
||
NITRO-System 2008年04月08日版対応
|
||
</DIV>
|
||
|
||
<P class="confidential">
|
||
"Confidential"
|
||
</P>
|
||
<P class="caution-en">
|
||
This document contains confidential and proprietary information of Nintendo
|
||
and is also protected under the copyright laws of the United States and
|
||
foreign countries. No part of this document may be released, distributed,
|
||
transmitted or reproduced in any form or by any electronic or mechanical
|
||
means, including information storage and retrieval systems, without permission
|
||
in writing from Nintendo.
|
||
</P>
|
||
|
||
<P class="caution-jp">
|
||
[注意!] このドキュメントの内容は、秘密情報であるため、厳重な取扱い、管理を行なってください。
|
||
</P>
|
||
|
||
<P class="copyright">
|
||
© 2004-2008 Nintendo. All rights reserved.
|
||
</P>
|
||
<P class="browser">
|
||
Microsoft Internet Explorer 5.0以降推奨
|
||
</P>
|
||
|
||
|
||
<HR>
|
||
<H1 class="caution">注意事項</H1>
|
||
<H2 class="caution">マルチスレッドでの動作について</H2>
|
||
<P class="caution">
|
||
NITRO-Systemライブラリは、基本的にスレッドセーフ(マルチスレッドに対応した形)に設計されていません。
|
||
このため、NITRO-Systemの各ライブラリのAPIを割り込みハンドラや異なるスレッドから呼び出した場合、
|
||
正常に動作しない可能性があります。
|
||
</P>
|
||
<P class="caution">
|
||
ただし、サウンドドライバ(SND)の関数はスレッドセーフですので、
|
||
割り込みハンドラや異なるスレッドから呼び出すことができます。
|
||
</P>
|
||
|
||
<H2 class="caution">除算器の使用について</H2>
|
||
<P class="caution">
|
||
NITRO-SystemのG2DおよびG3Dライブラリでは除算器を使用しています。
|
||
そのため、割り込み処理内で除算器の状態の退避/復元を行わずにNITRO-Systemを使用しますと、
|
||
割り込み元の演算結果を破壊してしまう可能性があります。
|
||
があります。
|
||
</P>
|
||
<P class="caution">
|
||
割り込み処理でNITRO-Systemを使用する場合には、
|
||
NITRO-SDKのCP_SaveContext(),CP_RestoreContext()を使用して、
|
||
除算器の状態を退避・復元するようにしてください。
|
||
</P>
|
||
|
||
|
||
<HR>
|
||
<H1>今回の関数リファレンスにおける新規・変更点《2008/04/08》</H1>
|
||
|
||
<H2>変更</H2>
|
||
<TABLE>
|
||
<TBODY>
|
||
<TR><TD><A href="demos/g3d/g3ddemos.html">G3Dサンプルデモ</A></TD></TR>
|
||
<TR><TD><A href="mcs/win/NNS_McsOpenStreamEx.html">NNS_McsOpenStreamEx</A></TD></TR>
|
||
</TBODY>
|
||
</TABLE>
|
||
|
||
<H2>削除</H2>
|
||
<TABLE>
|
||
<TBODY>
|
||
<TR><TD>NNS_G2dDrawNode</TD></TR>
|
||
<TR><TD>NNS_G2dGetSizeReqiredVramTransferCellDataBank</TD></TR>
|
||
</TBODY>
|
||
</TABLE>
|
||
|
||
<BR>
|
||
<BR>
|
||
</BODY>
|
||
</HTML>
|