├── D3D9Patch ├── D3D9Patch.sln └── EndScene_Detour │ ├── EndScene_Detour.vcxproj │ ├── EndScene_Detour.vcxproj.filters │ ├── GetD3D.cpp │ ├── GetD3D.h │ ├── main.cpp │ └── main.h ├── LICENSE └── README.md /D3D9Patch/D3D9Patch.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlvyPiper/Source-VAC-Banner/HEAD/D3D9Patch/D3D9Patch.sln -------------------------------------------------------------------------------- /D3D9Patch/EndScene_Detour/EndScene_Detour.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlvyPiper/Source-VAC-Banner/HEAD/D3D9Patch/EndScene_Detour/EndScene_Detour.vcxproj -------------------------------------------------------------------------------- /D3D9Patch/EndScene_Detour/EndScene_Detour.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlvyPiper/Source-VAC-Banner/HEAD/D3D9Patch/EndScene_Detour/EndScene_Detour.vcxproj.filters -------------------------------------------------------------------------------- /D3D9Patch/EndScene_Detour/GetD3D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlvyPiper/Source-VAC-Banner/HEAD/D3D9Patch/EndScene_Detour/GetD3D.cpp -------------------------------------------------------------------------------- /D3D9Patch/EndScene_Detour/GetD3D.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlvyPiper/Source-VAC-Banner/HEAD/D3D9Patch/EndScene_Detour/GetD3D.h -------------------------------------------------------------------------------- /D3D9Patch/EndScene_Detour/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlvyPiper/Source-VAC-Banner/HEAD/D3D9Patch/EndScene_Detour/main.cpp -------------------------------------------------------------------------------- /D3D9Patch/EndScene_Detour/main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlvyPiper/Source-VAC-Banner/HEAD/D3D9Patch/EndScene_Detour/main.h -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlvyPiper/Source-VAC-Banner/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlvyPiper/Source-VAC-Banner/HEAD/README.md --------------------------------------------------------------------------------