iidx30-31: small adjustement

This commit is contained in:
Akitake 2024-07-19 23:07:49 +02:00
parent 5f3663ae10
commit e1d4536773
No known key found for this signature in database
GPG Key ID: 5F1C5156823F3663
2 changed files with 4 additions and 4 deletions

View File

@ -27,11 +27,11 @@
This is the line that determines if the game will run in Standard (60 FPS) or Lightning (120 FPS) mode. This is the line that determines if the game will run in Standard (60 FPS) or Lightning (120 FPS) mode.
```xml ```xml
<spec __type="str">B</spec> <spec __type="str">A</spec>
``` ```
- ^^`B`^^ for Lightning (LDJ-010, TDJ, 120hz)
- ^^`A`^^ for Standard (LDJ-003, LDJ, 60hz) - ^^`A`^^ for Standard (LDJ-003, LDJ, 60hz)
- ^^`B`^^ for Lightning (LDJ-010, TDJ, 120hz)
--- ---
### Changing the game's language ### Changing the game's language

View File

@ -27,11 +27,11 @@
This is the line that determines if the game will run in Standard (60 FPS) or Lightning (120 FPS) mode. This is the line that determines if the game will run in Standard (60 FPS) or Lightning (120 FPS) mode.
```xml ```xml
<spec __type="str">B</spec> <spec __type="str">E</spec>
``` ```
- ^^`B`^^ for Lightning (LDJ-010, TDJ, 120hz)
- ^^`E`^^ for Standard (LDJ-012, LDJ, 60hz) - ^^`E`^^ for Standard (LDJ-012, LDJ, 60hz)
- ^^`B`^^ for Lightning (LDJ-010, TDJ, 120hz)
--- ---
### Changing the game's language ### Changing the game's language