Skip to content

Commit

Permalink
added flag for extra res availability
Browse files Browse the repository at this point in the history
  • Loading branch information
zesinger authored May 31, 2024
1 parent b6c65fd commit 54d7573
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Minimal-code-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ pSerum = Serum_Load(Dir_Altcolor, romname, FLAG_REQUEST_32P_FRAMES | FLAG_REQUES
if (!pSerum)
{
Serum_ReleaseDLL(); // for Windows using the dynamic library only
// if (pSerum->SerumVersion >= SERUM_V2 && pSerum->flags & FLAG_RETURNED_EXTRA_AVAILABLE > 0), there is at least one frame which has an extra resolution version
// manage error
}
```
Expand Down

0 comments on commit 54d7573

Please sign in to comment.