Moving misc stuff out of xbox.h.

Progress on #297.
This commit is contained in:
Ben Vanik
2015-06-27 11:44:40 -07:00
parent 7e0246c381
commit f07d620553
5 changed files with 13 additions and 17 deletions

View File

@@ -22,7 +22,7 @@ void VdQueryVideoMode(pointer_t<X_VIDEO_MODE> video_mode);
void XGetVideoMode(pointer_t<X_VIDEO_MODE> video_mode) {
VdQueryVideoMode(std::move(video_mode));
}
DECLARE_XAM_EXPORT(XGetVideoMode, ExportTag::kVideo | ExportTag::kStub);
DECLARE_XAM_EXPORT(XGetVideoMode, ExportTag::kVideo | ExportTag::kSketchy);
dword_result_t XGetVideoCapabilities() { return 0; }
DECLARE_XAM_EXPORT(XGetVideoCapabilities, ExportTag::kVideo | ExportTag::kStub);