mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-07-06 00:25:18 +02:00
fix compilation
This commit is contained in:
parent
b92a70e9ac
commit
dd870c1339
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ bool DX12_Hook::IsStarted()
|
|||
|
||||
DX12_Hook::heap_t DX12_Hook::get_free_texture_heap()
|
||||
{
|
||||
int64_t i;
|
||||
uint32_t i;
|
||||
for (i = 0; i < srvDescHeapBitmap.size(); ++i) {
|
||||
if (!srvDescHeapBitmap[i]) {
|
||||
srvDescHeapBitmap[i] = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue