mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-30 14:18:44 +00:00
Typo fix.
parent
bfee4eb262
commit
87833ef73e
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ This only works for the Option type configuration option
|
||||||
Takes the OptionName that was defined in the configuration
|
Takes the OptionName that was defined in the configuration
|
||||||
- Example
|
- Example
|
||||||
```c++
|
```c++
|
||||||
if (OptionEnable(BEVEL)) { /* Do Stuff*/ }
|
if (OptionEnabled(BEVEL)) { /* Do Stuff*/ }
|
||||||
```
|
```
|
||||||
***
|
***
|
||||||
```c++
|
```c++
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue