blob: 5760505a41e0ed2422b76dd324e285fc551db7bd (
plain)
1
2
3
4
5
6
7
8
9
10
|
// Copyright 2008 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);
|