Skip to content

Commit f48e1d1

Browse files
authored
Fix typo in preset name for The House Of The Dead 2
Head 2 -> Dead 2
1 parent 0b8ffc9 commit f48e1d1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/layout_presets.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ Do not adjust the gun on the IONA side, adjust the gun in the game in its initia
325325
IONA側のガンアジャストはせず、初期状態でゲーム内ガンアジャストをしてください。`,
326326
});
327327

328-
appendPreset('The House Of The Head 2 / Gamepad', [
328+
appendPreset('The House Of The Dead 2 / Gamepad', [
329329
// Core
330330
0x08, 0x00, 0x04,
331331
// Analog Map
@@ -1172,4 +1172,4 @@ Layout is very similar to previous console releases.
11721172
* セレクトとスタートでコイン/スタートを操作します。`,
11731173
});
11741174

1175-
applyPreset(0);
1175+
applyPreset(0);

0 commit comments

Comments
 (0)