sm64pc/src/pc
fgsfds 9825b02f50 add option to load textures from external files
this stores the null terminated texture name instead of the texture data

activated with EXTERNAL_TEXTURES=1
2020-05-25 04:22:03 +03:00
..
audio Shutdown subsystems on exit 2020-05-16 16:23:23 -03:00
controller Release mouse when paused 2020-05-17 22:37:52 -03:00
gfx add option to load textures from external files 2020-05-25 04:22:03 +03:00
README-n64-fast32-engine.md Adds credit to Emil. 2020-05-10 17:47:10 -03:00
cheats.c disable cheats by default; use --cheats CLI option to enable for now 2020-05-19 01:59:29 +03:00
cheats.h Merge branch 'nightly' into master 2020-05-18 23:00:42 -03:00
cliopts.c CLI improvements 2020-05-19 21:22:05 -03:00
cliopts.h My hacks to cliopts.h is not necessary anymore. 2020-05-19 20:15:25 +08:00
configfile.c Merge pull request #205 from porcino/nightly 2020-05-19 23:46:19 +09:00
configfile.h add option to load textures from external files 2020-05-25 04:22:03 +03:00
ini.c Merge remote-tracking branch 'upstream/nightly' into nightly 2020-05-20 00:02:29 +09:00
ini.h Support for text-based savefiles 2020-05-18 17:44:21 +09:00
mixer.c merge PC port onto the decompile 2020-05-07 20:21:22 +02:00
mixer.h merge PC port onto the decompile 2020-05-07 20:21:22 +02:00
pc_main.c use a wrapper for exiting instead of just calling exit() 2020-05-17 19:56:56 +03:00
pc_main.h use a wrapper for exiting instead of just calling exit() 2020-05-17 19:56:56 +03:00
ultra_reimplementation.c merge PC port onto the decompile 2020-05-07 20:21:22 +02:00