X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=platform%2Fhgw.h;h=885c5a200a2044428c3d591e93a069f2eb1ca6cd;hb=637930a378b1e098fab00108f542f8eb1b865488;hp=6c5ea56d0ce006736cf390e6433bd45f60cb9f52;hpb=4fffce2b75d721c3765d04cfbd5443083addc5b1;p=drnoksnes diff --git a/platform/hgw.h b/platform/hgw.h index 6c5ea56..885c5a2 100644 --- a/platform/hgw.h +++ b/platform/hgw.h @@ -15,16 +15,5 @@ void HgwConfig(); void HgwPollEvents(); #endif -#define kGConfPath "/apps/maemo/drnoksnes" -#define kGConfRomFile kGConfPath "/" "rom" -#define kGConfDisableAudio kGConfPath "/" "no_audio" -#define kGConfTurboMode kGConfPath "/" "turbo" -#define kGConfFrameskip kGConfPath "/" "frameskip" -#define kGConfTransparency kGConfPath "/" "transparency" -#define kGConfDisplayFramerate kGConfPath "/" "display-framerate" -#define kGConfSpeedhacks kGConfPath "/" "speedhacks" -#define kGConfMapping kGConfPath "/" "mapping" -#define kGConfKeysPath kGConfPath "/" "keys" - #endif