From e2a99322490f1bd354006bfd9a0f6ed90593ea11 Mon Sep 17 00:00:00 2001 From: goyuken Date: Fri, 20 Dec 2013 17:58:40 +0000 Subject: [PATCH] more r5632 --- BizHawk.Emulation.Cores/Consoles/Sega/gpgx/GenDbgHlp.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/BizHawk.Emulation.Cores/Consoles/Sega/gpgx/GenDbgHlp.cs b/BizHawk.Emulation.Cores/Consoles/Sega/gpgx/GenDbgHlp.cs index fc35322aef..39487cfc7d 100644 --- a/BizHawk.Emulation.Cores/Consoles/Sega/gpgx/GenDbgHlp.cs +++ b/BizHawk.Emulation.Cores/Consoles/Sega/gpgx/GenDbgHlp.cs @@ -9,6 +9,7 @@ namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx { /* * how to use: + * 0) get https://code.google.com/p/pdbparse/ * 1) set modulename to the name of the dll file. * 2) set symbolname to the name of a file that you produced by executing the following command: * pdb_print_gvars.py [module pdb file] 0x00000000 > [output file]