From 4d4979cc981c93816a2ea120e7b7471731031039 Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Tue, 3 Jul 2012 10:33:54 -0400 Subject: [PATCH] Updated gdc-psyfork readme (NPOTB). --- tools/gdc-psyfork/DOCS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gdc-psyfork/DOCS b/tools/gdc-psyfork/DOCS index 0ba40d6e..a67384ee 100644 --- a/tools/gdc-psyfork/DOCS +++ b/tools/gdc-psyfork/DOCS @@ -19,4 +19,4 @@ The parameters taken (in any order) are: -w -y -The file symbols.txt defines the extra information necessary to link up gamedata key names (like "CommitSuicide") with symbols (like "_ZN11CBasePlayer13CommitSuicideEv"). It also needs a "vtsym" key that contains the symbol name of the default class' vtable. Vtable to use for an individual conf key can be overridden by adding a key with name "_vt", using the vtable symbol for its class as the value. The symbols.txt itself is a gameconf file. +The file symbols.txt defines the extra information necessary to link up gamedata key names (like "CommitSuicide") with symbols (like "_ZN11CBasePlayer13CommitSuicideEv"). The symbols.txt itself is a gameconf file.