From 979132391b2c3f68550e5d62016618ca80679b5f Mon Sep 17 00:00:00 2001 From: Sour Date: Wed, 25 Jan 2023 20:37:20 -0500 Subject: [PATCH] Cheats: Fixed mismatch in HashType enums that caused cheat db to not focus on the matching title when opened --- UI/Interop/EmuApi.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/UI/Interop/EmuApi.cs b/UI/Interop/EmuApi.cs index 18bcde809..7cef9f97f 100644 --- a/UI/Interop/EmuApi.cs +++ b/UI/Interop/EmuApi.cs @@ -359,7 +359,6 @@ public struct InteropInternalCheatCode public enum HashType { - Crc32, Sha1, Sha1Cheat }