Fix a few mistakes.

This commit is contained in:
Skyth
2024-09-22 01:51:04 +03:00
parent 1bfeb0a7c4
commit 126d5c3aee
3 changed files with 4 additions and 3 deletions

View File

@@ -132,7 +132,7 @@ void TestRecompiler::RecompileTests(const char* srcDirectoryPath, const char* ds
std::println(file, "PPC_FUNC({});\n", symbol->second);
std::println(file, "void {}(uint8_t* base) {{", name);
std::println(file, "\tPPCContext ctx{{}};");
std::println(file, "\tctx.fpscr.loadFromGuest();");
std::println(file, "\tctx.fpscr.loadFromHost();");
while (getline() && !str.empty() && str[0] == '#')
{