mirror of
https://github.com/wiiu-env/WiiUPluginLoaderBackend.git
synced 2026-09-07 11:28:29 -05:00
Fix WUPSConfigItemV1::onCloseCallback
This commit is contained in:
@@ -81,6 +81,7 @@ namespace WUPSConfigAPIBackend {
|
||||
void WUPSConfigItemV1::onCloseCallback() {
|
||||
if (this->mCallbacks.callCallback == nullptr) {
|
||||
DEBUG_FUNCTION_LINE_VERBOSE("callCallback callback not implemented. [%s]", mDisplayName.c_str());
|
||||
return;
|
||||
}
|
||||
if (mDefaultValue != getCurrentValueDisplay()) {
|
||||
this->mCallbacks.callCallback(mContext);
|
||||
|
||||
Reference in New Issue
Block a user