mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-05 09:10:29 +00:00
Merge pull request #1064 from csnover/tinsel-oom
TINSEL: Increase maximum number of objects
This commit is contained in:
commit
097523d0ec
@ -34,7 +34,7 @@ struct PALQ;
|
||||
|
||||
enum {
|
||||
/** the maximum number of objects */
|
||||
NUM_OBJECTS = 256,
|
||||
NUM_OBJECTS = 512,
|
||||
|
||||
// object flags
|
||||
DMA_WNZ = 0x0001, ///< write non-zero data
|
||||
|
Loading…
Reference in New Issue
Block a user