Version
4.0-709
Branch
mmio-interface
Date
9 years, 2 months ago
Windows x64 Windows x86 Mac OS X Android
Commit
adda9a816671660dc416c67044ea39006a332d8b
Change author
Pierre Bourdon
Change description
MMIO: Rename Direct -> Direct{Read,Write}

The overload was previously selected based on the constness of the pointer
passed to Direct. Since most pointers that will be passed are not const, we
can't automatically choose the overload here.