MAMEWorld >> EmuChat
Previous thread Previous  View all threads Index   Next thread Next   Threaded Mode Threaded  

Pages: 1

Mr Ric
MAME Fan
Reged: 09/25/05
Posts: 253
Send PM


Two OSD VIDEO OPTIONS sections in the mame.ini
#338309 - 03/29/15 03:21 PM


Is the second one with filter and prescale supposed to be DIRECT3D-SPECIFIC OPTIONS?



Traso
MAME Fan
Reged: 01/15/13
Posts: 2687
Send PM


Re: Two OSD VIDEO OPTIONS sections in the mame.ini new [Re: Mr Ric]
#338373 - 03/31/15 12:57 AM


Mine from .159 looks like this. What are you asking for?


# WINDOWS VIDEO OPTIONS
#
prescale 1
menu 0

#
# DIRECTDRAW-SPECIFIC OPTIONS
#
hwstretch 1

#
# DIRECT3D-SPECIFIC OPTIONS
#
filter 1



Scifi frauds. SF illuminates.
_________________

Culture General Contact Unit (Eccentric)



Mr Ric
MAME Fan
Reged: 09/25/05
Posts: 253
Send PM


Re: Two OSD VIDEO OPTIONS sections in the mame.ini new [Re: Traso]
#338428 - 03/31/15 10:55 PM


In .160 it looks like this...

# OSD VIDEO OPTIONS
#
video auto
numscreens 1
window 0
maximize 1
keepaspect 1
unevenstretch 1
waitvsync 0
syncrefresh 0

.
.
.

# OSD VIDEO OPTIONS
#
filter 1
prescale 1


Is that last section supposed to be

# DIRECT3D-SPECIFIC OPTIONS
#
filter 1
prescale 1

Edited by Mr Ric (03/31/15 10:55 PM)



CiroConsentino
Frontend freak!
Reged: 09/21/03
Posts: 6211
Loc: Alien from Terra Prime... and Brazil
Send PM


Re: Two OSD VIDEO OPTIONS sections in the mame.ini new [Re: Mr Ric]
#338454 - 04/01/15 01:52 PM


If you updated an existing MAME install, you need to delete mame.ini and re-create the file with mame64.exe -createconfig command line. In 0.160, Direct3D entries doesn't exist anymore.



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



Mr Ric
MAME Fan
Reged: 09/25/05
Posts: 253
Send PM


Re: Two OSD VIDEO OPTIONS sections in the mame.ini new [Re: CiroConsentino]
#338478 - 04/01/15 10:51 PM


> If you updated an existing MAME install, you need to delete mame.ini and re-create
> the file with mame64.exe -createconfig command line. In 0.160, Direct3D entries
> doesn't exist anymore.

I did re-create the mame.ini. Now there are two OSD VIDEO OPTIONS sections. It doesn't seem like it was meant to be that way.



Vas Crabb
BOFH
Reged: 12/13/05
Posts: 4463
Loc: Melbourne, Australia
Send PM


Re: Two OSD VIDEO OPTIONS sections in the mame.ini new [Re: Mr Ric]
#338482 - 04/02/15 02:30 AM


> # OSD VIDEO OPTIONS
> #
> filter 1
> prescale 1
>
>
> Is that last section supposed to be
>
> # DIRECT3D-SPECIFIC OPTIONS
> #
> filter 1
> prescale 1

No. I believe those options apply equally to D3D and OpenGL, so they are not D3D-specific.



Mr Ric
MAME Fan
Reged: 09/25/05
Posts: 253
Send PM


Re: Two OSD VIDEO OPTIONS sections in the mame.ini new [Re: Vas Crabb]
#338483 - 04/02/15 02:34 AM


> > # OSD VIDEO OPTIONS
> > #
> > filter 1
> > prescale 1
> >
> >
> > Is that last section supposed to be
> >
> > # DIRECT3D-SPECIFIC OPTIONS
> > #
> > filter 1
> > prescale 1
>
> No. I believe those options apply equally to D3D and OpenGL, so they are not
> D3D-specific.


What about the fact that there are now two sections with the same header?



Vas Crabb
BOFH
Reged: 12/13/05
Posts: 4463
Loc: Melbourne, Australia
Send PM


Re: Two OSD VIDEO OPTIONS sections in the mame.ini new [Re: Mr Ric]
#338484 - 04/02/15 02:59 AM


> > No. I believe those options apply equally to D3D and OpenGL, so they are not
> > D3D-specific.
>
>
> What about the fact that there are now two sections with the same header?

You have two options:
* Make a patch to fix it
* Get a life

Seriously, I fail to see how this is such a major issue.



CiroConsentino
Frontend freak!
Reged: 09/21/03
Posts: 6211
Loc: Alien from Terra Prime... and Brazil
Send PM


Re: Two OSD VIDEO OPTIONS sections in the mame.ini new [Re: Mr Ric]
#338497 - 04/02/15 01:45 PM


with 0.160 only section # OSD VIDEO OPTIONS should appear. Section # DIRECT3D-SPECIFIC OPTIONS should not appear at all.

What MAME build are you using ? I just tried the official MAME 0.160 and the DIRECT3D section doesn't show in the new file, but you must delete previous mame.ini for this to work. Try to delete files in cfg folder first, and try again.



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



Vas Crabb
BOFH
Reged: 12/13/05
Posts: 4463
Loc: Melbourne, Australia
Send PM


Re: Two OSD VIDEO OPTIONS sections in the mame.ini new [Re: CiroConsentino]
#338501 - 04/02/15 03:55 PM


> with 0.160 only section # OSD VIDEO OPTIONS should appear. Section #
> DIRECT3D-SPECIFIC OPTIONS should not appear at all.
>
> What MAME build are you using ? I just tried the official MAME 0.160 and the DIRECT3D
> section doesn't show in the new file, but you must delete previous mame.ini for this
> to work. Try to delete files in cfg folder first, and try again.

You're completely missing his point. He knows the DIRECT32-SPECIFIC OPTIONS section is gone. He's getting very upset over the fact that there are now two sections with OSD VIDEO OPTIONS comments.



Mr Ric
MAME Fan
Reged: 09/25/05
Posts: 253
Send PM


Re: Two OSD VIDEO OPTIONS sections in the mame.ini new [Re: Vas Crabb]
#338515 - 04/02/15 10:40 PM


> > > No. I believe those options apply equally to D3D and OpenGL, so they are not
> > > D3D-specific.
> >
> >
> > What about the fact that there are now two sections with the same header?
>
> You have two options:
> * Make a patch to fix it
> * Get a life
>
> Seriously, I fail to see how this is such a major issue.

It's not a major issue. I'm looking for the correct info so I can code my front-end accordingly. But thanks for the offered options.



CiroConsentino
Frontend freak!
Reged: 09/21/03
Posts: 6211
Loc: Alien from Terra Prime... and Brazil
Send PM


Re: Two OSD VIDEO OPTIONS sections in the mame.ini new [Re: Mr Ric]
#338516 - 04/02/15 10:50 PM


yes, they are the same settings, but the correct one is # OSD VIDEO OPTIONS.
They work on both on D3D and OpenGL.

OpenGL have an filter setting that overrides the filter entry, gl_glsl_filter, but only if using OpenGL renderer with GLSL enabled.



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



Traso
MAME Fan
Reged: 01/15/13
Posts: 2687
Send PM


Ohhh, now you tell us........ new [Re: Mr Ric]
#338524 - 04/03/15 01:54 AM


> I'm looking for the correct info so I can code my front-end accordingly.


In any case, I'd start with a fresh MAME folder and all. Are you using baseline?

Are you going to release this fe to the wild?



Scifi frauds. SF illuminates.
_________________

Culture General Contact Unit (Eccentric)



Mr Ric
MAME Fan
Reged: 09/25/05
Posts: 253
Send PM


Re: Ohhh, now you tell us........ new [Re: Traso]
#338527 - 04/03/15 02:07 AM


> > I'm looking for the correct info so I can code my front-end accordingly.
>
>
> In any case, I'd start with a fresh MAME folder and all. Are you using baseline?
>
> Are you going to release this fe to the wild?

Yea, it's released but I didn't update it for .160 yet. It's MAME Classic.



CiroConsentino
Frontend freak!
Reged: 09/21/03
Posts: 6211
Loc: Alien from Terra Prime... and Brazil
Send PM


Re: Ohhh, now you tell us........ new [Re: Mr Ric]
#338532 - 04/03/15 02:34 AM


huh. You're the coder of MAME Classic ? Nice and clean frontend. Good job.
I always delete files from cfg and nvram and mame.ini folders before re-creating the .ini file. It always work.



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



Mr Ric
MAME Fan
Reged: 09/25/05
Posts: 253
Send PM


Re: Ohhh, now you tell us........ new [Re: CiroConsentino]
#338574 - 04/03/15 11:12 PM


> huh. You're the coder of MAME Classic ? Nice and clean frontend. Good job.
> I always delete files from cfg and nvram and mame.ini folders before re-creating the
> .ini file. It always work.

Thanks. I create the mame.ini from the new folder created when I extract a new release. This folder doesn't have .cfg or .nvram files so I get a clean .ini. I do this with each new version of M.A.M.E. to see what options I need to remove or add.



Traso
MAME Fan
Reged: 01/15/13
Posts: 2687
Send PM


Re: Ohhh, now you tell us........ new [Re: Mr Ric]
#338584 - 04/04/15 02:25 AM


Oh. I think I checked it out once. Haven't looked in on your page in an age. Fascinating you're still going.



Scifi frauds. SF illuminates.
_________________

Culture General Contact Unit (Eccentric)


Pages: 1

MAMEWorld >> EmuChat
Previous thread Previous  View all threads Index   Next thread Next   Threaded Mode Threaded  

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