mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 07:38:02 -05:00
Kernel: Remove useless/duplicated comments; mark functions static
This commit is contained in:
@ -69,7 +69,7 @@ ResultCode ClearEvent(Handle handle) {
|
||||
* @param name Optional name of event
|
||||
* @return Newly created Event object
|
||||
*/
|
||||
Event* CreateEvent(Handle& handle, const ResetType reset_type, const std::string& name) {
|
||||
static Event* CreateEvent(Handle& handle, const ResetType reset_type, const std::string& name) {
|
||||
Event* evt = new Event;
|
||||
|
||||
// TOOD(yuriks): Fix error reporting
|
||||
|
Reference in New Issue
Block a user