mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-17 14:02:08 -07: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