Fixed a bunch of the RSP, now Mario 64 correctly shows graphcis

This commit is contained in:
CocoSimone
2022-10-16 23:07:25 +02:00
parent 932275ab32
commit 7aa019fac1
3 changed files with 30 additions and 18 deletions

View File

@@ -171,7 +171,7 @@ void LoadParallelRDP(const u8* rdram, SDL_Window* window) {
aligned_rdram -= offset;
}
CommandProcessorFlags flags = COMMAND_PROCESSOR_FLAG_UPSCALING_4X_BIT;
CommandProcessorFlags flags = COMMAND_PROCESSOR_FLAG_UPSCALING_2X_BIT;
command_processor = new CommandProcessor(wsi->get_device(), reinterpret_cast<void *>(aligned_rdram),
offset, 8 * 1024 * 1024, 4 * 1024 * 1024, flags);