mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 14:34:38 +02:00
Typo fix.
@@ -167,7 +167,7 @@ This only works for the Option type configuration option
|
||||
Takes the OptionName that was defined in the configuration
|
||||
- Example
|
||||
```c++
|
||||
if (OptionEnable(BEVEL)) { /* Do Stuff*/ }
|
||||
if (OptionEnabled(BEVEL)) { /* Do Stuff*/ }
|
||||
```
|
||||
***
|
||||
```c++
|
||||
|
Reference in New Issue
Block a user