Skip to content

Commit f57297b

Browse files
authored
Update ini.md
1 parent 4f59d1a commit f57297b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/advanced/ini.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,9 @@ custom_aspect_ratio_1=8:7
102102

103103
The Menu core can have its own settings too. Create a section named `[Menu]` to specify settings for it.
104104

105-
You can also make exceptions for all Arcade cores with the `[arcade]` header in the same way, and you can have separate settings for vertical arcade cores by using `[arcade_vertical]` because you may want a different video preset by default for vertical oriented arcard cores.
105+
You can also make exceptions for all Arcade cores with the `[arcade]` header in the same way, and you can have separate settings for vertical arcade cores by using `[arcade_vertical]` because you may want a different video preset by default for vertical oriented arcard cores, like this example:
106+
107+
```
108+
[arcade_vertical]
109+
direct_video=0
110+
```

0 commit comments

Comments
 (0)