mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-06 10:17:14 +00:00
ZVISION: Create ZVisionGameId entry None
This is used to end the AD table
This commit is contained in:
parent
9147636003
commit
9036b8d3d2
@ -28,8 +28,9 @@
|
||||
namespace ZVision {
|
||||
|
||||
enum ZVisionGameId {
|
||||
ZorkNemesis,
|
||||
ZorkGrandInquisitor
|
||||
None = 0,
|
||||
ZorkNemesis = 1,
|
||||
ZorkGrandInquisitor = 2
|
||||
};
|
||||
|
||||
struct ZVisionGameDescription {
|
||||
|
Loading…
x
Reference in New Issue
Block a user