summaryrefslogtreecommitdiffstats
path: root/src/common/break_points.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2015-03-30 21:37:34 +0200
committerLioncash <mathew1800@gmail.com>2015-03-30 21:37:34 +0200
commite05d6220f58c96ed8da6d9e69a597808f50c2edc (patch)
treee46b6859d3c48dbc76eeb5af48ea344ec4b36fd5 /src/common/break_points.h
parentMerge pull request #672 from purpasmart96/citra_moar_app_mem (diff)
downloadyuzu-e05d6220f58c96ed8da6d9e69a597808f50c2edc.tar
yuzu-e05d6220f58c96ed8da6d9e69a597808f50c2edc.tar.gz
yuzu-e05d6220f58c96ed8da6d9e69a597808f50c2edc.tar.bz2
yuzu-e05d6220f58c96ed8da6d9e69a597808f50c2edc.tar.lz
yuzu-e05d6220f58c96ed8da6d9e69a597808f50c2edc.tar.xz
yuzu-e05d6220f58c96ed8da6d9e69a597808f50c2edc.tar.zst
yuzu-e05d6220f58c96ed8da6d9e69a597808f50c2edc.zip
Diffstat (limited to 'src/common/break_points.h')
-rw-r--r--src/common/break_points.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/break_points.h b/src/common/break_points.h
index 5557cd50e..4b26cf90d 100644
--- a/src/common/break_points.h
+++ b/src/common/break_points.h
@@ -56,8 +56,8 @@ public:
void AddFromStrings(const TBreakPointsStr& bps);
// is address breakpoint
- bool IsAddressBreakPoint(u32 iAddress);
- bool IsTempBreakPoint(u32 iAddress);
+ bool IsAddressBreakPoint(u32 iAddress) const;
+ bool IsTempBreakPoint(u32 iAddress) const;
// Add BreakPoint
void Add(u32 em_address, bool temp=false);