blob: 4606a9bb59e63ed9db02c7852ee182169845c225 (
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/Common.h"
#include "VideoCommon/CPMemory.h"
void SWLoadCPReg(u32 sub_cmd, u32 value);
|