6148 Commits (772c408826c8fef3600aabca569993c869fc4e8d)

Author SHA1 Message Date
Lioncash 32dde02a89 file_util: Remove redundant duplicate return in GetPathWithoutTop() 8 years ago
Lioncash 8ec2f1b2b7 common: Remove synchronized_wrapper.h 8 years ago
Lioncash 25e1111621 file_sys/errors: Remove redundant object constructor calls 8 years ago
Lioncash 285dfd1a6d vfs_real: Remove redundant copying of std::vector instances in GetFiles() and GetSubdirectories() 8 years ago
Lioncash 97f7a15e70 partition_filesystem, vfs_real: Add missing standard includes 8 years ago
Lioncash ed7f23ef32 partition_filesystem, vfs_real: Use std::move in ReplaceFileWithSubdirectory() where applicable 8 years ago
Lioncash 24fc1a425a partition_filesystem, vfs_real: Use std::distance() instead of subtraction 8 years ago
Lioncash 785d86d181 vfs_offset: Simplify TrimToFit() 8 years ago
Lioncash 25510961ea vfs: Make WriteBytes() overload taking a std::vector pass the std::vector by const reference 8 years ago
Lioncash e523ab8b03 vfs: Use variable template variants of std::is_trivially_copyable 8 years ago
Lioncash 556aaf9627 vfs: Amend constness on pointers in WriteBytes() and WriteArrays() member functions to be const qualified 8 years ago
Subv c1cc141fb0 Loader: Only print the module names and addresses if they actually exist. 8 years ago
Subv 196a689d20 CPU: Save and restore the TPIDR_EL0 system register on every context switch. 8 years ago
Lioncash f4047ccd48 arm_interface: Remove unused tls_address member of ThreadContext 8 years ago
Lioncash 604f780c9d gl_shader_manager: Replace unimplemented function prototype 8 years ago
Lioncash d923d8f50c gpu: Rename Get3DEngine() to Maxwell3D() 8 years ago
Lioncash bdfd46e192 video_core: Use nested namespaces where applicable 8 years ago
Lioncash 633cba2848 arm_test_common: Get rid of truncation warnings 8 years ago
Lioncash 193e23b12f arm_test_common: Make file static variable a member variable of the testing environment 8 years ago
Lioncash c45b86bbb4 arm_test_common: Add missing header guard 8 years ago
Lioncash a2e090303f param_package: Take std::string by value in string-based Set() function 8 years ago
Lioncash 3c613decdf param_package: Use std::unordered_map's insert_or_assign instead of map indexing 8 years ago
Lioncash 48ea3bc5fb param_package: Get rid of file-static std::string construction 8 years ago
Lioncash e107471e08 logging/filter: Use std::string_view in ParseFilterString() 8 years ago
Lioncash aa199be9d0 logging/backend: Add missing standard includes 8 years ago
Lioncash 943584ff42 logging/backend: Use std::string_view in RemoveBackend() and GetBackend() 8 years ago
bunnei 1c43ebbdec apm: Improve stub for GetPerformanceConfiguration. 8 years ago
Lioncash 9e7e0ed9f0 ipc_helpers: Add PushEnum() member function to ResponseBuilder 8 years ago
Subv 34d18dac20 HLE/ACC: Stub IManagerForApplication::GetAccountId to return an error. 8 years ago
Lioncash f53a9138bb gl_state: Make references const where applicable in Apply() 8 years ago
Lioncash 80a916dc0a gl_state: Get rid of mismatched sign conversions 8 years ago
Lioncash c9b1340d3d loader/{nca, nro}: std::move VirtualFile in the constructors where applicable 8 years ago
Lioncash 02e5e6fba3 vfs_offset: std::move file and name parameters of OffsetVfsFile 8 years ago
Lioncash 2ce4fde1ef audren_u: Use a std::array instead of std::string for holding the audio interface/device name 8 years ago
Lioncash 516bc05b15 audout_u: Use a std::array instead of std::string for holding the audio interface name 8 years ago
Lioncash 10a91d9b9a maxwell_3d: Remove unused variable within GetStageTextures() 8 years ago
Lioncash 059d0017f1 thread: Convert ThreadStatus into an enum class 8 years ago
Lioncash 3fbde66789 partition_filesystem: Return pfs_dirs member variable within GetSubdirectories() 8 years ago
Lioncash 3bc310cb92 nso: Silence implicit sign conversion warnings 8 years ago
Lioncash d0dd836d53 nso: Remove unused function ReadSegment() 8 years ago
Lioncash 41a8990ba7 gl_shader_decompiler: Eliminate variable and declaration shadowing 8 years ago
Lioncash 5b433431aa gl_shader_decompiler: Remove unnecessary const from return values 8 years ago
Lioncash 433c9c7bac pl_u: Simplify WriteBuffer() calls in GetSharedFontInOrderOfPriority() 8 years ago
Subv 5bad464f7b HLE/ACC: Return an IProfile that is consistent with what was requested. 8 years ago
Subv 791d6b8b3a HLE/ACC: Change the default user id to be consistent with what we tell games on startup. 8 years ago
Subv 3c8e295c50 HLE/ACC: Write a single whole user id in ListAllUsers and ListOpenUsers. 8 years ago
Lioncash 2b158ebd25 hle_ipc: Introduce generic WriteBuffer overload for multiple container types 8 years ago
Lioncash 0dcaa4485b pl_u: Specify correct size for buffers in GetSharedFontInOrderOfPriority() 8 years ago
Lioncash 9ee475f731 svc: Correct always true assertion case in SetThreadCoreMask 8 years ago
Lioncash 2783d58ab3 pl_u: Remove printf specifier in log call in a log call in GetSharedFontInOrderOfPriority() 8 years ago