psst
This commit is contained in:
@@ -4,13 +4,7 @@ using UnityEngine;
|
||||
namespace SplashEdit.RuntimeCode
|
||||
{
|
||||
|
||||
public enum PSXConnectionType
|
||||
{
|
||||
REAL_HARDWARE, // Unirom
|
||||
EMULATOR // PCSX-Redux
|
||||
}
|
||||
|
||||
[CreateAssetMenu(fileName = "PSXData", menuName = "Scriptable Objects/PSXData")]
|
||||
[CreateAssetMenu(fileName = "PSXData", menuName = "PSXSplash/PS1 Project Data")]
|
||||
public class PSXData : ScriptableObject
|
||||
{
|
||||
|
||||
@@ -19,20 +13,5 @@ namespace SplashEdit.RuntimeCode
|
||||
public bool DualBuffering = true;
|
||||
public bool VerticalBuffering = true;
|
||||
public List<ProhibitedArea> ProhibitedAreas = new List<ProhibitedArea>();
|
||||
|
||||
|
||||
// Connection settings
|
||||
public PSXConnectionType ConnectionType = PSXConnectionType.REAL_HARDWARE;
|
||||
|
||||
// Real hardware settings
|
||||
public string PortName = "COM3";
|
||||
public int BaudRate = 0;
|
||||
|
||||
// Emulator settings
|
||||
public string PCSXReduxPath = "";
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user