mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 13:31:27 +12:00
LLVM CPU override option
This commit is contained in:
parent
b45cea1434
commit
07646c2124
3 changed files with 11 additions and 4 deletions
|
@ -41,7 +41,7 @@ class jit_compiler final
|
|||
void init();
|
||||
|
||||
public:
|
||||
jit_compiler(std::unordered_map<std::string, std::uintptr_t>);
|
||||
jit_compiler(std::unordered_map<std::string, std::uintptr_t>, std::string _cpu);
|
||||
~jit_compiler();
|
||||
|
||||
// Compile module
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue