Version
4.0-663
Branch
mmio-interface
Date
9 years, 2 months ago
Windows x64 Windows x86 Mac OS X Android
Commit
1a71183758dea9e6bad9d407a967bfe552e3d9b5
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.