mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-20 14:37:55 -05:00
Clang Format and Documentation.
This commit is contained in:
@ -1361,7 +1361,8 @@ public:
|
||||
void CallMethod(u32 method, u32 method_argument, bool is_last_call) override;
|
||||
|
||||
/// Write multiple values to the register identified by method.
|
||||
void CallMultiMethod(u32 method, const u32* base_start, u32 amount, u32 methods_pending) override;
|
||||
void CallMultiMethod(u32 method, const u32* base_start, u32 amount,
|
||||
u32 methods_pending) override;
|
||||
|
||||
/// Write the value to the register identified by method.
|
||||
void CallMethodFromMME(u32 method, u32 method_argument);
|
||||
|
Reference in New Issue
Block a user