msvc build fix

This commit is contained in:
Flyinghead 2021-03-02 20:10:25 +01:00
parent 0c8815549c
commit c99b34e60c
1 changed files with 4 additions and 1 deletions

View File

@ -345,7 +345,9 @@ void update_armintc()
//
// Used by ARM7 Recompiler
//
namespace aicaarm::recompiler {
namespace aicaarm {
namespace recompiler {
//Emulate a single arm op, passed in opcode
@ -393,6 +395,7 @@ void DYNACALL MSR_do(u32 v)
template void DYNACALL MSR_do<0>(u32 v);
template void DYNACALL MSR_do<1>(u32 v);
}
}
#endif // FEAT_AREC != DYNAREC_NONE