Add missing dcl statement

Fixes blank shader compilation
This commit is contained in:
literalmente-game 2019-10-17 03:44:54 -03:00 committed by GitHub
parent 3c497362e4
commit f8e660aa40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -2483,6 +2483,7 @@ extern HRESULT EmuRecompileVshFunction
static const char dummy[] = static const char dummy[] =
"vs.2.x\n" "vs.2.x\n"
"dcl_position v0\n"
"dp4 oPos.x, v0, c96\n" "dp4 oPos.x, v0, c96\n"
"dp4 oPos.y, v0, c97\n" "dp4 oPos.y, v0, c97\n"
"dp4 oPos.z, v0, c98\n" "dp4 oPos.z, v0, c98\n"