rsx: refactor rsx_utils a bit

- Move obviously standalone things to their own utility files
This commit is contained in:
kd-11 2021-09-17 23:01:53 +03:00 committed by kd-11
parent 7f830d555d
commit 7b9fb7ad9c
14 changed files with 432 additions and 389 deletions

View file

@ -9,7 +9,6 @@
#include "Common/surface_store.h"
#include "Capture/rsx_capture.h"
#include "rsx_methods.h"
#include "rsx_utils.h"
#include "gcm_printing.h"
#include "Emu/Cell/lv2/sys_event.h"
#include "Emu/Cell/lv2/sys_time.h"