Skip to content

Commit

Permalink
Added a little note in AV_QUERY_AV_CAPABILITIES
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeUsher committed Dec 14, 2016
1 parent efe953b commit 988e2fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/CxbxKrnl/EmuKrnlAv.cpp
Expand Up @@ -127,6 +127,9 @@ XBSYSAPI EXPORTNUM(2) xboxkrnl::VOID NTAPI xboxkrnl::AvSendTVEncoderOption
switch (Option) {
case AV_QUERY_AV_CAPABILITIES:
// This is the only AV mode we currently emulate, so we can hardcode the return value
// TODO: Once we allow the user to configure the connected AV pack, we should implement this proper
// This function should first query the AV Pack type, read the user's EEPROM settings and
// return the correct flags based on this.
*Result = AV_PACK_HDTV | AV_STANDARD_NTSC_M | AV_FLAGS_60Hz;
break;
default:
Expand Down

0 comments on commit 988e2fc

Please sign in to comment.