update gpgx ported version

This commit is contained in:
Morilli 2024-09-22 22:33:08 +02:00
parent ebbbf0c691
commit 525a95ea0a
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx
[PortedCore(
name: CoreNames.Gpgx,
author: "Eke-Eke",
portedVersion: "0c45a8a",
portedVersion: "a6002bb",
portedUrl: "https://github.com/ekeeke/Genesis-Plus-GX")]
public partial class GPGX : IEmulator, IVideoProvider, ISaveRam, IStatable, IRegionable,
IInputPollable, IDebuggable, IDriveLight, ICodeDataLogger, IDisassemblable