mirror of
https://github.com/yxrei/bemani-guide.git
synced 2024-11-13 18:00:49 +01:00
Merge pull request #63 from scrib-bler/feature/chunithm
Updated CHUNITHM guides to reflect segatools change from [gpio] to [system]
This commit is contained in:
commit
2ea7e2afc8
@ -159,7 +159,7 @@
|
|||||||
setting. Do not add another key.
|
setting. Do not add another key.
|
||||||
|
|
||||||
```ini
|
```ini
|
||||||
[gpio]
|
[system]
|
||||||
dipsw2=1
|
dipsw2=1
|
||||||
dipsw2=1 ; WRONG!
|
dipsw2=1 ; WRONG!
|
||||||
```
|
```
|
||||||
@ -178,14 +178,18 @@
|
|||||||
appdata=../../AppData
|
appdata=../../AppData
|
||||||
```
|
```
|
||||||
|
|
||||||
#### `[gpio]`
|
#### `[system] (formerly [gpio])`
|
||||||
|
|
||||||
|
!!! warning
|
||||||
|
|
||||||
|
As of 2024-08-20, the [gpio] section in segatools has been renamed to [system].
|
||||||
|
|
||||||
!!! tip ""
|
!!! tip ""
|
||||||
|
|
||||||
- If you have a 120Hz monitor, set `dipsw2` and `dipsw3` to 0:
|
- If you have a 120Hz monitor, set `dipsw2` and `dipsw3` to 0:
|
||||||
|
|
||||||
```ini
|
```ini
|
||||||
[gpio]
|
[system]
|
||||||
dipsw2=0
|
dipsw2=0
|
||||||
dipsw3=0
|
dipsw3=0
|
||||||
```
|
```
|
||||||
@ -193,7 +197,7 @@
|
|||||||
- If you have a 60Hz monitor, set `dipsw2` and `dipsw3` to 1:
|
- If you have a 60Hz monitor, set `dipsw2` and `dipsw3` to 1:
|
||||||
|
|
||||||
```ini
|
```ini
|
||||||
[gpio]
|
[system]
|
||||||
dipsw2=1
|
dipsw2=1
|
||||||
dipsw3=1
|
dipsw3=1
|
||||||
```
|
```
|
||||||
|
@ -159,7 +159,7 @@
|
|||||||
setting. Do not add another key.
|
setting. Do not add another key.
|
||||||
|
|
||||||
```ini
|
```ini
|
||||||
[gpio]
|
[system]
|
||||||
dipsw2=1
|
dipsw2=1
|
||||||
dipsw2=1 ; WRONG!
|
dipsw2=1 ; WRONG!
|
||||||
```
|
```
|
||||||
@ -178,14 +178,18 @@
|
|||||||
appdata=../../AppData
|
appdata=../../AppData
|
||||||
```
|
```
|
||||||
|
|
||||||
#### `[gpio]`
|
#### `[system] (formerly [gpio])`
|
||||||
|
|
||||||
|
!!! warning
|
||||||
|
|
||||||
|
As of 2024-08-20, the [gpio] section in segatools has been renamed to [system].
|
||||||
|
|
||||||
!!! tip ""
|
!!! tip ""
|
||||||
|
|
||||||
- If you have a 120Hz monitor, set `dipsw2` and `dipsw3` to 0:
|
- If you have a 120Hz monitor, set `dipsw2` and `dipsw3` to 0:
|
||||||
|
|
||||||
```ini
|
```ini
|
||||||
[gpio]
|
[system]
|
||||||
dipsw2=0
|
dipsw2=0
|
||||||
dipsw3=0
|
dipsw3=0
|
||||||
```
|
```
|
||||||
@ -193,7 +197,7 @@
|
|||||||
- If you have a 60Hz monitor, set `dipsw2` and `dipsw3` to 1:
|
- If you have a 60Hz monitor, set `dipsw2` and `dipsw3` to 1:
|
||||||
|
|
||||||
```ini
|
```ini
|
||||||
[gpio]
|
[system]
|
||||||
dipsw2=1
|
dipsw2=1
|
||||||
dipsw3=1
|
dipsw3=1
|
||||||
```
|
```
|
||||||
|
@ -159,7 +159,7 @@
|
|||||||
setting. Do not add another key.
|
setting. Do not add another key.
|
||||||
|
|
||||||
```ini
|
```ini
|
||||||
[gpio]
|
[system]
|
||||||
dipsw2=1
|
dipsw2=1
|
||||||
dipsw2=1 ; WRONG!
|
dipsw2=1 ; WRONG!
|
||||||
```
|
```
|
||||||
@ -178,14 +178,18 @@
|
|||||||
appdata=../../AppData
|
appdata=../../AppData
|
||||||
```
|
```
|
||||||
|
|
||||||
#### `[gpio]`
|
#### `[system] (formerly [gpio])`
|
||||||
|
|
||||||
|
!!! warning
|
||||||
|
|
||||||
|
As of 2024-08-20, the [gpio] section in segatools has been renamed to [system].
|
||||||
|
|
||||||
!!! tip ""
|
!!! tip ""
|
||||||
|
|
||||||
- If you have a 120Hz monitor, set `dipsw2` and `dipsw3` to 0:
|
- If you have a 120Hz monitor, set `dipsw2` and `dipsw3` to 0:
|
||||||
|
|
||||||
```ini
|
```ini
|
||||||
[gpio]
|
[system]
|
||||||
dipsw2=0
|
dipsw2=0
|
||||||
dipsw3=0
|
dipsw3=0
|
||||||
```
|
```
|
||||||
@ -193,7 +197,7 @@
|
|||||||
- If you have a 60Hz monitor, set `dipsw2` and `dipsw3` to 1:
|
- If you have a 60Hz monitor, set `dipsw2` and `dipsw3` to 1:
|
||||||
|
|
||||||
```ini
|
```ini
|
||||||
[gpio]
|
[system]
|
||||||
dipsw2=1
|
dipsw2=1
|
||||||
dipsw3=1
|
dipsw3=1
|
||||||
```
|
```
|
||||||
|
@ -159,7 +159,7 @@
|
|||||||
setting. Do not add another key.
|
setting. Do not add another key.
|
||||||
|
|
||||||
```ini
|
```ini
|
||||||
[gpio]
|
[system]
|
||||||
dipsw2=1
|
dipsw2=1
|
||||||
dipsw2=1 ; WRONG!
|
dipsw2=1 ; WRONG!
|
||||||
```
|
```
|
||||||
@ -178,14 +178,18 @@
|
|||||||
appdata=../../AppData
|
appdata=../../AppData
|
||||||
```
|
```
|
||||||
|
|
||||||
#### `[gpio]`
|
#### `[system] (formerly [gpio])`
|
||||||
|
|
||||||
|
!!! warning
|
||||||
|
|
||||||
|
As of 2024-08-20, the [gpio] section in segatools has been renamed to [system].
|
||||||
|
|
||||||
!!! tip ""
|
!!! tip ""
|
||||||
|
|
||||||
- If you have a 120Hz monitor, set `dipsw2` and `dipsw3` to 0:
|
- If you have a 120Hz monitor, set `dipsw2` and `dipsw3` to 0:
|
||||||
|
|
||||||
```ini
|
```ini
|
||||||
[gpio]
|
[system]
|
||||||
dipsw2=0
|
dipsw2=0
|
||||||
dipsw3=0
|
dipsw3=0
|
||||||
```
|
```
|
||||||
@ -193,7 +197,7 @@
|
|||||||
- If you have a 60Hz monitor, set `dipsw2` and `dipsw3` to 1:
|
- If you have a 60Hz monitor, set `dipsw2` and `dipsw3` to 1:
|
||||||
|
|
||||||
```ini
|
```ini
|
||||||
[gpio]
|
[system]
|
||||||
dipsw2=1
|
dipsw2=1
|
||||||
dipsw3=1
|
dipsw3=1
|
||||||
```
|
```
|
||||||
|
@ -159,7 +159,7 @@
|
|||||||
setting. Do not add another key.
|
setting. Do not add another key.
|
||||||
|
|
||||||
```ini
|
```ini
|
||||||
[gpio]
|
[system]
|
||||||
dipsw2=1
|
dipsw2=1
|
||||||
dipsw2=1 ; WRONG!
|
dipsw2=1 ; WRONG!
|
||||||
```
|
```
|
||||||
@ -178,14 +178,18 @@
|
|||||||
appdata=../../AppData
|
appdata=../../AppData
|
||||||
```
|
```
|
||||||
|
|
||||||
#### `[gpio]`
|
#### `[system] (formerly [gpio])`
|
||||||
|
|
||||||
|
!!! warning
|
||||||
|
|
||||||
|
As of 2024-08-20, the [gpio] section in segatools has been renamed to [system].
|
||||||
|
|
||||||
!!! tip ""
|
!!! tip ""
|
||||||
|
|
||||||
- If you have a 120Hz monitor, set `dipsw2` and `dipsw3` to 0:
|
- If you have a 120Hz monitor, set `dipsw2` and `dipsw3` to 0:
|
||||||
|
|
||||||
```ini
|
```ini
|
||||||
[gpio]
|
[system]
|
||||||
dipsw2=0
|
dipsw2=0
|
||||||
dipsw3=0
|
dipsw3=0
|
||||||
```
|
```
|
||||||
@ -193,7 +197,7 @@
|
|||||||
- If you have a 60Hz monitor, set `dipsw2` and `dipsw3` to 1:
|
- If you have a 60Hz monitor, set `dipsw2` and `dipsw3` to 1:
|
||||||
|
|
||||||
```ini
|
```ini
|
||||||
[gpio]
|
[system]
|
||||||
dipsw2=1
|
dipsw2=1
|
||||||
dipsw3=1
|
dipsw3=1
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user