diff --git a/Cores/DeltaCore b/Cores/DeltaCore index 602cf73..c40ae8b 160000 --- a/Cores/DeltaCore +++ b/Cores/DeltaCore @@ -1 +1 @@ -Subproject commit 602cf730167692b68a0bfa679756ed39f92f5765 +Subproject commit c40ae8b069433159627903b43b4b4154d9a03ea2 diff --git a/Cores/N64DeltaCore b/Cores/N64DeltaCore index a55e0c9..d669530 160000 --- a/Cores/N64DeltaCore +++ b/Cores/N64DeltaCore @@ -1 +1 @@ -Subproject commit a55e0c981057a2a043d2d63b9a2aaa52bf82d532 +Subproject commit d66953070113b961adb55b44ee6d20f00947b6fd diff --git a/Delta/Extensions/Input+Display.swift b/Delta/Extensions/Input+Display.swift index c35c32f..734a6f4 100644 --- a/Delta/Extensions/Input+Display.swift +++ b/Delta/Extensions/Input+Display.swift @@ -124,6 +124,8 @@ extension Input case .leftTrigger: return NSLocalizedString("L2", comment: "") case .rightShoulder: return NSLocalizedString("R1", comment: "") case .rightTrigger: return NSLocalizedString("R2", comment: "") + case .start: return NSLocalizedString("Start", comment: "") + case .select: return NSLocalizedString("Select", comment: "") } case .controller(.keyboard):