libstrat: automatically detect+format rawdata structs correctly.
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
|
||||
static bool g_is_maintenance_boot = false;
|
||||
|
||||
void BootModeService::GetBootMode(Out<bool> out) {
|
||||
void BootModeService::GetBootMode(Out<u32> out) {
|
||||
out.SetValue(g_is_maintenance_boot);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user