mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 18:37:58 -05:00
settings,uisettings: Remove leading underscore
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
|
||||
#include "yuzu/uisettings.h"
|
||||
|
||||
#ifndef _CANNOT_EXPLICITLY_INSTANTIATE
|
||||
#ifndef CANNOT_EXPLICITLY_INSTANTIATE
|
||||
namespace Settings {
|
||||
template class Setting<bool>;
|
||||
template class Setting<std::string>;
|
||||
|
Reference in New Issue
Block a user