| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | Merge pull request #1360 from FearlessTobi/port-3979 | 2018-09-27 | 3 | -35/+51 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | game_list: move SearchField to game_list_p.h and fix untranslated text | 2018-09-21 | 3 | -35/+51 | ||
| * | | | | | | | | | | Merge pull request #1394 from lioncash/stream | 2018-09-27 | 5 | -12/+12 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | stream: Preserve enum class type in GetState() | 2018-09-23 | 5 | -12/+12 | ||
| | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #1389 from PhiBabin/valgrind | 2018-09-27 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | FPCR register was uninitialized at start up | 2018-09-22 | 1 | -1/+1 | ||
| * | | | | | | | | | | Merge pull request #1397 from spycrab/cmake_bin | 2018-09-27 | 1 | -2/+0 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | CMake: Remove superfluous CMAKE_RUNTIME_OUTPUT_DIRECTORY assignment | 2018-09-25 | 1 | -2/+0 | ||
| * | | | | | | | | | | | Merge pull request #1377 from FernandoS27/faster-swizzle | 2018-09-27 | 1 | -51/+66 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Reverse stride align restriction on FastSwizzle due to lost performance | 2018-09-21 | 1 | -3/+2 | ||
| | * | | | | | | | | | | | Join both Swizzle methods within one interface function | 2018-09-21 | 1 | -11/+19 | ||
| | * | | | | | | | | | | | Standarized Legacy Swizzle to look alike FastSwizzle and use a Swizzling Tabl... | 2018-09-21 | 1 | -42/+38 | ||
| | * | | | | | | | | | | | Remove same output bpp restriction on FastSwizzle | 2018-09-21 | 1 | -4/+5 | ||
| | * | | | | | | | | | | | Improved Legacy Swizzler to be better documented and work better | 2018-09-21 | 1 | -15/+21 | ||
| | * | | | | | | | | | | | Improved fast swizzle and removed restrictions to it | 2018-09-20 | 1 | -7/+12 | ||
| * | | | | | | | | | | | | Merge pull request #1404 from lioncash/vfs | 2018-09-27 | 1 | -14/+13 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | fsmitm_romfsbuild: std::move std::vector instances in Build() | 2018-09-26 | 1 | -2/+2 | ||
| | * | | | | | | | | | | | fsmitm_romfsbuild: Replace manual value aligning with Common::AlignUp() | 2018-09-26 | 1 | -12/+11 | ||
| |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | Merge pull request #1399 from lioncash/sched | 2018-09-26 | 4 | -14/+14 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | core_cpu: Make arm_interface instances a std::unique_ptr | 2018-09-25 | 2 | -4/+4 | ||
| | * | | | | | | | | | | | kernel/scheduler: Take ARM_Interface instance by reference in the constructor | 2018-09-25 | 3 | -10/+10 | ||
| | | |_|/ / / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #1400 from lioncash/header | 2018-09-26 | 5 | -1/+7 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | service: Add missing headers inclusions where applicable | 2018-09-25 | 5 | -1/+7 | ||
| * | | | | | | | | | | | | Merge pull request #1402 from ReinUsesLisp/asserts | 2018-09-26 | 5 | -3/+92 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | video_core: Add asserts for CS, TFB and alpha testing | 2018-09-25 | 5 | -3/+92 | ||
| | | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge pull request #1401 from lioncash/vfs | 2018-09-26 | 15 | -175/+172 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | patch_manager: Invert conditionals within ApplyLayeredFS() | 2018-09-25 | 1 | -27/+30 | ||
| | * | | | | | | | | | | | | vfs_vector: Amend initializer list order in VectorVfsFile's constructor initi... | 2018-09-25 | 1 | -1/+1 | ||
| | * | | | | | | | | | | | | fsmitm_romfsbuild: Avoid type truncation warnings | 2018-09-25 | 1 | -7/+10 | ||
| | * | | | | | | | | | | | | fsmitm_romfsbuild: Remove unnecessary constructors and initializers for RomFS... | 2018-09-25 | 1 | -5/+3 | ||
| | * | | | | | | | | | | | | fsmitm_romfsbuild: Remove unnecessary loops in Build() | 2018-09-25 | 1 | -6/+0 | ||
| | * | | | | | | | | | | | | fsmitm_romfsbuild: Make auto variable into a std::size_t variable within Build() | 2018-09-25 | 1 | -1/+1 | ||
| | * | | | | | | | | | | | | yuzu/main: Resolve precedence bug within CalculateRomFSEntrySize() | 2018-09-25 | 1 | -1/+1 | ||
| | * | | | | | | | | | | | | yuzu/main: Move functions stored into static std::function instances out of O... | 2018-09-25 | 1 | -42/+42 | ||
| | * | | | | | | | | | | | | vfs/etc: Append std:: to size_t usages | 2018-09-25 | 7 | -29/+30 | ||
| | * | | | | | | | | | | | | vfs_concat/vfs_layered: Remove friend declarations from ConcatenatedVfsFile | 2018-09-25 | 8 | -61/+59 | ||
| | * | | | | | | | | | | | | vfs_static: Remove template byte parameter from StaticVfsFile | 2018-09-25 | 4 | -42/+42 | ||
| | |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | Merge pull request #1398 from lioncash/macos | 2018-09-26 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | travis: Make macOS builds utilize Xcode 10 | 2018-09-25 | 1 | -1/+1 | ||
| | | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #1365 from DarkLordZach/lfs | 2018-09-25 | 31 | -36/+1203 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | fsmitm: Cleanup and modernize fsmitm port | 2018-09-23 | 22 | -378/+378 | ||
| | * | | | | | | | | | | qt: Add UI elements for LayeredFS and related tools | 2018-09-21 | 6 | -5/+162 | ||
| | * | | | | | | | | | | romfs: Implement CreateRomFS | 2018-09-21 | 2 | -4/+25 | ||
| | * | | | | | | | | | | file_sys: Port Atmosphere-NX fs_mitm implementation | 2018-09-21 | 2 | -0/+474 | ||
| | * | | | | | | | | | | filesystem: Add LayeredFS VFS directory getter | 2018-09-21 | 2 | -1/+14 | ||
| | * | | | | | | | | | | bis_factory: Add mod directory VFS getter | 2018-09-21 | 3 | -3/+18 | ||
| | * | | | | | | | | | | patch_manager: Add LayeredFS mods support | 2018-09-21 | 2 | -1/+44 | ||
| | * | | | | | | | | | | vfs_concat: Rewrite and fix ConcatenatedVfsFile | 2018-09-21 | 2 | -14/+59 | ||
| | * | | | | | | | | | | vfs_layered: Add LayeredVfsDirectory | 2018-09-21 | 2 | -0/+178 | ||
| | * | | | | | | | | | | vfs_vector: Add VectorVfsFile | 2018-09-21 | 2 | -0/+75 | ||