mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-08 07:55:35 +00:00
idm: Fix bug in ID searching
* ID checking now checks if (id % step) == 0 * Extend possible ID range to allow UINT32_MAX (as long as base is non-zero)
This commit is contained in:
parent
5c904bf3e2
commit
96527eee5b
4 changed files with 26 additions and 8 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#include "stdafx.h"
|
||||
#include "stdafx.h"
|
||||
|
||||
#include "Utilities/StrUtil.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue