mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-27 05:04:01 +08:00
fix compilation
This commit is contained in:
parent
b92a70e9ac
commit
dd870c1339
@ -90,7 +90,7 @@ bool DX12_Hook::IsStarted()
|
|||||||
|
|
||||||
DX12_Hook::heap_t DX12_Hook::get_free_texture_heap()
|
DX12_Hook::heap_t DX12_Hook::get_free_texture_heap()
|
||||||
{
|
{
|
||||||
int64_t i;
|
uint32_t i;
|
||||||
for (i = 0; i < srvDescHeapBitmap.size(); ++i) {
|
for (i = 0; i < srvDescHeapBitmap.size(); ++i) {
|
||||||
if (!srvDescHeapBitmap[i]) {
|
if (!srvDescHeapBitmap[i]) {
|
||||||
srvDescHeapBitmap[i] = true;
|
srvDescHeapBitmap[i] = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user