Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
6e515efb
Commit
6e515efb
authored
Jan 28, 2020
by
Henri Verbeet
Committed by
Alexandre Julliard
Jan 28, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Get rid of the "DirectDrawRenderer" setting.
Signed-off-by:
Henri Verbeet
<
hverbeet@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
92d33626
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
wined3d_main.c
dlls/wined3d/wined3d_main.c
+1
-2
No files found.
dlls/wined3d/wined3d_main.c
View file @
6e515efb
...
...
@@ -374,8 +374,7 @@ static BOOL wined3d_dll_init(HINSTANCE hInstDLL)
TRACE
(
"Limiting PS shader model to %u.
\n
"
,
wined3d_settings
.
max_sm_ps
);
if
(
!
get_config_key_dword
(
hkey
,
appkey
,
"MaxShaderModelCS"
,
&
wined3d_settings
.
max_sm_cs
))
TRACE
(
"Limiting CS shader model to %u.
\n
"
,
wined3d_settings
.
max_sm_cs
);
if
(
!
get_config_key
(
hkey
,
appkey
,
"renderer"
,
buffer
,
size
)
||
!
get_config_key
(
hkey
,
appkey
,
"DirectDrawRenderer"
,
buffer
,
size
))
if
(
!
get_config_key
(
hkey
,
appkey
,
"renderer"
,
buffer
,
size
))
{
if
(
!
strcmp
(
buffer
,
"vulkan"
))
{
...
...
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