yuzu/src
Lioncash 3e0727df1b vfs_offset: Simplify TrimToFit()
We can simply use std::clamp() here, instead of using an equivalent
with std::max() and std::min().
2018-07-20 22:04:37 -04:00
..
common Merge pull request #743 from lioncash/view 2018-07-20 17:17:04 -07:00
core vfs_offset: Simplify TrimToFit() 2018-07-20 22:04:37 -04:00
input_common Rename logging macro back to LOG_* 2018-07-02 21:45:47 -04:00
tests Virtual Filesystem 2: Electric Boogaloo (#676) 2018-07-18 18:07:11 -07:00
video_core Merge pull request #738 from lioncash/sign 2018-07-20 09:21:57 -07:00
yuzu thread: Convert ThreadStatus into an enum class 2018-07-19 22:08:56 -04:00
yuzu_cmd settings: Turn docked mode off by default. 2018-07-17 22:52:25 -04:00
.clang-format
CMakeLists.txt