Supermodel/Src
2022-08-19 08:41:22 -07:00
..
CPU port some changes from MAME/MESS 2022-08-19 08:41:22 -07:00
Debugger check for __GNUC__ instead of just assuming it 2022-07-17 20:23:11 +02:00
Graphics Optimize quad rendering by replacing the double computations for the area computation with the equivalent shoelace algorithm along with kahans algorithm to compute the cross products. In addition pull out the /w to the end, which increases precision even more. 2022-08-16 21:34:31 -07:00
Inputs address review 2022-07-17 20:29:25 +02:00
Model3 optimize ReadRegister, as localtime (at least on MSVC/Windows) is significantly showing up in profiling 2022-07-11 18:47:13 +02:00
Network address review 2022-07-17 20:29:25 +02:00
OSD Fix SUPERMODEL_DEBUGGER build. - Ian 2022-08-14 11:46:35 -07:00
Pkgs
Sound
Util check for __GNUC__ instead of just assuming it 2022-07-17 20:23:11 +02:00
BlockFile.cpp
BlockFile.h
Game.h
GameLoader.cpp address review 2022-07-17 20:29:25 +02:00
GameLoader.h
ROMSet.cpp
ROMSet.h
Supermodel.h check for __GNUC__ instead of just assuming it 2022-07-17 20:23:11 +02:00
Version.h