blob: ac1707931e93229dec4a33177f1fc92b156382a8 (
plain)
1
2
3
4
5
6
7
8
9
10
|
// Copyright 2013 Dolphin Emulator Project
// Licensed under GPLv2
// Refer to the license.txt file included.
#pragma once
#include "Common/CommonTypes.h"
#include "VideoCommon/CPMemory.h"
void SWLoadCPReg(u32 sub_cmd, u32 value);
|