(conforming to ISO9660)
SEGA ENTERPRISES, LTD.
CONFIDENTIAL — PROPERTY OF SEGA — # 66
Ver 2.00 Feb. 24-'92
対象: Tile Texture Reuse Codec(TTRC)
期間: 2026-07-26
最終main: encoder e139 / player p97 / eed9d704262820d2ef940b57a87487aaab193659
全編認定録画: 30fps profileはe139/p96、15fps profileはe139/p97
H40の代表4プロファイルを、解像度、fps、cold cap、フィルタ、palette、ditherなどの目標画質設定を下げずに、DEBUG HUDでFAILしない状態へ戻した。
| <?php | |
| define("READ_START_SYMBOL", "# ---auto update---"); | |
| define("READ_END_SYMBOL", "# ---/auto update---"); | |
| // | |
| function notify_update($name, $from, $to) { | |
| echo "updated '".$name."' from ".$from." to ".$to."\n"; | |
| } |
| sys_rb_usr=/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr | |
| sdk_rb_usr=`xcode-select -p`/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr | |
| sudo cp -r $sdk_rb_usr/include $sys_rb_usr/include |