mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Typo fix.
parent
bfee4eb262
commit
87833ef73e
@ -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++
|
||||
|
Loading…
Reference in New Issue
Block a user