DXGL r731 - Code Review
For
DXGL
(
recent comments
|
status changes
|
tags
|
authors
|
states
|
release notes
|
statistics
)
Jump to navigation
Jump to search
Repository:
DXGL
Revision:
<
r730
|
r731
|
r732
>
Date:
06:55, 25 July 2017
Author:
admin
Status:
new
Tags:
Comment:
Disable postprocess scaling in windowed modes.
Modified paths:
/ddraw/glRenderer.cpp
(modified) (
history
)
Diff
[
purge
]
Index: ddraw/glRenderer.cpp
—
—
@@ -3365,6 +3365,8 @@
3366
3366
}
3367
3367
else
3368
3368
{
3369
+ This->postsizex = 1.0f;
3370
+ This->postsizey = 1.0f;
3369
3371
viewport[0] = viewport[1] = 0;
3370
3372
viewport[2] = viewrect->right;
3371
3373
viewport[3] = viewrect->bottom;
Navigation menu
Personal tools
Log in
Namespaces
Special page
English
expanded
collapsed
Views
More
expanded
collapsed
Search
Navigation
Home
Main page
Recent changes
Random page
MediaWiki help
Introduction
Progress
Downloads
Source code
Build from source
AppDB
Bug reports
Forums
Tools
Special pages
Printable version