mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-08 07:20:16 +00:00
kb -> kB
This commit is contained in:
parent
4e1a4dcf8a
commit
6fae6a708f
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ s32 Room_DecodeJpeg(void* data) {
|
||||||
osSyncPrintf("成功…だと思う。 time = %6.3f ms \n", OS_CYCLES_TO_USEC(time) / 1000.0f);
|
osSyncPrintf("成功…だと思う。 time = %6.3f ms \n", OS_CYCLES_TO_USEC(time) / 1000.0f);
|
||||||
// "Writing back to original address from work buffer."
|
// "Writing back to original address from work buffer."
|
||||||
osSyncPrintf("ワークバッファから元のアドレスに書き戻します。\n");
|
osSyncPrintf("ワークバッファから元のアドレスに書き戻します。\n");
|
||||||
// "If the original buffer size isn't at least 150kb, it will be out of control."
|
// "If the original buffer size isn't at least 150kB, it will be out of control."
|
||||||
osSyncPrintf("元のバッファのサイズが150キロバイト無いと暴走するでしょう。\n");
|
osSyncPrintf("元のバッファのサイズが150キロバイト無いと暴走するでしょう。\n");
|
||||||
|
|
||||||
bcopy(gZBuffer, data, sizeof(u16[SCREEN_HEIGHT][SCREEN_WIDTH]));
|
bcopy(gZBuffer, data, sizeof(u16[SCREEN_HEIGHT][SCREEN_WIDTH]));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue