mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-03-03 11:37:20 +00:00
disgae is perfect !
This commit is contained in:
parent
40da0262c8
commit
b56848ca16
@ -196,7 +196,7 @@ private:
|
||||
viewport.MinZ=n;
|
||||
viewport.MaxZ=f;
|
||||
|
||||
//pD3Ddevice->SetViewport(&viewport);
|
||||
pD3Ddevice->SetViewport(&viewport);
|
||||
}
|
||||
|
||||
inline void restore() {
|
||||
@ -209,7 +209,7 @@ private:
|
||||
public:
|
||||
inline void set(int x1, int y1, int x2, int y2) {
|
||||
RECT rect = {x1, y1, x2, y2};
|
||||
//pD3Ddevice->SetScissorRect(&rect);
|
||||
pD3Ddevice->SetScissorRect(&rect);
|
||||
}
|
||||
|
||||
inline void restore() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user