MCPcopy Create free account
hub / github.com/TASEmulators/fceux / IsSameWatch

Function IsSameWatch

src/drivers/win/ramwatch.cpp:84–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84bool IsSameWatch(const AddressWatcher& l, const AddressWatcher& r)
85{
86 if (r.Size == 'S') return false;
87 return ((l.Address == r.Address) && (l.Size == r.Size) && (l.Type == r.Type)/* && (l.WrongEndian == r.WrongEndian)*/);
88}
89
90bool VerifyWatchNotAlreadyAdded(const AddressWatcher& watch)
91{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected