Port of prboom to libretro - plays Doom, Doom II, Final Doom and other Doom IWAD mods.
Go to file
Fernando Carmona Varo a2e2897684 Support Bits2 field and fix docs
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.
2019-10-12 03:03:13 +02:00
data Backport bbaefa9b77 2015-08-28 07:39:00 +02:00
deps Warning fixes/supressions 2019-08-26 13:28:50 +02:00
doc Support Bits2 field and fix docs 2019-10-12 03:03:13 +02:00
jni Refactor android jni makefiles 2018-04-09 16:41:52 -05:00
libretro Support RETRO_ENVIRONMENT_GET_TARGET_REFRESH_RATE 2019-10-09 19:39:29 +02:00
src Support Bits2 field and fix docs 2019-10-12 03:03:13 +02:00
.gitignore Move configuration and save files from WAD directory to appropriate subdirectory of frontend-defined save path 2018-04-29 12:24:23 +01:00
.travis.yml add 3ds to travis build 2017-10-23 21:24:29 -04:00
AUTHORS Initial commit 2012-05-12 22:26:23 +02:00
COPYING Initial commit 2012-05-12 22:26:23 +02:00
FAQ Initial commit 2012-05-12 22:26:23 +02:00
Makefile Merge pull request #115 from yoshisuga/tvos_support 2019-09-14 06:56:59 +02:00
Makefile.common Add MUSINFO support 2019-10-12 03:03:13 +02:00
Makefile.prboomdata Take out some unnecessary defines 2015-11-03 22:05:59 +01:00
prboom.wad Add prboom.wad 2016-02-05 16:55:32 +01:00
README Initial commit 2012-05-12 22:26:23 +02:00
README.md Update README.md 2012-05-14 23:33:47 +03:00
TODO Initial commit 2012-05-12 22:26:23 +02:00

libretro-prboom

Port of prboom to libretro.