Remove obsolete outputWidth/outputHeight
This commit is contained in:
parent
32f637f259
commit
8b6b491820
7 changed files with 20 additions and 32 deletions
|
@ -1526,8 +1526,6 @@ void FramebufferManager::EndFrame() {
|
|||
|
||||
PSP_CoreParameter().renderWidth = 480 * zoom;
|
||||
PSP_CoreParameter().renderHeight = 272 * zoom;
|
||||
PSP_CoreParameter().outputWidth = 480 * zoom;
|
||||
PSP_CoreParameter().outputHeight = 272 * zoom;
|
||||
resized_ = false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue