"src/citra_qt/debugger/disassembler.cpp" did not exist on "1c7120b3aab46e7470ad8dccaa047fdbeb9b7ff5"
common: Remove bit_set.h
This is an analog of BitSet from Dolphin that was introduced to allow iterating over a set of bits. Given it's currently unused, and given that std::bitset exists, we can remove this. If it's ever needed in the future it can be brought back.
Loading
Please register or sign in to comment