7256 Commits (f5e87f4ce19d7841452a1fb2ec3d9233d1dfae81)
 

Author SHA1 Message Date
bunnei f5e87f4ce1
Merge pull request #758 from lioncash/sync 8 years ago
bunnei 9533875eeb
Merge pull request #760 from lioncash/path 8 years ago
bunnei d95a1a3742
Merge pull request #762 from Subv/ioctl2 8 years ago
Subv 5c49e56d41 GPU: Implement the NVGPU_IOCTL_CHANNEL_KICKOFF_PB ioctl2 command. 8 years ago
Lioncash d66b43dadf file_util: Use an enum class for GetUserPath() 8 years ago
Lioncash 973fdce79b common: Remove synchronized_wrapper.h 8 years ago
bunnei 0f20fa5a1e
Merge pull request #754 from lioncash/part 8 years ago
bunnei de7cb91995
Merge pull request #750 from lioncash/ctx 8 years ago
bunnei 867ba1ceee
Merge pull request #756 from lioncash/dynarmic 8 years ago
bunnei 1c7c1347d8
Merge pull request #746 from lioncash/tests 8 years ago
bunnei ff8754f921
Merge pull request #747 from lioncash/unimplemented 8 years ago
bunnei 89cc8c1617
Merge pull request #755 from lioncash/ctor 8 years ago
bunnei 552aac7e6c
Merge pull request #749 from lioncash/consistency 8 years ago
bunnei fe2498a650
Merge pull request #751 from Subv/tpidr_el0 8 years ago
bunnei 3d938b8c60
Merge pull request #753 from lioncash/const 8 years ago
Lioncash 1519ce7eab
externals: Update dynarmic to 7ea1241 8 years ago
bunnei d85cfc94e2
Merge pull request #752 from Subv/vfs_load 8 years ago
Lioncash 459e158340 file_sys/errors: Remove redundant object constructor calls 8 years ago
Lioncash b46c0ed1fa vfs_real: Remove redundant copying of std::vector instances in GetFiles() and GetSubdirectories() 8 years ago
Lioncash ec71915ede partition_filesystem, vfs_real: Add missing standard includes 8 years ago
Lioncash d36e327ba6 partition_filesystem, vfs_real: Use std::move in ReplaceFileWithSubdirectory() where applicable 8 years ago
Lioncash 2b91386e15 partition_filesystem, vfs_real: Use std::distance() instead of subtraction 8 years ago
Lioncash 3e0727df1b vfs_offset: Simplify TrimToFit() 8 years ago
Lioncash 894b0de0f2 vfs: Make WriteBytes() overload taking a std::vector pass the std::vector by const reference 8 years ago
Lioncash dd09439fee vfs: Use variable template variants of std::is_trivially_copyable 8 years ago
Lioncash 05231d8b08 vfs: Amend constness on pointers in WriteBytes() and WriteArrays() member functions to be const qualified 8 years ago
Subv 966874e357 Loader: Only print the module names and addresses if they actually exist. 8 years ago
Subv d84eb9dac6 CPU: Save and restore the TPIDR_EL0 system register on every context switch. 8 years ago
bunnei 8afc21f175
Merge pull request #743 from lioncash/view 8 years ago
bunnei d4104c72aa
Merge pull request #745 from lioncash/package 8 years ago
Lioncash ae09adfcb3 arm_interface: Remove unused tls_address member of ThreadContext 8 years ago
Lioncash d5bc9aef4e gl_shader_manager: Replace unimplemented function prototype 8 years ago
Lioncash 863579736c gpu: Rename Get3DEngine() to Maxwell3D() 8 years ago
bunnei 2b7d862366
Merge pull request #742 from bunnei/misc-apm 8 years ago
bunnei 3acd6fa086
Merge pull request #741 from lioncash/enum 8 years ago
Lioncash 48733744bb arm_test_common: Get rid of truncation warnings 8 years ago
Lioncash a8bb1eb39f arm_test_common: Make file static variable a member variable of the testing environment 8 years ago
Lioncash a44475207c arm_test_common: Add missing header guard 8 years ago
Lioncash 3268321f4b param_package: Take std::string by value in string-based Set() function 8 years ago
Lioncash 6279c2dcf4 param_package: Use std::unordered_map's insert_or_assign instead of map indexing 8 years ago
Lioncash 474ec2ee5f param_package: Get rid of file-static std::string construction 8 years ago
Lioncash f63ccbd936 logging/filter: Use std::string_view in ParseFilterString() 8 years ago
Lioncash 7a1a860abe logging/backend: Add missing standard includes 8 years ago
Lioncash 457d1b4490 logging/backend: Use std::string_view in RemoveBackend() and GetBackend() 8 years ago
bunnei dffd154d6d apm: Improve stub for GetPerformanceConfiguration. 8 years ago
Lioncash 0a0b3c4b9f ipc_helpers: Add PushEnum() member function to ResponseBuilder 8 years ago
bunnei c1c9ab31e8
Merge pull request #740 from Subv/acc_crash 8 years ago
bunnei 8346541901
Merge pull request #739 from lioncash/glad 8 years ago
bunnei 29f49bd3c1
Merge pull request #738 from lioncash/sign 8 years ago
bunnei ffbd51e207
Merge pull request #737 from lioncash/move 8 years ago