mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-07 01:42:32 -07:00
dyncom: Pass SVC immediates directly.
Previously it would just re-read the already decoded instruction and extract the immediate value.
This commit is contained in:
@@ -41,6 +41,6 @@ enum ArbitrationType {
|
||||
|
||||
namespace SVC {
|
||||
|
||||
void CallSVC(u32 opcode);
|
||||
void CallSVC(u32 immediate);
|
||||
|
||||
} // namespace
|
||||
|
Reference in New Issue
Block a user