mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
synced 2026-01-02 14:57:18 +00:00
added initial renderer code
This commit is contained in:
@@ -19,11 +19,13 @@
|
||||
</ProjectConfiguration>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="src\renderer_opengl\renderer_opengl.cpp" />
|
||||
<ClCompile Include="src\utils.cpp" />
|
||||
<ClCompile Include="src\video_core.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="src\renderer_base.h" />
|
||||
<ClInclude Include="src\renderer_opengl\renderer_opengl.h" />
|
||||
<ClInclude Include="src\utils.h" />
|
||||
<ClInclude Include="src\video_core.h" />
|
||||
</ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user