public class JSIDDeviceConfig extends Object
Modifier and Type | Class and Description |
---|---|
class |
JSIDDeviceConfig.compareReSidFilterNames
ReSid device names are sorted by filter strength and SID model
|
Modifier and Type | Field and Description |
---|---|
protected IniReader |
iniReader |
protected static int |
REQUIRED_CONFIG_VERSION
Bump this each time you want to invalidate jsiddevice.ini files on disk
|
Constructor and Description |
---|
JSIDDeviceConfig(boolean createIfNotExists) |
Modifier and Type | Method and Description |
---|---|
IniJSIDDeviceAudioSection |
audio() |
IFilterSection |
getFilter(String filterName) |
String[] |
getFilterList() |
IniJSIDDeviceSection |
jsiddevice() |
void |
write() |
protected static final int REQUIRED_CONFIG_VERSION
protected IniReader iniReader
public IFilterSection getFilter(String filterName)
public String[] getFilterList()
public void write()
public IniJSIDDeviceSection jsiddevice()
public final IniJSIDDeviceAudioSection audio()
Copyright © 2018 Ken Händel. All rights reserved.