├── .gitattributes ├── .gitignore ├── src ├── FTGL │ ├── FTBBox.h │ ├── FTBitmapGlyph.h │ ├── FTBuffer.h │ ├── FTBufferFont.h │ ├── FTBufferGlyph.h │ ├── FTExtrdGlyph.h │ ├── FTFont.h │ ├── FTGLBitmapFont.h │ ├── FTGLExtrdFont.h │ ├── FTGLOutlineFont.h │ ├── FTGLPixmapFont.h │ ├── FTGLPolygonFont.h │ ├── FTGLTextureFont.h │ ├── FTGlyph.h │ ├── FTLayout.h │ ├── FTOutlineGlyph.h │ ├── FTPixmapGlyph.h │ ├── FTPoint.h │ ├── FTPolyGlyph.h │ ├── FTSimpleLayout.h │ ├── FTTextureGlyph.h │ ├── ftgl.h │ └── ftgl_static_D.lib ├── GL │ └── glext.h ├── Gfx #1.3.h ├── Makefile ├── Rsp_#1.1.h ├── SDL-1.2.15 │ ├── include │ │ ├── SDL.h │ │ ├── SDL_active.h │ │ ├── SDL_audio.h │ │ ├── SDL_byteorder.h │ │ ├── SDL_cdrom.h │ │ ├── SDL_config.h │ │ ├── SDL_config_dreamcast.h │ │ ├── SDL_config_macos.h │ │ ├── SDL_config_macosx.h │ │ ├── SDL_config_minimal.h │ │ ├── SDL_config_nds.h │ │ ├── SDL_config_os2.h │ │ ├── SDL_config_symbian.h │ │ ├── SDL_config_win32.h │ │ ├── SDL_copying.h │ │ ├── SDL_cpuinfo.h │ │ ├── SDL_endian.h │ │ ├── SDL_error.h │ │ ├── SDL_events.h │ │ ├── SDL_getenv.h │ │ ├── SDL_joystick.h │ │ ├── SDL_keyboard.h │ │ ├── SDL_keysym.h │ │ ├── SDL_loadso.h │ │ ├── SDL_main.h │ │ ├── SDL_mouse.h │ │ ├── SDL_mutex.h │ │ ├── SDL_name.h │ │ ├── SDL_opengl.h │ │ ├── SDL_platform.h │ │ ├── SDL_quit.h │ │ ├── SDL_rwops.h │ │ ├── SDL_stdinc.h │ │ ├── SDL_syswm.h │ │ ├── SDL_thread.h │ │ ├── SDL_timer.h │ │ ├── SDL_types.h │ │ ├── SDL_version.h │ │ ├── SDL_video.h │ │ ├── begin_code.h │ │ └── close_code.h │ └── lib │ │ ├── x64 │ │ ├── SDL.dll │ │ ├── SDL.lib │ │ └── SDLmain.lib │ │ └── x86 │ │ ├── SDL.dll │ │ ├── SDL.lib │ │ └── SDLmain.lib ├── benchmark.cpp ├── capture.cpp ├── config.h ├── disasm.cpp ├── freetype │ └── include │ │ ├── config │ │ ├── ftconfig.h │ │ ├── ftheader.h │ │ ├── ftmodule.h │ │ ├── ftoption.h │ │ └── ftstdlib.h │ │ ├── freetype.h │ │ ├── ft2build.h │ │ ├── ftadvanc.h │ │ ├── ftautoh.h │ │ ├── ftbbox.h │ │ ├── ftbdf.h │ │ ├── ftbitmap.h │ │ ├── ftbzip2.h │ │ ├── ftcache.h │ │ ├── ftcffdrv.h │ │ ├── ftchapters.h │ │ ├── ftcid.h │ │ ├── fterrdef.h │ │ ├── fterrors.h │ │ ├── ftfntfmt.h │ │ ├── ftgasp.h │ │ ├── ftglyph.h │ │ ├── ftgxval.h │ │ ├── ftgzip.h │ │ ├── ftimage.h │ │ ├── ftincrem.h │ │ ├── ftlcdfil.h │ │ ├── ftlist.h │ │ ├── ftlzw.h │ │ ├── ftmac.h │ │ ├── ftmm.h │ │ ├── ftmodapi.h │ │ ├── ftmoderr.h │ │ ├── ftotval.h │ │ ├── ftoutln.h │ │ ├── ftpfr.h │ │ ├── ftrender.h │ │ ├── ftsizes.h │ │ ├── ftsnames.h │ │ ├── ftstroke.h │ │ ├── ftsynth.h │ │ ├── ftsystem.h │ │ ├── fttrigon.h │ │ ├── ftttdrv.h │ │ ├── fttypes.h │ │ ├── ftwinfnt.h │ │ ├── internal │ │ ├── autohint.h │ │ ├── ftcalc.h │ │ ├── ftdebug.h │ │ ├── ftdriver.h │ │ ├── ftgloadr.h │ │ ├── ftmemory.h │ │ ├── ftobjs.h │ │ ├── ftpic.h │ │ ├── ftrfork.h │ │ ├── ftserv.h │ │ ├── ftstream.h │ │ ├── fttrace.h │ │ ├── ftvalid.h │ │ ├── internal.h │ │ ├── psaux.h │ │ ├── pshints.h │ │ ├── services │ │ │ ├── svbdf.h │ │ │ ├── svcid.h │ │ │ ├── svfntfmt.h │ │ │ ├── svgldict.h │ │ │ ├── svgxval.h │ │ │ ├── svkern.h │ │ │ ├── svmm.h │ │ │ ├── svotval.h │ │ │ ├── svpfr.h │ │ │ ├── svpostnm.h │ │ │ ├── svprop.h │ │ │ ├── svpscmap.h │ │ │ ├── svpsinfo.h │ │ │ ├── svsfnt.h │ │ │ ├── svttcmap.h │ │ │ ├── svtteng.h │ │ │ ├── svttglyf.h │ │ │ └── svwinfnt.h │ │ ├── sfnt.h │ │ ├── t1types.h │ │ └── tttypes.h │ │ ├── t1tables.h │ │ ├── ttnameid.h │ │ ├── tttables.h │ │ ├── tttags.h │ │ └── ttunpat.h ├── glshader.cpp ├── glshader.h ├── gltest.cpp ├── main.cpp ├── main_rsp.cpp ├── maingl.cpp ├── queue.h ├── rdp-mess.cpp ├── rdp.cpp ├── rdp.h ├── rgl.cpp ├── rgl.h ├── rgl_assert.h ├── rgl_debugger.cpp ├── rgl_geometry.cpp ├── rgl_glut.cpp ├── rgl_glut.h ├── rgl_osdep.cpp ├── rgl_rendermode.cpp ├── rgl_settings.cpp ├── rgl_tiles.cpp ├── rsp.cpp ├── rsp.h ├── rsp_dasm.cpp ├── rsp_gen.cpp ├── rsp_gen.h ├── rsp_opinfo.cpp ├── rsp_opinfo.h ├── rsp_recomp.cpp ├── rsp_recomp.h ├── tester.cpp ├── winlnxdefs.h ├── z64.h ├── z64.vcxproj ├── z64gl.vcxproj ├── z64gl.vcxproj.filters └── zbench64.vcxproj ├── z64.sln └── z64gl.conf /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/.gitignore -------------------------------------------------------------------------------- /src/FTGL/FTBBox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/FTGL/FTBBox.h -------------------------------------------------------------------------------- /src/FTGL/FTBitmapGlyph.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/FTGL/FTBitmapGlyph.h -------------------------------------------------------------------------------- /src/FTGL/FTBuffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/FTGL/FTBuffer.h -------------------------------------------------------------------------------- /src/FTGL/FTBufferFont.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/FTGL/FTBufferFont.h -------------------------------------------------------------------------------- /src/FTGL/FTBufferGlyph.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/FTGL/FTBufferGlyph.h -------------------------------------------------------------------------------- /src/FTGL/FTExtrdGlyph.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/FTGL/FTExtrdGlyph.h -------------------------------------------------------------------------------- /src/FTGL/FTFont.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/FTGL/FTFont.h -------------------------------------------------------------------------------- /src/FTGL/FTGLBitmapFont.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/FTGL/FTGLBitmapFont.h -------------------------------------------------------------------------------- /src/FTGL/FTGLExtrdFont.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/FTGL/FTGLExtrdFont.h -------------------------------------------------------------------------------- /src/FTGL/FTGLOutlineFont.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/FTGL/FTGLOutlineFont.h -------------------------------------------------------------------------------- /src/FTGL/FTGLPixmapFont.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/FTGL/FTGLPixmapFont.h -------------------------------------------------------------------------------- /src/FTGL/FTGLPolygonFont.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/FTGL/FTGLPolygonFont.h -------------------------------------------------------------------------------- /src/FTGL/FTGLTextureFont.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/FTGL/FTGLTextureFont.h -------------------------------------------------------------------------------- /src/FTGL/FTGlyph.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/FTGL/FTGlyph.h -------------------------------------------------------------------------------- /src/FTGL/FTLayout.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/FTGL/FTLayout.h -------------------------------------------------------------------------------- /src/FTGL/FTOutlineGlyph.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/FTGL/FTOutlineGlyph.h -------------------------------------------------------------------------------- /src/FTGL/FTPixmapGlyph.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/FTGL/FTPixmapGlyph.h -------------------------------------------------------------------------------- /src/FTGL/FTPoint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/FTGL/FTPoint.h -------------------------------------------------------------------------------- /src/FTGL/FTPolyGlyph.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/FTGL/FTPolyGlyph.h -------------------------------------------------------------------------------- /src/FTGL/FTSimpleLayout.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/FTGL/FTSimpleLayout.h -------------------------------------------------------------------------------- /src/FTGL/FTTextureGlyph.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/FTGL/FTTextureGlyph.h -------------------------------------------------------------------------------- /src/FTGL/ftgl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/FTGL/ftgl.h -------------------------------------------------------------------------------- /src/FTGL/ftgl_static_D.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/FTGL/ftgl_static_D.lib -------------------------------------------------------------------------------- /src/GL/glext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/GL/glext.h -------------------------------------------------------------------------------- /src/Gfx #1.3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/Gfx #1.3.h -------------------------------------------------------------------------------- /src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/Makefile -------------------------------------------------------------------------------- /src/Rsp_#1.1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/Rsp_#1.1.h -------------------------------------------------------------------------------- /src/SDL-1.2.15/include/SDL.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/SDL-1.2.15/include/SDL.h -------------------------------------------------------------------------------- /src/SDL-1.2.15/include/SDL_active.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/SDL-1.2.15/include/SDL_active.h -------------------------------------------------------------------------------- /src/SDL-1.2.15/include/SDL_audio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/SDL-1.2.15/include/SDL_audio.h -------------------------------------------------------------------------------- /src/SDL-1.2.15/include/SDL_byteorder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/SDL-1.2.15/include/SDL_byteorder.h -------------------------------------------------------------------------------- /src/SDL-1.2.15/include/SDL_cdrom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/SDL-1.2.15/include/SDL_cdrom.h -------------------------------------------------------------------------------- /src/SDL-1.2.15/include/SDL_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/SDL-1.2.15/include/SDL_config.h -------------------------------------------------------------------------------- /src/SDL-1.2.15/include/SDL_config_dreamcast.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/SDL-1.2.15/include/SDL_config_dreamcast.h -------------------------------------------------------------------------------- /src/SDL-1.2.15/include/SDL_config_macos.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/SDL-1.2.15/include/SDL_config_macos.h -------------------------------------------------------------------------------- /src/SDL-1.2.15/include/SDL_config_macosx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/SDL-1.2.15/include/SDL_config_macosx.h -------------------------------------------------------------------------------- /src/SDL-1.2.15/include/SDL_config_minimal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/SDL-1.2.15/include/SDL_config_minimal.h -------------------------------------------------------------------------------- /src/SDL-1.2.15/include/SDL_config_nds.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/SDL-1.2.15/include/SDL_config_nds.h -------------------------------------------------------------------------------- /src/SDL-1.2.15/include/SDL_config_os2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/SDL-1.2.15/include/SDL_config_os2.h -------------------------------------------------------------------------------- /src/SDL-1.2.15/include/SDL_config_symbian.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/SDL-1.2.15/include/SDL_config_symbian.h -------------------------------------------------------------------------------- /src/SDL-1.2.15/include/SDL_config_win32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/SDL-1.2.15/include/SDL_config_win32.h -------------------------------------------------------------------------------- /src/SDL-1.2.15/include/SDL_copying.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/SDL-1.2.15/include/SDL_copying.h -------------------------------------------------------------------------------- /src/SDL-1.2.15/include/SDL_cpuinfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/SDL-1.2.15/include/SDL_cpuinfo.h -------------------------------------------------------------------------------- /src/SDL-1.2.15/include/SDL_endian.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/SDL-1.2.15/include/SDL_endian.h -------------------------------------------------------------------------------- /src/SDL-1.2.15/include/SDL_error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/SDL-1.2.15/include/SDL_error.h -------------------------------------------------------------------------------- /src/SDL-1.2.15/include/SDL_events.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/SDL-1.2.15/include/SDL_events.h -------------------------------------------------------------------------------- /src/SDL-1.2.15/include/SDL_getenv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/SDL-1.2.15/include/SDL_getenv.h -------------------------------------------------------------------------------- /src/SDL-1.2.15/include/SDL_joystick.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/SDL-1.2.15/include/SDL_joystick.h -------------------------------------------------------------------------------- /src/SDL-1.2.15/include/SDL_keyboard.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/SDL-1.2.15/include/SDL_keyboard.h -------------------------------------------------------------------------------- /src/SDL-1.2.15/include/SDL_keysym.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/SDL-1.2.15/include/SDL_keysym.h -------------------------------------------------------------------------------- /src/SDL-1.2.15/include/SDL_loadso.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/SDL-1.2.15/include/SDL_loadso.h -------------------------------------------------------------------------------- /src/SDL-1.2.15/include/SDL_main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/SDL-1.2.15/include/SDL_main.h -------------------------------------------------------------------------------- /src/SDL-1.2.15/include/SDL_mouse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/SDL-1.2.15/include/SDL_mouse.h -------------------------------------------------------------------------------- /src/SDL-1.2.15/include/SDL_mutex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/SDL-1.2.15/include/SDL_mutex.h -------------------------------------------------------------------------------- /src/SDL-1.2.15/include/SDL_name.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/SDL-1.2.15/include/SDL_name.h -------------------------------------------------------------------------------- /src/SDL-1.2.15/include/SDL_opengl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/SDL-1.2.15/include/SDL_opengl.h -------------------------------------------------------------------------------- /src/SDL-1.2.15/include/SDL_platform.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/SDL-1.2.15/include/SDL_platform.h -------------------------------------------------------------------------------- /src/SDL-1.2.15/include/SDL_quit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/SDL-1.2.15/include/SDL_quit.h -------------------------------------------------------------------------------- /src/SDL-1.2.15/include/SDL_rwops.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/SDL-1.2.15/include/SDL_rwops.h -------------------------------------------------------------------------------- /src/SDL-1.2.15/include/SDL_stdinc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/SDL-1.2.15/include/SDL_stdinc.h -------------------------------------------------------------------------------- /src/SDL-1.2.15/include/SDL_syswm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/SDL-1.2.15/include/SDL_syswm.h -------------------------------------------------------------------------------- /src/SDL-1.2.15/include/SDL_thread.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/SDL-1.2.15/include/SDL_thread.h -------------------------------------------------------------------------------- /src/SDL-1.2.15/include/SDL_timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/SDL-1.2.15/include/SDL_timer.h -------------------------------------------------------------------------------- /src/SDL-1.2.15/include/SDL_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/SDL-1.2.15/include/SDL_types.h -------------------------------------------------------------------------------- /src/SDL-1.2.15/include/SDL_version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/SDL-1.2.15/include/SDL_version.h -------------------------------------------------------------------------------- /src/SDL-1.2.15/include/SDL_video.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/SDL-1.2.15/include/SDL_video.h -------------------------------------------------------------------------------- /src/SDL-1.2.15/include/begin_code.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/SDL-1.2.15/include/begin_code.h -------------------------------------------------------------------------------- /src/SDL-1.2.15/include/close_code.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/SDL-1.2.15/include/close_code.h -------------------------------------------------------------------------------- /src/SDL-1.2.15/lib/x64/SDL.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/SDL-1.2.15/lib/x64/SDL.dll -------------------------------------------------------------------------------- /src/SDL-1.2.15/lib/x64/SDL.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/SDL-1.2.15/lib/x64/SDL.lib -------------------------------------------------------------------------------- /src/SDL-1.2.15/lib/x64/SDLmain.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/SDL-1.2.15/lib/x64/SDLmain.lib -------------------------------------------------------------------------------- /src/SDL-1.2.15/lib/x86/SDL.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/SDL-1.2.15/lib/x86/SDL.dll -------------------------------------------------------------------------------- /src/SDL-1.2.15/lib/x86/SDL.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/SDL-1.2.15/lib/x86/SDL.lib -------------------------------------------------------------------------------- /src/SDL-1.2.15/lib/x86/SDLmain.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/SDL-1.2.15/lib/x86/SDLmain.lib -------------------------------------------------------------------------------- /src/benchmark.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/benchmark.cpp -------------------------------------------------------------------------------- /src/capture.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/capture.cpp -------------------------------------------------------------------------------- /src/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/config.h -------------------------------------------------------------------------------- /src/disasm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/disasm.cpp -------------------------------------------------------------------------------- /src/freetype/include/config/ftconfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/config/ftconfig.h -------------------------------------------------------------------------------- /src/freetype/include/config/ftheader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/config/ftheader.h -------------------------------------------------------------------------------- /src/freetype/include/config/ftmodule.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/config/ftmodule.h -------------------------------------------------------------------------------- /src/freetype/include/config/ftoption.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/config/ftoption.h -------------------------------------------------------------------------------- /src/freetype/include/config/ftstdlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/config/ftstdlib.h -------------------------------------------------------------------------------- /src/freetype/include/freetype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/freetype.h -------------------------------------------------------------------------------- /src/freetype/include/ft2build.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/ft2build.h -------------------------------------------------------------------------------- /src/freetype/include/ftadvanc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/ftadvanc.h -------------------------------------------------------------------------------- /src/freetype/include/ftautoh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/ftautoh.h -------------------------------------------------------------------------------- /src/freetype/include/ftbbox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/ftbbox.h -------------------------------------------------------------------------------- /src/freetype/include/ftbdf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/ftbdf.h -------------------------------------------------------------------------------- /src/freetype/include/ftbitmap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/ftbitmap.h -------------------------------------------------------------------------------- /src/freetype/include/ftbzip2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/ftbzip2.h -------------------------------------------------------------------------------- /src/freetype/include/ftcache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/ftcache.h -------------------------------------------------------------------------------- /src/freetype/include/ftcffdrv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/ftcffdrv.h -------------------------------------------------------------------------------- /src/freetype/include/ftchapters.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/ftchapters.h -------------------------------------------------------------------------------- /src/freetype/include/ftcid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/ftcid.h -------------------------------------------------------------------------------- /src/freetype/include/fterrdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/fterrdef.h -------------------------------------------------------------------------------- /src/freetype/include/fterrors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/fterrors.h -------------------------------------------------------------------------------- /src/freetype/include/ftfntfmt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/ftfntfmt.h -------------------------------------------------------------------------------- /src/freetype/include/ftgasp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/ftgasp.h -------------------------------------------------------------------------------- /src/freetype/include/ftglyph.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/ftglyph.h -------------------------------------------------------------------------------- /src/freetype/include/ftgxval.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/ftgxval.h -------------------------------------------------------------------------------- /src/freetype/include/ftgzip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/ftgzip.h -------------------------------------------------------------------------------- /src/freetype/include/ftimage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/ftimage.h -------------------------------------------------------------------------------- /src/freetype/include/ftincrem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/ftincrem.h -------------------------------------------------------------------------------- /src/freetype/include/ftlcdfil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/ftlcdfil.h -------------------------------------------------------------------------------- /src/freetype/include/ftlist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/ftlist.h -------------------------------------------------------------------------------- /src/freetype/include/ftlzw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/ftlzw.h -------------------------------------------------------------------------------- /src/freetype/include/ftmac.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/ftmac.h -------------------------------------------------------------------------------- /src/freetype/include/ftmm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/ftmm.h -------------------------------------------------------------------------------- /src/freetype/include/ftmodapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/ftmodapi.h -------------------------------------------------------------------------------- /src/freetype/include/ftmoderr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/ftmoderr.h -------------------------------------------------------------------------------- /src/freetype/include/ftotval.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/ftotval.h -------------------------------------------------------------------------------- /src/freetype/include/ftoutln.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/ftoutln.h -------------------------------------------------------------------------------- /src/freetype/include/ftpfr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/ftpfr.h -------------------------------------------------------------------------------- /src/freetype/include/ftrender.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/ftrender.h -------------------------------------------------------------------------------- /src/freetype/include/ftsizes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/ftsizes.h -------------------------------------------------------------------------------- /src/freetype/include/ftsnames.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/ftsnames.h -------------------------------------------------------------------------------- /src/freetype/include/ftstroke.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/ftstroke.h -------------------------------------------------------------------------------- /src/freetype/include/ftsynth.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/ftsynth.h -------------------------------------------------------------------------------- /src/freetype/include/ftsystem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/ftsystem.h -------------------------------------------------------------------------------- /src/freetype/include/fttrigon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/fttrigon.h -------------------------------------------------------------------------------- /src/freetype/include/ftttdrv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/ftttdrv.h -------------------------------------------------------------------------------- /src/freetype/include/fttypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/fttypes.h -------------------------------------------------------------------------------- /src/freetype/include/ftwinfnt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/ftwinfnt.h -------------------------------------------------------------------------------- /src/freetype/include/internal/autohint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/internal/autohint.h -------------------------------------------------------------------------------- /src/freetype/include/internal/ftcalc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/internal/ftcalc.h -------------------------------------------------------------------------------- /src/freetype/include/internal/ftdebug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/internal/ftdebug.h -------------------------------------------------------------------------------- /src/freetype/include/internal/ftdriver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/internal/ftdriver.h -------------------------------------------------------------------------------- /src/freetype/include/internal/ftgloadr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/internal/ftgloadr.h -------------------------------------------------------------------------------- /src/freetype/include/internal/ftmemory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/internal/ftmemory.h -------------------------------------------------------------------------------- /src/freetype/include/internal/ftobjs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/internal/ftobjs.h -------------------------------------------------------------------------------- /src/freetype/include/internal/ftpic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/internal/ftpic.h -------------------------------------------------------------------------------- /src/freetype/include/internal/ftrfork.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/internal/ftrfork.h -------------------------------------------------------------------------------- /src/freetype/include/internal/ftserv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/internal/ftserv.h -------------------------------------------------------------------------------- /src/freetype/include/internal/ftstream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/internal/ftstream.h -------------------------------------------------------------------------------- /src/freetype/include/internal/fttrace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/internal/fttrace.h -------------------------------------------------------------------------------- /src/freetype/include/internal/ftvalid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/internal/ftvalid.h -------------------------------------------------------------------------------- /src/freetype/include/internal/internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/internal/internal.h -------------------------------------------------------------------------------- /src/freetype/include/internal/psaux.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/internal/psaux.h -------------------------------------------------------------------------------- /src/freetype/include/internal/pshints.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/internal/pshints.h -------------------------------------------------------------------------------- /src/freetype/include/internal/services/svbdf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/internal/services/svbdf.h -------------------------------------------------------------------------------- /src/freetype/include/internal/services/svcid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/internal/services/svcid.h -------------------------------------------------------------------------------- /src/freetype/include/internal/services/svfntfmt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/internal/services/svfntfmt.h -------------------------------------------------------------------------------- /src/freetype/include/internal/services/svgldict.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/internal/services/svgldict.h -------------------------------------------------------------------------------- /src/freetype/include/internal/services/svgxval.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/internal/services/svgxval.h -------------------------------------------------------------------------------- /src/freetype/include/internal/services/svkern.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/internal/services/svkern.h -------------------------------------------------------------------------------- /src/freetype/include/internal/services/svmm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/internal/services/svmm.h -------------------------------------------------------------------------------- /src/freetype/include/internal/services/svotval.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/internal/services/svotval.h -------------------------------------------------------------------------------- /src/freetype/include/internal/services/svpfr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/internal/services/svpfr.h -------------------------------------------------------------------------------- /src/freetype/include/internal/services/svpostnm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/internal/services/svpostnm.h -------------------------------------------------------------------------------- /src/freetype/include/internal/services/svprop.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/internal/services/svprop.h -------------------------------------------------------------------------------- /src/freetype/include/internal/services/svpscmap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/internal/services/svpscmap.h -------------------------------------------------------------------------------- /src/freetype/include/internal/services/svpsinfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/internal/services/svpsinfo.h -------------------------------------------------------------------------------- /src/freetype/include/internal/services/svsfnt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/internal/services/svsfnt.h -------------------------------------------------------------------------------- /src/freetype/include/internal/services/svttcmap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/internal/services/svttcmap.h -------------------------------------------------------------------------------- /src/freetype/include/internal/services/svtteng.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/internal/services/svtteng.h -------------------------------------------------------------------------------- /src/freetype/include/internal/services/svttglyf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/internal/services/svttglyf.h -------------------------------------------------------------------------------- /src/freetype/include/internal/services/svwinfnt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/internal/services/svwinfnt.h -------------------------------------------------------------------------------- /src/freetype/include/internal/sfnt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/internal/sfnt.h -------------------------------------------------------------------------------- /src/freetype/include/internal/t1types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/internal/t1types.h -------------------------------------------------------------------------------- /src/freetype/include/internal/tttypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/internal/tttypes.h -------------------------------------------------------------------------------- /src/freetype/include/t1tables.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/t1tables.h -------------------------------------------------------------------------------- /src/freetype/include/ttnameid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/ttnameid.h -------------------------------------------------------------------------------- /src/freetype/include/tttables.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/tttables.h -------------------------------------------------------------------------------- /src/freetype/include/tttags.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/tttags.h -------------------------------------------------------------------------------- /src/freetype/include/ttunpat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/freetype/include/ttunpat.h -------------------------------------------------------------------------------- /src/glshader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/glshader.cpp -------------------------------------------------------------------------------- /src/glshader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/glshader.h -------------------------------------------------------------------------------- /src/gltest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/gltest.cpp -------------------------------------------------------------------------------- /src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/main.cpp -------------------------------------------------------------------------------- /src/main_rsp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/main_rsp.cpp -------------------------------------------------------------------------------- /src/maingl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/maingl.cpp -------------------------------------------------------------------------------- /src/queue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/queue.h -------------------------------------------------------------------------------- /src/rdp-mess.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/rdp-mess.cpp -------------------------------------------------------------------------------- /src/rdp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/rdp.cpp -------------------------------------------------------------------------------- /src/rdp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/rdp.h -------------------------------------------------------------------------------- /src/rgl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/rgl.cpp -------------------------------------------------------------------------------- /src/rgl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/rgl.h -------------------------------------------------------------------------------- /src/rgl_assert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/rgl_assert.h -------------------------------------------------------------------------------- /src/rgl_debugger.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/rgl_debugger.cpp -------------------------------------------------------------------------------- /src/rgl_geometry.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/rgl_geometry.cpp -------------------------------------------------------------------------------- /src/rgl_glut.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/rgl_glut.cpp -------------------------------------------------------------------------------- /src/rgl_glut.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/rgl_glut.h -------------------------------------------------------------------------------- /src/rgl_osdep.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/rgl_osdep.cpp -------------------------------------------------------------------------------- /src/rgl_rendermode.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/rgl_rendermode.cpp -------------------------------------------------------------------------------- /src/rgl_settings.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/rgl_settings.cpp -------------------------------------------------------------------------------- /src/rgl_tiles.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/rgl_tiles.cpp -------------------------------------------------------------------------------- /src/rsp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/rsp.cpp -------------------------------------------------------------------------------- /src/rsp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/rsp.h -------------------------------------------------------------------------------- /src/rsp_dasm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/rsp_dasm.cpp -------------------------------------------------------------------------------- /src/rsp_gen.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/rsp_gen.cpp -------------------------------------------------------------------------------- /src/rsp_gen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/rsp_gen.h -------------------------------------------------------------------------------- /src/rsp_opinfo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/rsp_opinfo.cpp -------------------------------------------------------------------------------- /src/rsp_opinfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/rsp_opinfo.h -------------------------------------------------------------------------------- /src/rsp_recomp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/rsp_recomp.cpp -------------------------------------------------------------------------------- /src/rsp_recomp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/rsp_recomp.h -------------------------------------------------------------------------------- /src/tester.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/tester.cpp -------------------------------------------------------------------------------- /src/winlnxdefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/winlnxdefs.h -------------------------------------------------------------------------------- /src/z64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/z64.h -------------------------------------------------------------------------------- /src/z64.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/z64.vcxproj -------------------------------------------------------------------------------- /src/z64gl.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/z64gl.vcxproj -------------------------------------------------------------------------------- /src/z64gl.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/z64gl.vcxproj.filters -------------------------------------------------------------------------------- /src/zbench64.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/src/zbench64.vcxproj -------------------------------------------------------------------------------- /z64.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/z64.sln -------------------------------------------------------------------------------- /z64gl.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/purplemarshmallow/z64/HEAD/z64gl.conf --------------------------------------------------------------------------------