mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Fix stupid mistake.
This commit is contained in:
@ -20,8 +20,8 @@ namespace DX11
|
||||
|
||||
struct EFBEncodeParams
|
||||
{
|
||||
DWORD SrcTop;
|
||||
DWORD SrcLeft;
|
||||
DWORD SrcTop;
|
||||
DWORD DestWidth;
|
||||
DWORD ScaleFactor;
|
||||
};
|
||||
|
Reference in New Issue
Block a user