mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-15 01:47:58 -05: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