mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2026-01-26 17:34:04 +01:00
settings,uisettings: Remove leading underscore
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
|
||||
namespace Settings {
|
||||
|
||||
#ifndef _CANNOT_EXPLICITLY_INSTANTIATE
|
||||
#ifndef CANNOT_EXPLICITLY_INSTANTIATE
|
||||
#define SETTING(TYPE, RANGED) template class Setting<TYPE, RANGED>
|
||||
#define SWITCHABLE(TYPE, RANGED) template class SwitchableSetting<TYPE, RANGED>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user