mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
Remove all refrences of field ordering from video backends.
They were unused.
This commit is contained in:
parent
4d3c41c8a2
commit
440353a3a1
13 changed files with 15 additions and 19 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue