Is it possible to enable vertical scaling x5 with cropping for cores which do not have an OSD option for this via .ini? For example, Jotego arcade cores.
I have been looking for instructions but cannot find any. Thank you!
Vertical crop in cores that don't support it in OSD
-
- Posts: 221
- Joined: Sun May 24, 2020 7:59 pm
- Has thanked: 16 times
- Been thanked: 28 times
-
- Top Contributor
- Posts: 1018
- Joined: Thu Dec 10, 2020 5:44 pm
- Has thanked: 315 times
- Been thanked: 238 times
Re: Vertical crop in cores that don't support it in OSD
There's no way to do this without the cores themselves being programmed to support it.
-
- Posts: 221
- Joined: Sun May 24, 2020 7:59 pm
- Has thanked: 16 times
- Been thanked: 28 times
Re: Vertical crop in cores that don't support it in OSD
According to Jotego and Atrac17 this has been added within the MiSTer framework itself so it can be added via .ini (their words not mine). That's why I am asking
- Sigismond0
- Posts: 339
- Joined: Mon May 25, 2020 2:21 am
- Has thanked: 1 time
- Been thanked: 66 times
Re: Vertical crop in cores that don't support it in OSD
If that's true, it would have to be something like how the shadowmask is handled in the ini file:Insert Disk Two wrote: ↑Fri Jan 28, 2022 6:51 pm According to Jotego and Atrac17 this has been added within the MiSTer framework itself so it can be added via .ini (their words not mine). That's why I am asking
Code: Select all
;default Shadow Mask
;shmask_default=VGA.txt
;default shadow mask mode:
; 0 - none, 1 - 1x, 2 - 2x, 3 - 1x Rotated, 4 - 2x Rotated
;shmask_mode_default=1
Assuming that functionality even exists. I'm hesitant to think it does, since the Mister.ini documentaiton doesn't list it.
-
- Posts: 221
- Joined: Sun May 24, 2020 7:59 pm
- Has thanked: 16 times
- Been thanked: 28 times
Re: Vertical crop in cores that don't support it in OSD
Do you have the link for the documentation you are quoting please? I am interested to test the shadow mask stuff with Jotego cores
- Sigismond0
- Posts: 339
- Joined: Mon May 25, 2020 2:21 am
- Has thanked: 1 time
- Been thanked: 66 times
Re: Vertical crop in cores that don't support it in OSD
Note that all this does is set the default shadow mask used for any core that supports shadow masks where you haven't already selected one. If a core doesn't have shadow mask support (greyed out in the menu), it won't all of a sudden start working because of this setting.Insert Disk Two wrote: ↑Fri Jan 28, 2022 9:33 pm Do you have the link for the documentation you are quoting please? I am interested to test the shadow mask stuff with Jotego cores
https://github.com/MiSTer-devel/Main_Mi ... MiSTer.ini
-
- Posts: 221
- Joined: Sun May 24, 2020 7:59 pm
- Has thanked: 16 times
- Been thanked: 28 times
Re: Vertical crop in cores that don't support it in OSD
Aaaah OK they added it on the last line, didn't see it there thanks!