Add iscgb flag for subgbhawk
This commit is contained in:
parent
8ef5c18fcb
commit
acf7926629
|
@ -331,6 +331,11 @@ namespace BizHawk.Client.Common.MovieConversionExtensions
|
||||||
movie.HeaderEntries.Add("IsCGBMode", "1");
|
movie.HeaderEntries.Add("IsCGBMode", "1");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (emulator is SubGBHawk subgbHawk && subgbHawk._GBCore.IsCGBMode())
|
||||||
|
{
|
||||||
|
movie.HeaderEntries.Add("IsCGBMode", "1");
|
||||||
|
}
|
||||||
|
|
||||||
if (emulator is Gameboy gb)
|
if (emulator is Gameboy gb)
|
||||||
{
|
{
|
||||||
if (gb.IsCGBMode())
|
if (gb.IsCGBMode())
|
||||||
|
|
Loading…
Reference in New Issue