mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-18 18:50:50 -04: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