HLE: Clean up SVC dispatch mechanism

This commit is contained in:
Yuri Kunde Schlesner 2015-05-06 00:04:25 -03:00
parent 9cdfe5d864
commit ecff2351a1
5 changed files with 40 additions and 79 deletions

View file

@ -41,6 +41,6 @@ enum ArbitrationType {
namespace SVC {
void Register();
void CallSVC(u32 opcode);
} // namespace