mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-12-24 19:11:47 +01:00
5129d2ae78
We need move-assignment semantics to viably utilize these objects as class members, they cannot be replaced without move-assign (or copy-assign but that is undesirable here). This commit fixes that by introducing a move assignment operator to them while making the `slot` a pointer which has the necessary nullability semantics. |
||
---|---|---|
.. | ||
skyline | ||
driver_jni.cpp | ||
emu_jni.cpp | ||
loader_jni.cpp |