mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 15:48:51 +00:00
Linux build fix
This commit is contained in:
parent
05692b1e7e
commit
cfbcaa2cc6
1 changed files with 1 additions and 1 deletions
|
@ -18,8 +18,8 @@
|
||||||
#include "Common.h"
|
#include "Common.h"
|
||||||
#include "DebugInterface.h"
|
#include "DebugInterface.h"
|
||||||
#include "BreakPoints.h"
|
#include "BreakPoints.h"
|
||||||
|
#include "../../Core/Src/PowerPC/JitCommon/JitBase.h"
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include "..\..\Core\Src\PowerPC\JitCommon\JitBase.h"
|
|
||||||
|
|
||||||
bool BreakPoints::IsAddressBreakPoint(u32 _iAddress)
|
bool BreakPoints::IsAddressBreakPoint(u32 _iAddress)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue