mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-04 08:42:24 -07:00
disassembler: Get rid of a const_cast
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user