yuzu-android/src
Lioncash 00f7e584ce gdbstub: Use type alias for breakpoint maps
Rather than having to type out the full std::map type signature, we can
just use a straightforward alias. While we're at it, rename
GetBreakpointList to GetBreakpointMap, which makes the name more
accurate. We can also get rid of unnecessary u64 static_casts, since
VAddr is an alias for a u64.
2018-08-05 16:41:22 -04:00
..
audio_core Merge pull request #895 from lioncash/sink 2018-08-03 11:00:56 -04:00
common service: Add arp services 2018-08-04 18:01:12 -04:00
core gdbstub: Use type alias for breakpoint maps 2018-08-05 16:41:22 -04:00
input_common input_common: Use std::move where applicable 2018-08-02 21:51:11 -04:00
tests core/memory: Get rid of 3DS leftovers 2018-08-03 11:22:47 -04:00
video_core added braces for conditions 2018-08-05 11:36:55 +10:00
yuzu Merge pull request #849 from DarkLordZach/xci 2018-08-04 14:33:11 -04:00
yuzu_cmd Merge pull request #849 from DarkLordZach/xci 2018-08-04 14:33:11 -04:00
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt audio_core: Add initial code for keeping track of audout state. 2018-07-27 22:33:31 -04:00