mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-18 09:24:58 +00:00
improved symbols_resolver and output
This commit is contained in:
parent
540c21d382
commit
f2f04142b0
2 changed files with 5 additions and 5 deletions
|
@ -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());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue