mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 02:38:37 +12:00
PPUJIT: Convert tabs to spaces
This commit is contained in:
parent
85648da706
commit
4272ec7a82
2 changed files with 2 additions and 2 deletions
|
@ -1999,7 +1999,7 @@ void Compiler::BC(u32 bo, u32 bi, s32 bd, u32 aa, u32 lk) {
|
|||
}
|
||||
|
||||
void Compiler::HACK(u32 index) {
|
||||
Call<void>("execute_ps3_func_by_index", &execute_ps3_func_by_index, m_state.args[CompileTaskState::Args::State], m_ir_builder->getInt32(index));
|
||||
Call<void>("execute_ps3_func_by_index", &execute_ps3_func_by_index, m_state.args[CompileTaskState::Args::State], m_ir_builder->getInt32(index));
|
||||
}
|
||||
|
||||
void Compiler::SC(u32 lev) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue