Go to the source code of this file.
|
| typedef int | bool |
| | A signed integer used to contain boolean values.
|
- Todo
- Assumes
__PPCGEKKO__.
◆ true
bool true
- Todo
- Make this and false part of an
enum. Fake usages, such as assigning to a u32, will need to be addressed.
- Note
- Dolphin's TRUE macro is not supported.
◆ false
bool false
- Note
- Dolphin's FALSE macro is not supported.
◆ bool
A signed integer used to contain boolean values.
- Todo
- Maybe some versions of MetroWerks support
_Bool?
- Note
- Dolphin's BOOL macro is not supported.