dolphin/Source/Core/Core/FifoPlayer
Léo Lam cc32fa91af
FifoPlayer: Copy data with memcpy instead of one byte at a time
Copying with memcpy/std::copy is a lot faster than writing one byte
at a time. And the behavior should be fully equivalent.
2021-04-17 16:02:43 +02:00
..
FifoAnalyzer.cpp Refactor CP array constants slightly 2021-03-26 17:27:21 -07: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 Core/FifoAnalyzer: Convert DecodeMode enum into an enum class 2019-07-15 07:37:30 -04:00
FifoPlaybackAnalyzer.h FifoPlayer: Get rid of semicolons on namespace braces 2016-07-01 04:36:05 -04:00
FifoPlayer.cpp FifoPlayer: Copy data with memcpy instead of one byte at a time 2021-04-17 16:02:43 +02:00
FifoPlayer.h Skip loading unknown XF registers in the FIFO player 2021-04-06 11:54:49 -07:00
FifoRecordAnalyzer.cpp Fix PanicAlert when recording FIFOs 2021-03-26 17:27:21 -07:00
FifoRecordAnalyzer.h FifoPlayer: const correctness 2016-08-01 18:33:46 -04:00
FifoRecorder.cpp Core: Use C++17 deduction guides with locked recursive mutexes 2020-12-29 18:31:31 -05:00
FifoRecorder.h Qt: Implement FIFO Player 2017-11-19 22:06:32 +01:00