mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
WIP XFB scaling.
Still an ugly mess.
This commit is contained in:
parent
0d1c1e9477
commit
32e5043b29
11 changed files with 30 additions and 25 deletions
|
@ -27,7 +27,7 @@ class VideoSoftware : public VideoBackend
|
|||
|
||||
void Video_EnterLoop() override;
|
||||
void Video_ExitLoop() override;
|
||||
void Video_BeginField(u32, u32, u32) override;
|
||||
void Video_BeginField(u32, u32, u32, u32) override;
|
||||
void Video_EndField() override;
|
||||
|
||||
u32 Video_AccessEFB(EFBAccessType, u32, u32, u32) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue