dolphin/Source/Core/Core/FifoPlayer
Pokechu22 f749fcfa9f Convert CPMemory to BitField and enum class
Additionally, VCacheEnhance has been added to UVAT_group1.  According to YAGCD, this field is always 1.

TVtxDesc also now has separate low and high fields whose hex values correspond with the proper registers, instead of having one 33-bit value.  This change was made in a way that should be backwards-compatible.
2021-03-06 19:27:08 -08:00
..
FifoAnalyzer.cpp Convert CPMemory to BitField and enum class 2021-03-06 19:27:08 -08:00
FifoAnalyzer.h Core/FifoAnalyzer: Use std::array where applicable 2019-07-15 07:37:35 -04:00
FifoDataFile.cpp rename Common/File to Common/IOFile 2021-01-27 14:29:48 -08:00
FifoDataFile.h Configurable MEM1 and MEM2 sizes at runtime via Dolphin.ini 2020-04-28 12:10:50 -05:00
FifoPlaybackAnalyzer.cpp
FifoPlaybackAnalyzer.h
FifoPlayer.cpp Create constants for CP registers and masks 2021-03-06 17:34:05 -08:00
FifoPlayer.h FifoPlayer: Use std::move for saving callbacks 2019-09-09 11:38:21 +12:00
FifoRecordAnalyzer.cpp Convert CPMemory to BitField and enum class 2021-03-06 19:27:08 -08:00
FifoRecordAnalyzer.h
FifoRecorder.cpp Core: Use C++17 deduction guides with locked recursive mutexes 2020-12-29 18:31:31 -05:00
FifoRecorder.h