mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-27 04:25:12 +00:00
fix string
This commit is contained in:
parent
b829f5eeb2
commit
74a3acdfa1
@ -47,7 +47,7 @@ void ModuleList::Draw() {
|
||||
if (module.is_sys_module) {
|
||||
TextColored({0.0f, 1.0f, 0.0f, 1.0f}, "System Module");
|
||||
} else {
|
||||
TextColored({1.0f, 0.0f, 0.0f, 1.0f}, "User Module");
|
||||
TextColored({1.0f, 0.0f, 0.0f, 1.0f}, "Game Module");
|
||||
}
|
||||
}
|
||||
EndTable();
|
||||
|
Loading…
Reference in New Issue
Block a user