mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 02:47:56 -05:00
kernel: Make some functions const
This commit is contained in:
@ -86,7 +86,7 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
bool IsValid(Handle handle);
|
||||
bool IsValid(Handle handle) const;
|
||||
|
||||
template <class T>
|
||||
T* Get(Handle handle) {
|
||||
@ -142,7 +142,7 @@ public:
|
||||
Object* &operator [](Handle handle);
|
||||
void List();
|
||||
void Clear();
|
||||
int GetCount();
|
||||
int GetCount() const;
|
||||
|
||||
private:
|
||||
|
||||
|
Reference in New Issue
Block a user