mirror of
https://github.com/libretro/libretro-prboom.git
synced 2024-11-27 10:11:11 +00:00
Port of prboom to libretro - plays Doom, Doom II, Final Doom and other Doom IWAD mods.
a2e2897684
To maximize forwards compatiblity in case the flags in Bits/Bits2 got shifted around in different ports, both Bits and Bits2 will accept any of the flags when using mnemonics, and they will set their values in the corresponding bits. However, "Bits" will only unset (set to zero) the bits in the lower 32 bits, and "Bits2" will only unset (set zero) the second 32 bits set. This is to prevent dehacked files that only manipulate the first 32 bits from affecting the default values from "Bits2", which would have otherwise held hardcoded behavior expected from Doom. |
||
---|---|---|
data | ||
deps | ||
doc | ||
jni | ||
libretro | ||
src | ||
.gitignore | ||
.travis.yml | ||
AUTHORS | ||
COPYING | ||
FAQ | ||
Makefile | ||
Makefile.common | ||
Makefile.prboomdata | ||
prboom.wad | ||
README | ||
README.md | ||
TODO |
libretro-prboom
Port of prboom to libretro.