mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-03-21 01:53:15 +00:00
fixup! hle: kernel: Add initial impl. of KAutoObject.
This commit is contained in:
parent
91d8657959
commit
9bae3992e6
@ -41,7 +41,7 @@ public:
|
|||||||
virtual TypeObj GetTypeObj() const { \
|
virtual TypeObj GetTypeObj() const { \
|
||||||
return GetStaticTypeObj(); \
|
return GetStaticTypeObj(); \
|
||||||
} \
|
} \
|
||||||
virtual const char* GetTypeName() { \
|
virtual const char* GetTypeName() const { \
|
||||||
return GetStaticTypeName(); \
|
return GetStaticTypeName(); \
|
||||||
} \
|
} \
|
||||||
\
|
\
|
||||||
|
Loading…
Reference in New Issue
Block a user