mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 05:38:49 +00:00
improved symbols_resolver and output
This commit is contained in:
@@ -58,8 +58,9 @@ int main(int argc, char* argv[]) {
|
||||
if (std::filesystem::exists(sce_module_folder)) {
|
||||
for (const auto& entry : std::filesystem::directory_iterator(sce_module_folder)) {
|
||||
if (entry.path().filename() == "libc.prx") {
|
||||
// found = true;
|
||||
found = true;
|
||||
printf("%s\n", entry.path().string().c_str());
|
||||
linker->LoadModule(entry.path().string().c_str());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user