This commit is contained in:
sin365 2024-10-31 15:45:11 +08:00
parent aae3707ff0
commit fb463f9bc2
2 changed files with 2 additions and 4 deletions

View File

@ -46,7 +46,7 @@ public class UMAME : MonoBehaviour
#elif UNITY_ANDROID #elif UNITY_ANDROID
public static string EmuDataPath => Application.persistentDataPath; public static string EmuDataPath => Application.persistentDataPath;
#elif UNITY_PSP2 #elif UNITY_PSP2
public static string EmuDataPath => Application.dataPath; public static string EmuDataPath => "ux0:data/MAME.Unity";
#else #else
public static string EmuDataPath => Application.persistentDataPath; public static string EmuDataPath => Application.persistentDataPath;
#endif #endif

View File

@ -1,9 +1,7 @@
using AxiReplay; using MAME.Core;
using MAME.Core;
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Runtime.InteropServices.ComTypes;
using UnityEngine; using UnityEngine;
public class KeyCodeCore : IKeyboard public class KeyCodeCore : IKeyboard