mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 13:31:27 +12:00
Implement jit_compiler::check
Instead of checking file existence (because file may be damaged).
This commit is contained in:
parent
7939160178
commit
91d80aa7b9
3 changed files with 17 additions and 1 deletions
|
@ -171,6 +171,9 @@ public:
|
|||
// Add object (path to obj file)
|
||||
void add(const std::string& path);
|
||||
|
||||
// Check object file
|
||||
static bool check(const std::string& path);
|
||||
|
||||
// Finalize
|
||||
void fin();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue