gitextract_mry0xxmd/ ├── .gitattributes ├── Disasm201/ │ ├── Disasm.bpr │ ├── Disasm.c │ ├── cmdlist.c │ ├── disasm.def │ ├── disasm.h │ ├── disasm.vs2008.sln │ ├── disasm.vs2008.vcproj │ └── main.c ├── Include/ │ ├── ---dsound.h │ ├── 3DFX.H │ ├── D3D10.h │ ├── D3D10_1.h │ ├── D3D10_1shader.h │ ├── D3D10effect.h │ ├── D3D10shader.h │ ├── D3D11.h │ ├── D3D11SDKLayers.h │ ├── D3D11Shader.h │ ├── D3Dcommon.h │ ├── DShow.h │ ├── FXDLL.H │ ├── FXGLOB.H │ ├── FXOS.H │ ├── MinHook.h │ ├── SST1VID.H │ ├── TlHelp32.h │ ├── Vfw.h │ ├── amstream.h │ ├── d3d.h │ ├── d3d10misc.h │ ├── d3d10sdklayers.h │ ├── d3d8.h │ ├── d3d8caps.h │ ├── d3d8types.h │ ├── d3d9.h │ ├── d3d9.wine.h │ ├── d3d9caps.h │ ├── d3d9types.h │ ├── d3dcaps.h │ ├── d3dtypes.h │ ├── ddraw.h │ ├── ddrawex.h │ ├── ddrawi.h │ ├── dds.h │ ├── dinput.h │ ├── disasm.h │ ├── dsound.h │ ├── dxdiag.h │ ├── dxwnd.h │ ├── gl/ │ │ ├── gl.h │ │ ├── glext.h │ │ ├── glxext.h │ │ └── wglext.h │ ├── gl.h │ ├── glext.h │ ├── glide.h │ ├── glidesys.h │ ├── glideutl.h │ ├── glu.h │ ├── qmixer.h │ └── sst1init.h ├── README.md ├── build/ │ ├── README.FIRST.txt │ ├── exports/ │ │ ├── 007 NightFire.dxw │ │ ├── 101 The Airborne Invasion of Normandy.dxw │ │ ├── 11th Hour, the.dxw │ │ ├── 25 to Life.dxw │ │ ├── 3D Cube Hopper.dxw │ │ ├── 3D Frog Man.dxw │ │ ├── 4x4 Evolution.dxw │ │ ├── 688(I) Hunter Killer.dxw │ │ ├── 7th Guest (window port).dxw │ │ ├── 8th Wonder.dxw │ │ ├── A10 Cuba.dxw │ │ ├── Abomination.dxw │ │ ├── Abuse.dxw │ │ ├── Abyss Incident at Europa.dxw │ │ ├── Actua Ice Hockey.dxw │ │ ├── Actua Soccer 3.dxw │ │ ├── Adrenix 3D.dxw │ │ ├── Adrenix.dxw │ │ ├── AeroStyle.dxw │ │ ├── Affari Tuoi.dxw │ │ ├── Agassi Tennis Generation.dxw │ │ ├── Age of Empires Expansion Trial.dxw │ │ ├── Age of Empires II.dxw │ │ ├── Age of Empires III.dxw │ │ ├── Age of Empires.dxw │ │ ├── Age of Wanderer.dxw │ │ ├── Age of Wonders II.dxw │ │ ├── Age of Wonders.dxw │ │ ├── Agile Warrior F111X.dxw │ │ ├── AirXonix.dxw │ │ ├── Airfix Dogfighter.dxw │ │ ├── Akuma Demon Spawn - Lamentation Sword.dxw │ │ ├── Al Unser Arcade Racing (original EXE).dxw │ │ ├── Al Unser Arcade Racing.dxw │ │ ├── Alien Ambush.dxw │ │ ├── Alien Nations (GOG).dxw │ │ ├── Alien Nations.dxw │ │ ├── Alien Swarm (Steam).dxw │ │ ├── Alien vs. Predator Gold.dxw │ │ ├── Alone in the Dark the New Nightmare.dxw │ │ ├── Alphanatix.dxw │ │ ├── American McGee's Alice.dxw │ │ ├── Amerzone.dxw │ │ ├── Ancient Evil demo.dxw │ │ ├── Apache for Win95.dxw │ │ ├── Arcade Pool 2.dxw │ │ ├── Area 51.dxw │ │ ├── Armor Command.dxw │ │ ├── Armored Fist 3.dxw │ │ ├── Army Men RTS.dxw │ │ ├── Art is Dead.dxw │ │ ├── Arthur's Quest.dxw │ │ ├── Arx Fatalis.dxw │ │ ├── Ashes to Ashes.dxw │ │ ├── Atlantis - The Lost Tales.dxw │ │ ├── Attack of the Saucerman.dxw │ │ ├── Aura 2 The Sacred Rings.dxw │ │ ├── Avadon 2 The Corruption (Steam).dxw │ │ ├── Avadon the Black Fortress (Steam).dxw │ │ ├── Avernum 2 Crystal Souls (Steam).dxw │ │ ├── Avernum 4 (Steam).dxw │ │ ├── Avernum 5 (Steam).dxw │ │ ├── Avernum 6 (Steam).dxw │ │ ├── Avernum Escape From the Pit (Steam).dxw │ │ ├── Avernum demo.dxw │ │ ├── Axis & Allies Iron Blitz Edition.dxw │ │ ├── Aztec Wars.dxw │ │ ├── Baldur's Gate.dxw │ │ ├── Banzai Bug.dxw │ │ ├── Barbie Riding Club.dxw │ │ ├── Bard's Tale, the.dxw │ │ ├── Batman Vengeance.dxw │ │ ├── Battery Check.dxw │ │ ├── Battle Isle - the Andosia War.dxw │ │ ├── Battle Realms.dxw │ │ ├── Battlezone (1998).dxw │ │ ├── Beavis & Butthead Do U..dxw │ │ ├── Beetle Crazy Cup.dxw │ │ ├── Betrayal in Antara.dxw │ │ ├── Beyond Divinity.dxw │ │ ├── Big BumpZ.dxw │ │ ├── Black & White.dxw │ │ ├── Black Moon Chronicles.dxw │ │ ├── Black Thorn.dxw │ │ ├── Blade Runner (4CD version).dxw │ │ ├── Blade Runner (Win7).dxw │ │ ├── Blade Runner.dxw │ │ ├── Blair Witch Volume One - Rustin Parr.dxw │ │ ├── Blair Witch Volume Three - Elly Kedward.dxw │ │ ├── Blair Witch Volume Two.dxw │ │ ├── Blaze and Blade.dxw │ │ ├── Blood 2 the Chosen.dxw │ │ ├── Bomberbabe.dxw │ │ ├── Breath of Fire IV.dxw │ │ ├── Bugdom.dxw │ │ ├── Bugriders the Race of Kings.dxw │ │ ├── Bugs Bunny Lost In Time.dxw │ │ ├── Bunnies must die.dxw │ │ ├── Bust A Move 3DX.dxw │ │ ├── C&C Generals.dxw │ │ ├── C&C Red Alert 2 Yuri's Revenge.dxw │ │ ├── Call Of Cthulhu DCotE.dxw │ │ ├── Call To Power 2.dxw │ │ ├── Carmageddon (gore).dxw │ │ ├── Carmageddon (no gore).dxw │ │ ├── Carmageddon 2 (GLIDE).dxw │ │ ├── Carmageddon 2 (SW).dxw │ │ ├── Carnivores 3DFX.dxw │ │ ├── Carnivores.dxw │ │ ├── Catechumen (3DFX).dxw │ │ ├── Cave Story.dxw │ │ ├── Celtic Kings Rage of War.dxw │ │ ├── Championship Manager 03 04.dxw │ │ ├── Chaos Island (rip).dxw │ │ ├── Chaos Island.dxw │ │ ├── Chaos Overlords.dxw │ │ ├── Chariots of War.dxw │ │ ├── Chicago 1930.dxw │ │ ├── Chicken Invaders 2.dxw │ │ ├── Circus Fighters.dxw │ │ ├── Close Combat 2 a bridge too far.dxw │ │ ├── Close Combat 5 Invasion Normandy.dxw │ │ ├── Codename Tenka.dxw │ │ ├── Colin McRae Rally 2.0.dxw │ │ ├── Command & Conquer - Red Alert The Aftermath.dxw │ │ ├── Command & Conquer Red Alert 2.dxw │ │ ├── Conflict Zone.dxw │ │ ├── Contrast.dxw │ │ ├── Cool Pool Eightball Demo.dxw │ │ ├── Corsairs Gold (GOG).dxw │ │ ├── Corsairs.dxw │ │ ├── Cossacks II.dxw │ │ ├── Crimson Skies (DEMO).dxw │ │ ├── Crimson Skies.dxw │ │ ├── Croc - Legend of the Gobbos.dxw │ │ ├── Croc 2.dxw │ │ ├── Crusaders of Might and Magic (GOG).dxw │ │ ├── Crusaders of Might and Magic Demo.dxw │ │ ├── Cyber Gladiators (3dfx).dxw │ │ ├── Cydonia.dxw │ │ ├── D.O.G. - Fight for Your Life.dxw │ │ ├── DOSBox-0.74.dxw │ │ ├── DX-Ball2.dxw │ │ ├── Daemonstar.dxw │ │ ├── Daikatana.dxw │ │ ├── Damage Incorporated.dxw │ │ ├── Dangerous Waters.dxw │ │ ├── Darius Gaiden.dxw │ │ ├── Dark Angael.dxw │ │ ├── Dark Colony (16 bit).dxw │ │ ├── Dark Colony.dxw │ │ ├── Dark Disciples 1.dxw │ │ ├── Dark Disciples 2.dxw │ │ ├── Dark Earth.dxw │ │ ├── Dark Fall - The Journal (GOG 2.0.0.6).dxw │ │ ├── Dark Planet Battle for Natrolis.dxw │ │ ├── Dark Reign.dxw │ │ ├── Dark Vengeance.dxw │ │ ├── Darkened Skye.dxw │ │ ├── Daytona USA Deluxe Edition.dxw │ │ ├── Daytona USA Deluxe.dxw │ │ ├── Dead Rising 2 Off The Record.dxw │ │ ├── Deadlock II.dxw │ │ ├── DeathSpank The Baconing.dxw │ │ ├── Deathtrap Dungeon.dxw │ │ ├── Deer Hunter.dxw │ │ ├── Defiance (D3D).dxw │ │ ├── Defiance.dxw │ │ ├── Deo Gratias.dxw │ │ ├── Dethkarz.dxw │ │ ├── Devastation.dxw │ │ ├── Devil Inside, the.dxw │ │ ├── Diablo MP demo.dxw │ │ ├── Diablo.dxw │ │ ├── Die Hard Nakatomi Plaza.dxw │ │ ├── Die Hard Trilogy (Game 1).dxw │ │ ├── Die Hard Trilogy (Game 2).dxw │ │ ├── Die Hard Trilogy (Game 3).dxw │ │ ├── Die Hard Trilogy (launcher).dxw │ │ ├── Digger XP.dxw │ │ ├── Dink Smallwood.dxw │ │ ├── Dinosaur Resurrection.dxw │ │ ├── Dirt Track Racing 2 Demo.dxw │ │ ├── Dirt Track Racing 2.dxw │ │ ├── Dirt Track Racing.dxw │ │ ├── Disciples II - Dark Prophecy.dxw │ │ ├── Disney Groove It.dxw │ │ ├── Divide, the.dxw │ │ ├── Divine Divinity (GOG).dxw │ │ ├── Divine Divinity.dxw │ │ ├── Dominant Species.dxw │ │ ├── Doom 3.dxw │ │ ├── Doom Shareware for Windows 95.dxw │ │ ├── Doom95.dxw │ │ ├── Dracula - The Resurrection (GOG).dxw │ │ ├── Dracula Twins.dxw │ │ ├── Dragon Dice.dxw │ │ ├── Dragon Heart.dxw │ │ ├── Drakan Order of the Flame (10th anniversary).dxw │ │ ├── Drome Racers.dxw │ │ ├── Duckman.dxw │ │ ├── Duke Nukem - Manhattan Project (D3D8).dxw │ │ ├── Duke Nukem Forever.dxw │ │ ├── Dune 2000.dxw │ │ ├── Dungeon Keeper II.dxw │ │ ├── Dungeon Lords MMXII.dxw │ │ ├── Dungeon Odyssey (Demo).dxw │ │ ├── Dweep Gold.dxw │ │ ├── Dylan Dog Horror at Luna Park.dxw │ │ ├── Earth 2150.dxw │ │ ├── Earthworm Jim 3D.dxw │ │ ├── Eat my Dust.dxw │ │ ├── Echelon.dxw │ │ ├── Ed Hunter.dxw │ │ ├── Empire Earth.dxw │ │ ├── Empire of the Ants (ITA).dxw │ │ ├── Empire of the Ants.dxw │ │ ├── End of Twilight.dxw │ │ ├── Enemy Zero.dxw │ │ ├── Esoteria.dxw │ │ ├── European Air War.dxw │ │ ├── Evil Dead Hail to the King.dxw │ │ ├── Evil Islands.dxw │ │ ├── Evolva.dxw │ │ ├── Excalibur.dxw │ │ ├── Extreme-G_2.dxw │ │ ├── F-16 Agressor.dxw │ │ ├── F-16 Fighting Falcon.dxw │ │ ├── F-16 Multirole Fighter.dxw │ │ ├── F1 Manager 2000.dxw │ │ ├── FIFA 2000.dxw │ │ ├── Fallout.dxw │ │ ├── Fatal Abyss.dxw │ │ ├── Fate.dxw │ │ ├── Faust the seven games of the soul.dxw │ │ ├── Fifa 99 (Direct3D).dxw │ │ ├── Fifa 99 (sw renderer).dxw │ │ ├── Fighting Force.dxw │ │ ├── Fin-Fin.dxw │ │ ├── Final Odyssey.dxw │ │ ├── FireCrow.dxw │ │ ├── Flying Heroes.dxw │ │ ├── Flying Saucer.dxw │ │ ├── Force 21.dxw │ │ ├── Forsaken (HW).dxw │ │ ├── Future Cop L.A.P.D..dxw │ │ ├── G-Darius.dxw │ │ ├── G-Nome.dxw │ │ ├── GP 500 (win2k obfuscated).dxw │ │ ├── GP 500.dxw │ │ ├── GTA 3.dxw │ │ ├── GTA window.dxw │ │ ├── GTA2.dxw │ │ ├── Galapagos demo.dxw │ │ ├── Galapagos.dxw │ │ ├── Garfield - Caught in the Act.dxw │ │ ├── Geneforge (Steam).dxw │ │ ├── Geneforge 2 (Steam).dxw │ │ ├── Geneforge 3 (Steam).dxw │ │ ├── Geneforge 4 (Steam).dxw │ │ ├── Geneforge.dxw │ │ ├── Genocide (ORIGINAL).dxw │ │ ├── Genocide (REMIXED VERSION).dxw │ │ ├── Gooka The Mystery of Janatris.dxw │ │ ├── Gorky 17.dxw │ │ ├── Grand Prix Legends.dxw │ │ ├── Grand Prix World.dxw │ │ ├── Grand Theft Auto 3 Vice City.dxw │ │ ├── Ground Control (sw renderer).dxw │ │ ├── Ground Control.dxw │ │ ├── Gruntz.dxw │ │ ├── Gunbound (fullscreen).dxw │ │ ├── Gunbound.dxw │ │ ├── H.E.D.Z..dxw │ │ ├── Hamsterball.dxw │ │ ├── Heart of Darkness.dxw │ │ ├── Hearts of Iron III.dxw │ │ ├── Heavy Gear.dxw │ │ ├── Hercules.dxw │ │ ├── Heroes of Might and Magic 4 Complete.dxw │ │ ├── Heroes of Might and Magic IV.dxw │ │ ├── Hesperian Wars.dxw │ │ ├── Hexen II (GDI).dxw │ │ ├── Hexen II (OpenGl).dxw │ │ ├── Hexen95.dxw │ │ ├── Hexplore.dxw │ │ ├── Hitchcock the Final Cut.dxw │ │ ├── Hitman - Codename 47.dxw │ │ ├── Hitman 2 Silent Assassin.dxw │ │ ├── Hollywood Monsters.dxw │ │ ├── Homeworld 2.dxw │ │ ├── Homeworld.dxw │ │ ├── Hoppop'n.dxw │ │ ├── Horde 2 the Citadel.dxw │ │ ├── Horde.dxw │ │ ├── Hot Chix 'n' Gear Stix (demo).dxw │ │ ├── House of the Dead 2.dxw │ │ ├── Hoyle Casino 2001.dxw │ │ ├── Hoyle Casino Empire (GDI emulation).dxw │ │ ├── Hoyle Casino Empire (fullscreen).dxw │ │ ├── Hoyle Casino Empire.dxw │ │ ├── Hundred Swords.dxw │ │ ├── Hydro Thunder.dxw │ │ ├── Hyper Crazy Climber.dxw │ │ ├── HyperBlade.dxw │ │ ├── I-War.dxw │ │ ├── Icewind Dale 2.dxw │ │ ├── Icewind Dale II.dxw │ │ ├── Icewind Dale.dxw │ │ ├── Imperialism II.dxw │ │ ├── Imperialism.dxw │ │ ├── In the Hunt.dxw │ │ ├── Incoming (GOG).dxw │ │ ├── Incoming Forces (GOG).dxw │ │ ├── Indiana Jones and the Infernal Machine.dxw │ │ ├── IndyCar Series.dxw │ │ ├── Inquisition.dxw │ │ ├── Insane.dxw │ │ ├── Intensity XS.dxw │ │ ├── International Football 2000.dxw │ │ ├── Interstate 76 Nitro Pack.dxw │ │ ├── Interstate 76.dxw │ │ ├── Jagged Alliance 2 Gold.dxw │ │ ├── Janes FA18.dxw │ │ ├── Jazz Jackrabbit 2.dxw │ │ ├── Jeff Gordon XS Racing demo.dxw │ │ ├── Jeff Wayne's - The War of the Worlds.dxw │ │ ├── Jet Moto.dxw │ │ ├── JetMoto.dxw │ │ ├── Jolly Rover.dxw │ │ ├── Jumpgate Classic.dxw │ │ ├── KA52 Team Alligator.dxw │ │ ├── KKND Xtreme.dxw │ │ ├── Kasbrik 3D.dxw │ │ ├── Killing Time.dxw │ │ ├── Kingpin Life Of Crime (intro).dxw │ │ ├── Kingpin Life Of Crime.dxw │ │ ├── Kiss Psycho Circus.dxw │ │ ├── Knight Moves.dxw │ │ ├── KnightShift.dxw │ │ ├── Knights Of Honor.dxw │ │ ├── Knights_And_Merchants (1024).dxw │ │ ├── Knights_And_Merchants (800).dxw │ │ ├── Kohan II Kings of War.dxw │ │ ├── L'Elefante a Strisce.dxw │ │ ├── LEGO Pirates.dxw │ │ ├── LEGO Star Wars - The Complete Saga.dxw │ │ ├── LEGO Star Wars.dxw │ │ ├── LEGO Stunt Rally.dxw │ │ ├── Land of the Dead.dxw │ │ ├── Lander.dxw │ │ ├── Largo Winch.dxw │ │ ├── Last Bronx.dxw │ │ ├── Last Half od Darkness.dxw │ │ ├── Layer Section.dxw │ │ ├── Legacy of Kain Soul Reaver (GOG).dxw │ │ ├── Legacy of Kain Soul Reaver 2.dxw │ │ ├── Legend of the Prophet & Assassin, the.dxw │ │ ├── Les adventures de Robby le Robot - Mission Code de la route.dxw │ │ ├── Little Big Adventure 2 (Windows patch).dxw │ │ ├── Lode Runner 2.dxw │ │ ├── Loonyland 2 CE.dxw │ │ ├── Lords of Magic Special Edition.dxw │ │ ├── Lose Your Marbles.dxw │ │ ├── Lost Valley.dxw │ │ ├── LuXiaoFeng.dxw │ │ ├── M1 Tank Platoon 2.dxw │ │ ├── MDK2.dxw │ │ ├── Machine Hunter.dxw │ │ ├── Madden NFL 08.dxw │ │ ├── Mageslayer.dxw │ │ ├── Magic & Mayhem.dxw │ │ ├── Mall Tycoon 3.dxw │ │ ├── Mall Tycoon.dxw │ │ ├── Man TT Super Bike (fake fullscreen).dxw │ │ ├── Man TT Super Bike.dxw │ │ ├── Marbles.dxw │ │ ├── Martian Gothic Unification.dxw │ │ ├── Mechcommander Gold.dxw │ │ ├── Mechwarrior 3 (high res).dxw │ │ ├── Mechwarrior 3.dxw │ │ ├── Medford Asylum.dxw │ │ ├── Men in Black.dxw │ │ ├── Mephisto Chess.dxw │ │ ├── Metal Gear Solid VR.dxw │ │ ├── Metal Gear Solid.dxw │ │ ├── Metal Knight.dxw │ │ ├── Microsoft Golf '98 trial (win).dxw │ │ ├── Microsoft Golf '98 trial.dxw │ │ ├── Microsoft Golf 1998 Edition.dxw │ │ ├── Microsoft Golf 1999 Edition.dxw │ │ ├── Microsoft Golf 2001.dxw │ │ ├── Microsoft Midtown Madness.dxw │ │ ├── Microsoft Motocross Madness 2 (emu).dxw │ │ ├── Microsoft Motocross Madness 2 trial.dxw │ │ ├── Microsoft Motocross Madness.dxw │ │ ├── Microsoft Pandora's Box.dxw │ │ ├── Microsotf Motocross Madness 2.dxw │ │ ├── Midnight GT Primary Racer.dxw │ │ ├── Mig 29 Fulcrum.dxw │ │ ├── Millennium Racer Y2K fighters.dxw │ │ ├── Minigolf Master Miniverse (demo).dxw │ │ ├── Mirror's Edge.dxw │ │ ├── Moon Tycoon.dxw │ │ ├── MoonBase Commander (640x480).dxw │ │ ├── More Aggressive.dxw │ │ ├── Moto Racer 2 (GOG sw mode).dxw │ │ ├── Moto Racer demo.dxw │ │ ├── Motocross Madness (RIP).dxw │ │ ├── Motocross Madness Trial.dxw │ │ ├── Motocross Madness.dxw │ │ ├── Mr. Driller.dxw │ │ ├── Myth III - The Wolf Age.dxw │ │ ├── Myth the Fallen Lords.dxw │ │ ├── NASCAR 2000.dxw │ │ ├── NHL 2002.dxw │ │ ├── NHL 99.dxw │ │ ├── Nascar Pinball.dxw │ │ ├── Nascar Racing 3 (3DFX).dxw │ │ ├── Nascar Racing 3.dxw │ │ ├── Nebula Fighter.dxw │ │ ├── Need 4 Speed IV High Stakes.dxw │ │ ├── Need For Speed 3.dxw │ │ ├── Need For Speed SE.dxw │ │ ├── Need for Speed 5 Porsche Unleashed.dxw │ │ ├── Need for Speed Underground 2.dxw │ │ ├── Neophyte Koplio's Story.dxw │ │ ├── NetStorm - Islands at War.dxw │ │ ├── New York Race.dxw │ │ ├── Nightmare Creatures demo (sw mode).dxw │ │ ├── Nightmare Creatures demo.dxw │ │ ├── No Respect (1.1).dxw │ │ ├── No Respect.dxw │ │ ├── Nocturne.dxw │ │ ├── Nox (GOG).dxw │ │ ├── Nox (RIP).dxw │ │ ├── Nuclear Strike (3dfx).dxw │ │ ├── O.D.T. Escape Or Die Trying (SW 640X480).dxw │ │ ├── O.D.T. Escape Or Die Trying (HW 640X480).dxw │ │ ├── O.D.T. Escape Or Die Trying.dxw │ │ ├── O.R.B. Offword Rescue Base.dxw │ │ ├── Of Light and Darkness.dxw │ │ ├── Ominous Horizons.dxw │ │ ├── One Must Fall - Battlegrounds.dxw │ │ ├── Open Ice 2 on 2 Challenge.dxw │ │ ├── Outcast 1999 CD Retail release.dxw │ │ ├── Outcast.dxw │ │ ├── Outlaws.dxw │ │ ├── Outwars.dxw │ │ ├── PBA Bowling 2 Demo.dxw │ │ ├── PC Ciclismo 2001 (HAL).dxw │ │ ├── PC Ciclismo 2001 (through RGB sw emulation).dxw │ │ ├── POD Gold (D3D).dxw │ │ ├── Paladin 3 RIP.dxw │ │ ├── Pandemonium 2 (GLIDE).dxw │ │ ├── Panzer Commander.dxw │ │ ├── Panzer Dragoon.dxw │ │ ├── Panzer General 3 Scorched Earth.dxw │ │ ├── Panzer General 3D Assault (GOG).dxw │ │ ├── Panzer General 3D Assault.dxw │ │ ├── Paradise Cracked.dxw │ │ ├── Patrician III.dxw │ │ ├── Pax Corpus.dxw │ │ ├── Phantasmagoria 2.dxw │ │ ├── Planet of the Apes.dxw │ │ ├── Populous 3 (GOG - D3D).dxw │ │ ├── Populous 3 (GOG).dxw │ │ ├── Port Royale 2.dxw │ │ ├── Portugal 1111.dxw │ │ ├── Post Mortem (CD version).dxw │ │ ├── Postal.dxw │ │ ├── Powerslide.dxw │ │ ├── Praetorians.dxw │ │ ├── Premier Manager 98.dxw │ │ ├── Prey.dxw │ │ ├── Primitive Wars.dxw │ │ ├── Prince of Persia - Warrior Within (GOG).dxw │ │ ├── Prince of Persia 3D Demo.dxw │ │ ├── Prince of Persia 3D.dxw │ │ ├── Prince of Persia The Two Thrones (GOG).dxw │ │ ├── Prison Tycoon.dxw │ │ ├── Prisoner of War.dxw │ │ ├── Project Eden.dxw │ │ ├── Project IGI.dxw │ │ ├── Psychoballs.dxw │ │ ├── Puma World Football.dxw │ │ ├── Puyo Puyo Sun.dxw │ │ ├── Puzzle Agent Nelson Tethers.dxw │ │ ├── Quake (OpenGL 3DFX).dxw │ │ ├── Quake (win).dxw │ │ ├── Queen of Heart 98.dxw │ │ ├── RHEM.dxw │ │ ├── Railroad Tycoon II.dxw │ │ ├── Rapanui.dxw │ │ ├── Rayman 2 (GOG).dxw │ │ ├── Rayman 2 Demo.dxw │ │ ├── Re-Volt.dxw │ │ ├── Reah.dxw │ │ ├── Real War Air Land Sea.dxw │ │ ├── Reap, the.dxw │ │ ├── Recoil.dxw │ │ ├── Requiem Avenging Angel (D3D).dxw │ │ ├── Requiem Avenging Angel (software).dxw │ │ ├── Resident Evil (sw mode).dxw │ │ ├── Restricted Area.dxw │ │ ├── Return Fire 2 (OpenGL).dxw │ │ ├── Return Fire 2 (SW).dxw │ │ ├── Return to Castle Wolfenstein.dxw │ │ ├── Rift Space.dxw │ │ ├── Risk II (Hasbro).dxw │ │ ├── Rites of War Demo.dxw │ │ ├── Road Rash.dxw │ │ ├── Robin Hood - The Legend of Sherwood (GOG).dxw │ │ ├── RoboRumble (dx5).dxw │ │ ├── RoboRumble (sw).dxw │ │ ├── Robocop 2D 2.dxw │ │ ├── Robocop 2D.dxw │ │ ├── Robocop.dxw │ │ ├── Rollcage (3DFX).dxw │ │ ├── Rollcage (D3D).dxw │ │ ├── Rollcage 2 (D3D).dxw │ │ ├── RollerCoaster Tycoon 2 demo.dxw │ │ ├── RollerCoaster Tycoon 2.dxw │ │ ├── RollerCoaster Tycoon 3.dxw │ │ ├── RollerCoaster Tycoon Deluxe.dxw │ │ ├── RollerCoaster Tycoon.dxw │ │ ├── Runaway.dxw │ │ ├── Rune War.dxw │ │ ├── Rune.dxw │ │ ├── SPWaW 2016.dxw │ │ ├── STCC Swedish TouringCar Championship.dxw │ │ ├── Scrapland.dxw │ │ ├── Settlers 3, the.dxw │ │ ├── Settlers 4, the, with NVIDIA or VirtualBox.dxw │ │ ├── Shadow Watch.dxw │ │ ├── Sheep Dog'n Wolf.dxw │ │ ├── Sherlock Holmes - Mistery of the Mummy (steam).dxw │ │ ├── Sherlock Holmes The Mystery of The Mummy demo.dxw │ │ ├── ShipWreckers demo.dxw │ │ ├── Shogo Mobile Armor Division.dxw │ │ ├── Sid Meier's Alpha Centauri (GOG).dxw │ │ ├── Sid Meier's Civilization III Complete.dxw │ │ ├── Sid Meiers SimGolf CLASS.dxw │ │ ├── Sid Meyer's Gettysburg Demo.dxw │ │ ├── Silent Hill 2 Director's Cut.dxw │ │ ├── Silent Hunter III.dxw │ │ ├── Silver.dxw │ │ ├── SimCity 3000.dxw │ │ ├── Slam Tilt.dxw │ │ ├── Slave Zero.dxw │ │ ├── Snowboard Racer.dxw │ │ ├── Snowmobile Racing.dxw │ │ ├── Space Hulk.dxw │ │ ├── Space Rangers.dxw │ │ ├── Spearhead.dxw │ │ ├── SpellForce GOLD Edition.dxw │ │ ├── Spike the Hedgehog.dxw │ │ ├── Spirit Warrior.dxw │ │ ├── Sports Car GT Demo.dxw │ │ ├── Sports Car GT.dxw │ │ ├── St. Row the Third (DX11).dxw │ │ ├── St. Row the Third (DX9).dxw │ │ ├── Stahlfabrik.dxw │ │ ├── Star Defender 1.dxw │ │ ├── Star Defender 2.dxw │ │ ├── Star Trek Armada.dxw │ │ ├── Star Trek Birth of the Federation.dxw │ │ ├── Star Trek Generations.dxw │ │ ├── Star Trek Hidden Evil.dxw │ │ ├── Star Trek Klingon Academy.dxw │ │ ├── Star Trek Starfleet Command.dxw │ │ ├── Star Wars Episode I Racer (emulated).dxw │ │ ├── Star Wars Episode I Racer.dxw │ │ ├── Star Wars Jedi Knight II (multiplayer).dxw │ │ ├── Star Wars Jedi Knight II (singleplayer).dxw │ │ ├── Star Wars Phantom Menace.dxw │ │ ├── Star Wars Rogue Squadron 3D.dxw │ │ ├── Star Wars Shadow of the Empire (DEMO).dxw │ │ ├── Star Wars Shadow of the Empire.dxw │ │ ├── Star Wars Tie Fighter (virtual joystick).dxw │ │ ├── Star Wars Tie Fighter.dxw │ │ ├── Star Wars X-Wing Alliance (GOG).dxw │ │ ├── Star Wars X-Wing Alliance.dxw │ │ ├── Star Wars X-Wing vs. Tie-Fighter (GOG).dxw │ │ ├── StarCraft.dxw │ │ ├── Starfleet Academy (d3d).dxw │ │ ├── Starfleet Academy (sw).dxw │ │ ├── Starsiege - Tribes.dxw │ │ ├── State of Emergency.dxw │ │ ├── State of War Warmonger.dxw │ │ ├── Steel Saviour demo (T-Zwei).dxw │ │ ├── Steel Saviour.dxw │ │ ├── Still Life (GOG).dxw │ │ ├── Stratego.dxw │ │ ├── Street Fighters Zero.dxw │ │ ├── Street Wars.dxw │ │ ├── Streets of Sim City (2000 re-release, 3DFX).dxw │ │ ├── Strength & Honour.dxw │ │ ├── Stronghold Crusader HD.dxw │ │ ├── Stronghold Crusader.dxw │ │ ├── Sub Command.dxw │ │ ├── SubCulture (3DFX).dxw │ │ ├── SubCulture (D3D).dxw │ │ ├── SubCulture (sw).dxw │ │ ├── Subspace the Captain's Chair.dxw │ │ ├── Summoner, the.dxw │ │ ├── Super Puzzle Fighter 2 Turbo.dxw │ │ ├── Super Real Mahjong P7.dxw │ │ ├── SuperBike 2000.dxw │ │ ├── SuperChix'76 (demo).dxw │ │ ├── Swat 3 (GOG).dxw │ │ ├── Swat 3.dxw │ │ ├── Syberia 2.dxw │ │ ├── Syberia.dxw │ │ ├── TOCA Touring Car Championship.dxw │ │ ├── Tails Gear.dxw │ │ ├── Taito Legends 2.dxw │ │ ├── Take no Prisoners.dxw │ │ ├── Talis Gear.dxw │ │ ├── Tanktics.dxw │ │ ├── Tarzan Action Game.dxw │ │ ├── Taz Wanted.dxw │ │ ├── Tenka.dxw │ │ ├── Tetris Worlds.dxw │ │ ├── The Creed (SW DEMO).dxw │ │ ├── The Creed.dxw │ │ ├── The Hobbit(TM) Demo.dxw │ │ ├── The Hobbit(TM).dxw │ │ ├── The Hulk Demo.dxw │ │ ├── The Mummy.dxw │ │ ├── The Sting!.dxw │ │ ├── The Thing.dxw │ │ ├── The Watchmaker.dxw │ │ ├── The Westerner.dxw │ │ ├── The Wonderful End of the World (Steam demo).dxw │ │ ├── The Wonderful End of the World.dxw │ │ ├── Theme Hospital.dxw │ │ ├── Theme Park World.dxw │ │ ├── Theocracy.dxw │ │ ├── Theseus.dxw │ │ ├── Thief the Dark Project GOLD (GOG).dxw │ │ ├── Thief the Dark Project GOLD.dxw │ │ ├── Thorgal.dxw │ │ ├── TieFighter 95.dxw │ │ ├── Tiger Woods PGA TOUR 08 Demo.dxw │ │ ├── Titanic.dxw │ │ ├── Tlon - a misty story.dxw │ │ ├── Tomb Raider - Anniversary Demo.dxw │ │ ├── Tomb Raider - Underworld.dxw │ │ ├── Tomb Raider III (HW acceleration).dxw │ │ ├── Tomb Raider III (SW emulation).dxw │ │ ├── Tomb Raider III.dxw │ │ ├── Tomb Raider Underworld.dxw │ │ ├── Tone Rebellion Leviathan.dxw │ │ ├── Tonic Trouble.dxw │ │ ├── Tony Hawk's Pro Skater 3.dxw │ │ ├── Total Annihilation Kingdoms.dxw │ │ ├── Total Annihilation.dxw │ │ ├── Total Immersion Racing.dxw │ │ ├── Total Soccer 2000 (3DFX).dxw │ │ ├── Total Soccer 2000 (DirectX).dxw │ │ ├── Totò Sapore e il magico sapore della pizza.dxw │ │ ├── Toy Factory.dxw │ │ ├── Trials2 - Second Edition.dxw │ │ ├── TrickStyle (D3D).dxw │ │ ├── Tropico Paradise Island.dxw │ │ ├── Tungusskiy Meteorit.dxw │ │ ├── Typing of the Dead, the.dxw │ │ ├── Ultim@te Race Pro.dxw │ │ ├── Ultimate Soccer Manager 98.dxw │ │ ├── Ultimate Spiderman.dxw │ │ ├── Unreal Tournament.dxw │ │ ├── Unreal.dxw │ │ ├── Urban Chaos.dxw │ │ ├── V-Rally 2 Expert Edition.dxw │ │ ├── V-Rally 3.dxw │ │ ├── V2000.dxw │ │ ├── Vangers.dxw │ │ ├── Viper Racing.dxw │ │ ├── Virtua Cop 2.dxw │ │ ├── Virtua Cop.dxw │ │ ├── Virtua Fighter 2.dxw │ │ ├── Virtua Fighter PC.dxw │ │ ├── Virtua Fighter.dxw │ │ ├── Vital Device.dxw │ │ ├── Wacky Races.dxw │ │ ├── WarWind.dxw │ │ ├── Warcraft 2 Battlenet Ed.dxw │ │ ├── Warcraft Adventures - Lord Of The Clans.dxw │ │ ├── Wargames.dxw │ │ ├── Wargasm.dxw │ │ ├── Warhammer - Shadow of the Horned Rat (x2).dxw │ │ ├── Warhammer - Shadow of the Horned Rat.dxw │ │ ├── Warhammer 40K Chaos Gate.dxw │ │ ├── Warhammer 40K Final Liberation.dxw │ │ ├── Warhammer 40K Rites of War.dxw │ │ ├── Warhammer Dark Omen.dxw │ │ ├── Warlords 3.dxw │ │ ├── Warlords Battlecry 2.dxw │ │ ├── Warlords Battlecry 3 (GOG).dxw │ │ ├── Warlords Battlecry III.dxw │ │ ├── Warpath.dxw │ │ ├── Warrior Kings.dxw │ │ ├── Wars & Warriors Joan of Arc.dxw │ │ ├── Warwind 2.dxw │ │ ├── Weird War.dxw │ │ ├── Wetrix.dxw │ │ ├── Whiteout.dxw │ │ ├── Wildfire.dxw │ │ ├── Wind Fantasy SP.dxw │ │ ├── Wizardry 8 (3DfX).dxw │ │ ├── Wizardry Chronicles V0984b - English.exe.dxw │ │ ├── Wizardry Chronicles.dxw │ │ ├── World Racing (Demo) MX.dxw │ │ ├── World Racing (Demo).dxw │ │ ├── Worms 2 (GOG).dxw │ │ ├── Worms 2.dxw │ │ ├── Worms Pinball.dxw │ │ ├── Wrestling MPire Remix.dxw │ │ ├── X - Beyond the Frontier (dx6).dxw │ │ ├── X - Beyond the Frontier.dxw │ │ ├── X-COM Interceptor.dxw │ │ ├── X-Files, the.dxw │ │ ├── XENIC.dxw │ │ ├── XIII.dxw │ │ ├── Xwing vs. Tie-Fighter demo.dxw │ │ ├── Yu No (english patch).dxw │ │ ├── ZPC Zero Population Count.dxw │ │ ├── Zanzarah The Hidden Portal.dxw │ │ ├── Zenfar.dxw │ │ ├── Zero Critical.dxw │ │ ├── Zero Divide.dxw │ │ ├── Zero Zone.dxw │ │ ├── Zoo Tycoon.dxw │ │ ├── ZugyA.dxw │ │ ├── Zulu Assault.dxw │ │ ├── eXpendable.dxw │ │ └── mdk 95.dxw │ ├── help/ │ │ └── placeholder.txt │ └── readme-relnotes.txt ├── dll/ │ ├── Inject.cpp │ ├── advapi.cpp │ ├── avifile.cpp │ ├── comctl32.cpp │ ├── comdlg32.cpp │ ├── cpulimit.cpp │ ├── d3d10.cpp │ ├── d3dtexture.cpp │ ├── ddblit.cpp │ ├── ddcreates.cpp │ ├── ddraw.cpp │ ├── ddrawex.cpp │ ├── ddshot.cpp │ ├── ddtexture.cpp │ ├── dibdump.cpp │ ├── dinput.cpp │ ├── dsound.cpp │ ├── dwhide.cpp │ ├── dxdds.h │ ├── dxdiaghook.cpp │ ├── dxemublt.cpp │ ├── dxhelper.cpp │ ├── dxhelper.h │ ├── dxhook.cpp │ ├── dxhook.h │ ├── dxmapping.cpp │ ├── dxwcapsdb.cpp │ ├── dxwcore.cpp │ ├── dxwcore.hpp │ ├── dxwnd.aps │ ├── dxwnd.cpp │ ├── dxwnd.def │ ├── dxwnd.dll.manifest │ ├── dxwnd.rc │ ├── dxwnd.suo │ ├── dxwnd.vs2008.sln │ ├── dxwnd.vs2008.suo │ ├── dxwnd.vs2008.vcproj │ ├── dxwsstack.cpp │ ├── dxwwstack.cpp │ ├── emulateddc.cpp │ ├── fontstack.cpp │ ├── gdi32.cpp │ ├── gdiblt.cpp │ ├── glhook.h │ ├── glide.cpp │ ├── glidehook.h │ ├── hd3d.cpp │ ├── hd3d.doc.hpp │ ├── hd3d.h │ ├── hd3d7.cpp │ ├── hd3d8.cpp │ ├── hd3d9.cpp │ ├── hddraw.h │ ├── hdinput.cpp │ ├── hdinput.h │ ├── hexdump.cpp │ ├── hint.cpp │ ├── hotpatch.cpp │ ├── iatpatch.cpp │ ├── imagehlp.cpp │ ├── imelib.cpp │ ├── kernel32.cpp │ ├── libMinHook.x86.lib │ ├── logall.h │ ├── mincaps.cpp │ ├── msghook.cpp │ ├── msims32.cpp │ ├── msvfw.cpp │ ├── msvfwhook.h │ ├── ole32.cpp │ ├── opengl.cpp │ ├── queryint.cpp │ ├── rad.h │ ├── resource.h │ ├── shareddc.cpp │ ├── shareddc.hpp │ ├── smack.cpp │ ├── smack.h │ ├── stb_dxt.h │ ├── supmodes.cpp │ ├── syslibs.h │ ├── toggle_fs.cpp │ ├── user32.cpp │ ├── virtualdc.cpp │ ├── walkmod.cpp │ ├── wing32.cpp │ ├── winmm.cpp │ ├── winproc.cpp │ └── wintrust.cpp ├── filter/ │ ├── bilinear16_555.cpp │ ├── bilinear16_565.cpp │ ├── bilinear32.cpp │ ├── filter.def │ ├── filter.sln │ └── filter.vcproj ├── host/ │ ├── CDragEdit.cpp │ ├── CDragEdit.h │ ├── CGlobalSettings.cpp │ ├── CGlobalSettings.h │ ├── CoolUtils.cpp │ ├── CoolUtils.h │ ├── CppUACSelfElevation.cpp │ ├── DesktopDialog.cpp │ ├── DesktopDialog.h │ ├── KillProc.cpp │ ├── KillProcTree.cpp │ ├── MainFrm.cpp │ ├── MainFrm.h │ ├── MessageBox.cpp │ ├── OutTrace.cpp │ ├── PaletteDialog.cpp │ ├── PaletteDialog.h │ ├── Resource.h │ ├── ShimsDialog.cpp │ ├── ShimsDialog.h │ ├── SpecialEdit.cpp │ ├── SpecialEdit.h │ ├── StatusDialog.cpp │ ├── StatusDialog.h │ ├── StdAfx.cpp │ ├── StdAfx.h │ ├── SystemTray.cpp │ ├── SystemTray.h │ ├── TabColor.cpp │ ├── TabColor.h │ ├── TabCompat.cpp │ ├── TabCompat.h │ ├── TabDebug.cpp │ ├── TabDebug.h │ ├── TabDirect3D.cpp │ ├── TabDirect3D.h │ ├── TabDirectX.cpp │ ├── TabDirectX.h │ ├── TabDirectX2.cpp │ ├── TabDirectX2.h │ ├── TabHook.cpp │ ├── TabHook.h │ ├── TabInput.cpp │ ├── TabInput.h │ ├── TabLogs.cpp │ ├── TabLogs.h │ ├── TabNotes.cpp │ ├── TabNotes.h │ ├── TabOpenGL.cpp │ ├── TabOpenGL.h │ ├── TabProgram.cpp │ ├── TabProgram.h │ ├── TabRegistry.cpp │ ├── TabRegistry.h │ ├── TabSysLibs.cpp │ ├── TabSysLibs.h │ ├── TabTiming.cpp │ ├── TabTiming.h │ ├── TabWindow.cpp │ ├── TabWindow.h │ ├── TargetDlg.cpp │ ├── TargetDlg.h │ ├── TimeSliderDialog.h │ ├── TimeSliderDlg.cpp │ ├── TlHelp32.h │ ├── VJoyDialog.cpp │ ├── VJoyDialog.h │ ├── ViewFlagsDialog.cpp │ ├── ViewFlagsDialog.h │ ├── bmpext.h │ ├── cdib.cpp │ ├── cdib.h │ ├── dib.cpp │ ├── dxTabCtrl.cpp │ ├── dxTabCtrl.h │ ├── dxelevate.cpp │ ├── dxwnd.manifest │ ├── dxwndhost.aps │ ├── dxwndhost.cpp │ ├── dxwndhost.h │ ├── dxwndhost.rc │ ├── dxwndhost.vs2008.sln │ ├── dxwndhost.vs2008.suo │ ├── dxwndhost.vs2008.vcproj │ ├── dxwndhostDoc.cpp │ ├── dxwndhostDoc.h │ ├── dxwndhostView.cpp │ ├── dxwndhostView.h │ ├── findwindow.cpp │ ├── getfname.cpp │ ├── host.aps │ ├── host.rc │ ├── res/ │ │ └── dxwndhost.rc2 │ ├── resource │ └── resource1.h ├── locale/ │ ├── cn/ │ │ ├── Resources_CN.rc │ │ ├── Resources_Cn.sln │ │ ├── Resources_Cn.suo │ │ └── Resources_Cn.vcproj │ ├── en/ │ │ ├── Resources_EN.rc │ │ ├── Resources_En.sln │ │ ├── Resources_En.suo │ │ └── Resources_En.vcproj │ ├── it/ │ │ ├── Resources_IT.rc │ │ ├── Resources_It.sln │ │ ├── Resources_It.suo │ │ └── Resources_It.vcproj │ └── ru/ │ ├── Resources_RU.rc │ ├── Resources_Ru.sln │ ├── Resources_Ru.suo │ └── Resources_Ru.vcproj ├── proxy/ │ ├── d3d8.cpp │ ├── d3d8.def │ ├── d3d8.sln │ ├── d3d8.suo │ ├── d3d8.vcproj │ ├── d3d9.cpp │ ├── d3d9.def │ ├── d3d9.sln │ ├── d3d9.suo │ ├── d3d9.txt │ ├── d3d9.vcproj │ ├── ddraw.cpp │ ├── ddraw.def │ ├── ddraw.sln │ ├── ddraw.suo │ ├── ddraw.vcproj │ ├── init.cpp │ ├── wing32.cpp │ ├── wing32.def │ ├── wing32.sln │ ├── wing32.suo │ └── wing32.vcproj └── wing/ ├── wing32.cpp ├── wing32.def ├── wing32.sln ├── wing32.suo └── wing32.vcproj