mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-07-29 10:09:15 +02:00
Fix incorrect streamout buffer index in GS + refactor various code (#258)
This commit is contained in:
@@ -577,7 +577,7 @@ namespace CafeSystem
|
||||
const auto file = fsc_open(rpxPath.c_str(), FSC_ACCESS_FLAG::OPEN_FILE | FSC_ACCESS_FLAG::READ_PERMISSION, &status);
|
||||
if (file)
|
||||
{
|
||||
_pathToExecutable = rpxPath;
|
||||
_pathToExecutable = std::move(rpxPath);
|
||||
fsc_close(file);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user