mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 12:04:56 +00:00
Fix stupid mistake.
This commit is contained in:
parent
b0b99b6922
commit
cb5d3fce4f
1 changed files with 1 additions and 1 deletions
|
@ -20,8 +20,8 @@ namespace DX11
|
|||
|
||||
struct EFBEncodeParams
|
||||
{
|
||||
DWORD SrcTop;
|
||||
DWORD SrcLeft;
|
||||
DWORD SrcTop;
|
||||
DWORD DestWidth;
|
||||
DWORD ScaleFactor;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue