MAMEWorld >> EmuChat
View all threads Index   Flat Mode Flat  

CiroConsentino
Frontend freak!
Reged: 09/21/03
Posts: 6211
Loc: Alien from Terra Prime... and Brazil
Send PM
[Q] source code, where are mame.ini settings listed ?
06/06/11 02:45 PM


hi all,
I'm updating my frontend to support the latest build, but several options from mame.ini are not listed in the usual file: "source\mame\src\emu\emuopts.c".

mostly the new HLSL settings. where are they now ? I searched the source code but cannot seem to find them
sample of what I mean...

Code:


//**************************************************************************
// CORE EMULATOR OPTIONS
//**************************************************************************

const options_entry emu_options::s_option_entries[] =
{
// unadorned options - only a single one supported at the moment
{ OPTION_SYSTEMNAME, NULL, OPTION_STRING, NULL },

// config options
{ NULL, NULL, OPTION_HEADER, "CORE CONFIGURATION OPTIONS" },
{ OPTION_READCONFIG ";rc", "1", OPTION_BOOLEAN, "enable loading of configuration files" },
{ OPTION_WRITECONFIG ";wc", "0", OPTION_BOOLEAN, "writes configuration to (driver).ini on exit" },

// seach path options
{ NULL, NULL, OPTION_HEADER, "CORE SEARCH PATH OPTIONS" },
{ OPTION_MEDIAPATH ";rp;biospath;bp", "roms", OPTION_STRING, "path to ROMsets and hard disk images" },
{ OPTION_HASHPATH ";hash_directory;hash", "hash", OPTION_STRING, "path to hash files" },
.
.
.


thank you.


Emu Loader
Ciro Alfredo Consentino
home: http://emuloader.mameworld.info
e-mail: [email protected]







Entire thread
Subject Posted by Posted on
* [Q] source code, where are mame.ini settings listed ? CiroConsentino 06/06/11 02:45 PM

Extra information Permissions
Moderator:  Robbbert, Tafoid 
0 registered and 359 anonymous users are browsing this forum.
You cannot start new topics
You cannot reply to topics
HTML is enabled
UBBCode is enabled
Thread views: 1528