libretro / libretro-prboom

Port of prboom to libretro - plays Doom, Doom II, Final Doom and other Doom IWAD mods.
GNU General Public License v2.0
69 stars 49 forks source link

I want to be able to use IWAD alone #166

Open satorope opened 2 years ago

satorope commented 2 years ago

prboom treats the following non-IWADs as PWADs and cannot play, for example, Chex Quest:

const char *const standard_iwads[]=
{
  "doom2f.wad",
  "doom2.wad",
  "plutonia.wad",
  "tnt.wad",
  "freedoom2.wad",
  "doom.wad",
  "doomu.wad", /* CPhipps - alow doomu.wad */
  "freedoom1.wad",
  "freedoom.wad",
  "doom1.wad",
};

Simply register all IWADs listed below. You can change the IWAD used by the folder structure.