mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2024-12-27 21:41:21 -08:00
b46e615551
The deleter can just be set in the constructor and maintained throughout the lifetime of the object. If a contained pointer is null, then the deleter won't execute, so this is safe to do. We don't need to swap it out with a version of a deleter that does nothing. |
||
---|---|---|
.. | ||
sdl_impl.cpp | ||
sdl_impl.h | ||
sdl.cpp | ||
sdl.h |