yuzu/src
Lioncash af2698dcea hle_ipc: Amend usage of buffer_index within one of HLERequestContext's WriteBuffer() overloads
Previously, the buffer_index parameter was unused, causing all writes to
use the buffer index of zero, which is not necessarily what is wanted
all the time.

Thankfully, all current usages don't use a buffer index other than zero,
so this just prevents a bug before it has a chance to spring.
2018-07-19 11:10:16 -04:00
..
common Merge pull request #686 from lioncash/fmt 2018-07-18 19:44:44 -07:00
core hle_ipc: Amend usage of buffer_index within one of HLERequestContext's WriteBuffer() overloads 2018-07-19 11:10:16 -04:00
input_common
tests Virtual Filesystem 2: Electric Boogaloo (#676) 2018-07-18 18:07:11 -07:00
video_core Merge pull request #687 from lioncash/instance 2018-07-18 18:55:58 -07:00
yuzu Merge pull request #684 from lioncash/nonmember 2018-07-18 18:55:00 -07:00
yuzu_cmd settings: Turn docked mode off by default. 2018-07-17 22:52:25 -04:00
.clang-format
CMakeLists.txt