2017-09-11 22:37:32 +00:00
|
|
|
/****************************************************************************
|
|
|
|
* *
|
|
|
|
* 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,
|
2019-01-21 05:45:52 +00:00
|
|
|
Set_Buffer,
|
2017-10-13 00:49:08 +00:00
|
|
|
};
|