project64/Source/Project64-audio/SettingsID.h

26 lines
1.0 KiB
C
Raw Normal View History

/****************************************************************************
* *
* 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
{
2017-09-25 12:00:04 +00:00
Set_Volume,
2017-09-14 08:07:12 +00:00
Set_Logging_MD5,
Set_Logging_Thread,
Set_Logging_Path,
Set_Logging_InitShutdown,
Set_Logging_Interface,
Set_Logging_Driver,
2017-10-13 00:49:08 +00:00
Set_TinyBuffer,
2017-10-13 00:49:49 +00:00
Set_FPSBuffer,
2017-10-13 00:49:08 +00:00
};