mirror of
https://github.com/Gericom/GBARunner3.git
synced 2025-06-18 19:25:41 -04:00
Fixed typo
This commit is contained in:
parent
cc0f405412
commit
ecf0bbd13f
@ -17,7 +17,7 @@ public:
|
||||
/// @brief Specifies whether the instruction cache should be enabled on iwram and ewram.
|
||||
bool16 enableWramInstructionCache = true;
|
||||
|
||||
/// @brief Specifies whether the data cache should be enabled on main ram.
|
||||
/// @brief Specifies whether the instruction cache should be enabled on main ram.
|
||||
bool16 enableMainRamInstructionCache = true;
|
||||
|
||||
/// @brief Specifies whether the data cache should be enabled on ewram.
|
||||
|
Loading…
Reference in New Issue
Block a user