project64/Source/Project64-audio/SettingsID.h

26 lines
1.0 KiB
C

/****************************************************************************
* *
* Project64-audio - A Nintendo 64 audio plugin. *
* http://www.pj64-emu.com/ *
* Copyright (C) 2017 Project64. All rights reserved. *
* *
* License: *
* GNU/GPLv2 http://www.gnu.org/licenses/gpl-2.0.html *
* *
****************************************************************************/
#pragma once
#include <Settings/Settings.h>
enum
{
Set_Volume,
Set_Logging_MD5,
Set_Logging_Thread,
Set_Logging_Path,
Set_Logging_InitShutdown,
Set_Logging_Interface,
Set_Logging_Driver,
Set_TinyBuffer,
Set_FPSBuffer,
};