Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
a43da376
Commit
a43da376
authored
Jul 26, 2022
by
Zebediah Figura
Committed by
Alexandre Julliard
Aug 02, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Build the device list only once in wined3d_output_find_closest_matching_mode().
parent
a601930a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
directx.c
dlls/wined3d/directx.c
+1
-1
No files found.
dlls/wined3d/directx.c
View file @
a43da376
...
@@ -1394,7 +1394,7 @@ HRESULT CDECL wined3d_output_find_closest_matching_mode(struct wined3d_output *o
...
@@ -1394,7 +1394,7 @@ HRESULT CDECL wined3d_output_find_closest_matching_mode(struct wined3d_output *o
for
(
i
=
0
;
i
<
mode_count
;
++
i
)
for
(
i
=
0
;
i
<
mode_count
;
++
i
)
{
{
if
(
FAILED
(
hr
=
wined3d_output_get_mode
(
output
,
mode
->
format_id
,
if
(
FAILED
(
hr
=
wined3d_output_get_mode
(
output
,
mode
->
format_id
,
WINED3D_SCANLINE_ORDERING_UNKNOWN
,
i
,
&
modes
[
i
],
fals
e
)))
WINED3D_SCANLINE_ORDERING_UNKNOWN
,
i
,
&
modes
[
i
],
tru
e
)))
{
{
heap_free
(
matching_modes
);
heap_free
(
matching_modes
);
heap_free
(
modes
);
heap_free
(
modes
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment