mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Merge branch 'fix-field-ordering'
Fixes 6387 Closes 6635
This commit is contained in:

committed by
Pierre Bourdon

parent
e19fb50ae8
commit
4f36c2f7fa
@ -25,7 +25,7 @@ class VideoSoftware : public VideoBackend
|
||||
|
||||
void Video_EnterLoop();
|
||||
void Video_ExitLoop();
|
||||
void Video_BeginField(u32, FieldType, u32, u32);
|
||||
void Video_BeginField(u32, u32, u32);
|
||||
void Video_EndField();
|
||||
|
||||
u32 Video_AccessEFB(EFBAccessType, u32, u32, u32);
|
||||
|
Reference in New Issue
Block a user