- Added CLI append support.
Code: Select all
copy /b gbi.dol + gbi.cli boot.dol
dol2gci boot.dol gbi.gci
- Removed horizontal scale.
Code: Select all
copy /b gbi.dol + gbi.cli boot.dol
dol2gci boot.dol gbi.gci
They aren't dropped, they're blended.Guspaz wrote:It's not ideal because at 50Hz, you're going to be dropping a lot of frames from the game boy to convert that ~59.7 Hz signal to a 50 Hz display.
shinchandoidao6669 wrote:Diminuendo wrote:why don't you like using Swiss? if we know your problem with it we might be able to help.
Hi Diminueno!
Because for me use Swiss i need buy a sd reader and a bigger memory card. I have only gray memory card 59 blocks and Swiss is bigger for this.
I play Gameboy Interface normally in my Gamecube with S-Video cable but i cant change any configuration because i dont use Swiss.
In my memory card have a Wind Waker Hack and Game Boy Interface. I using GBI because Zoom, but i like more GBILL because lag and colors.
Thanks again
theclaw wrote:shinchandoidao6669 wrote:Diminuendo wrote:why don't you like using Swiss? if we know your problem with it we might be able to help.
Hi Diminueno!
Because for me use Swiss i need buy a sd reader and a bigger memory card. I have only gray memory card 59 blocks and Swiss is bigger for this.
I play Gameboy Interface normally in my Gamecube with S-Video cable but i cant change any configuration because i dont use Swiss.
In my memory card have a Wind Waker Hack and Game Boy Interface. I using GBI because Zoom, but i like more GBILL because lag and colors.
Thanks again
Have you tried buying a black 251 block memory card?
Nintendo's white 1019 block memory card seems to have been only released in North America, but if you're elsewhere and still want one don't overpay an import dealer too much. It's affordable and easy to find online here.
The console's operating system actually accepts up to 2043 blocks. 3rd party 2043 cards are not a mistake.
Ok. How i put zoom in dcp file? I try but in swiss no show zoom optionsbobrocks95 wrote:The latest version of GBI LL does have a zoom feature actually.
If this is the Hori controller, look at the mappings for the Y button.zanto1 wrote:Hi! I'm having trouble playing GB games that use the select button, because when I press it on my controller, it doesn't do anything. I know the button is working because I've tested it with other games not using GBI. Am I doing anything wrong?
2.375x zoom for SDTV:shinchandoidao6669 wrote:Ok. How i put zoom in dcp file? I try but in swiss no show zoom options
Code: Select all
--zoom=1.1875
--scaler=oversample
--scan-mode=interlace
Code: Select all
--zoom=1.1875
--scaler=oversample
--format=custom
--scan-mode=progressive
Code: Select all
--zoom=.75:1
--scaler=oversample
Code: Select all
--zoom=1.5
--scan-mode=interlace
Code: Select all
--zoom=1.5
--format=custom
--scan-mode=progressive
i made gbi-ll.dcp with this code only:Extrems wrote:If this is the Hori controller, look at the mappings for the Y button.zanto1 wrote:Hi! I'm having trouble playing GB games that use the select button, because when I press it on my controller, it doesn't do anything. I know the button is working because I've tested it with other games not using GBI. Am I doing anything wrong?2.375x zoom for SDTV:shinchandoidao6669 wrote:Ok. How i put zoom in dcp file? I try but in swiss no show zoom options2.375x zoom for EDTV:Code: Select all
--zoom=1.1875 --scaler=oversample --scan-mode=interlace
16:9 aspect correction:Code: Select all
--zoom=1.1875 --scaler=oversample --format=custom --scan-mode=progressive
3x zoom for SDTV:Code: Select all
--zoom=.75:1 --scaler=oversample
3x zoom for EDTV:Code: Select all
--zoom=1.5 --scan-mode=interlace
You can now append these to the DOL to avoid using Swiss.Code: Select all
--zoom=1.5 --format=custom --scan-mode=progressive
Works, for 2.5X Zoom ?Extrems wrote:It's a .cli, not .dcp.
Code: Select all
copy /b gbi-ll.dol + gbi-ll.cli boot.dol
dol2gci boot.dol gbi-ll.gci
Thanks for all support! This is best way to play gba games for me.Extrems wrote:Again, you can append to the DOL to avoid using Swiss.
Code: Select all
copy /b gbi-ll.dol + gbi-ll.cli boot.dol dol2gci boot.dol gbi-ll.gci