2319 Commits (3a70dddf8027768bf6bbb4b7ccf7060c72656241)

Author SHA1 Message Date
Markus Wick 99f6d60a99 core: Make use of fastmem 6 years ago
Markus Wick 9a4cec64e1 common/host_memory: Add Linux implementation 5 years ago
ReinUsesLisp 1f0491900b common/host_memory: Add interface and Windows implementation 5 years ago
liushuyu 44a2374808 src/common/CMakeLists.txt: fix variable escaping 5 years ago
Lioncash 178a1fe364 common/fs/path_util: Remove [[nodiscard]] from function with void return 5 years ago
Morph 02fcdf1a4a common: fs: fs_util: Move PathToUTF8String to fs_util 5 years ago
Morph 6545556483 common: fs: fs_util: Add more string conversion functions 5 years ago
Lioncash cb111c0038 common_funcs: Move R_ macros to result.h 5 years ago
Markus Wick 870505def8 core/memory: Check our memory fallbacks for out-of-bound behavior. 5 years ago
Lioncash f49ea1959b common: Extract point into a common struct 5 years ago
Lioncash c0e0c9f71f common/fs/file: Explicitly delete copy constructors 5 years ago
Lioncash 1f79d51913 common/fs/file: Devirtualize destructor 5 years ago
Lioncash 0b7cade7b8 common/fs/file: Default initialize IOFile members 5 years ago
Morph e8f1d7145e common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270) 5 years ago
Lioncash e6e865f3d3 zstd_compression: Make use of std::span 5 years ago
Lioncash 790720089b lz4_compression: Make use of std::span 5 years ago
bunnei d77adad0c4 common: tree: Avoid a crash on nullptr dereference. 5 years ago
lat9nq d6c9f6acc5 general: Demote custom_rtc to regular setting 5 years ago
lat9nq 04060711c2 configuration: Add CPU tab to game properties 5 years ago
lat9nq 065b3eb53a general: Make CPU accuracy and related a Settings::Setting 5 years ago
bunnei 9d01b31e3f common: tree: Avoid a nullptr dereference. 5 years ago
Lioncash 41852fb7e7 parent_of_member: Make sign conversion explicit in OffsetOfImpl() 5 years ago
bunnei b784918391 fixup! common: bit_util: Add BIT macro. 5 years ago
bunnei e2e26f8299 common: parent_of_member: Fix build for OffsetOf(). 5 years ago
bunnei 396379c2c0 fixup! common: intrusive_red_black_tree: Disable static_assert that will not evaluate as constant on MSVC. 5 years ago
bunnei 5b894b28d6 common: Rename NON_COPYABLE/NON_MOVABLE with YUZU_ prefix. 5 years ago
bunnei b477e9e11b common: common_funcs: Add Size helper function. 5 years ago
bunnei 50f0ec9849 common: bit_util: Add BIT macro. 5 years ago
bunnei fbcac8642e common: intrusive_red_black_tree: Disable static_assert that will not evaluate as constant on MSVC. 5 years ago
bunnei 092b91aeb7 common: common_funcs: Add helper macros for non-copyable and non-moveable. 5 years ago
Lioncash 4105a18d21 log/backend: Use in-class initializer for FileBackend 5 years ago
Lioncash b34cf1fe34 log/backend: Make use of erase_if 5 years ago
Lioncash 5f80027f15 log/backend: Correct order of const in copy constructor 5 years ago
Lioncash bb1bc3dd57 common/log: Move Log namespace into the Common namespace 5 years ago
bunnei 7a76bc30fa common: Move settings to common from core. 5 years ago
bunnei e7800fb6ff core: settings: Add setting for debug assertions and disable by default. 5 years ago
Lioncash b677dca6f9 nvidia_flags: Add missing header guard 5 years ago
Morph 6e9d0a685b bgtc: Update to 12.x and implement OpenTaskService 5 years ago
Markus Wick b529aba9ce common/threadsafe_queue: Provide Wait() method. 5 years ago
Markus Wick 0372a0e723 common: Move assert failure handling into a cpp file. 5 years ago
bunnei 9fe89ad30d common: common_sizes: Move sizes to the Common namespace. 5 years ago
bunnei 643bc5bbc4 common: common_sizes: Move Invalid to Size_* prefix and add missing values. 5 years ago
bunnei c59d82d4cf hle: kernel: board: k_system_control: Extend to include memory region sizes. 5 years ago
bunnei 60e9e9beb4 common: Move common sizes to their own header for code reuse. 5 years ago
MerryMage 63c5190057 fiber: Double default stack size 5 years ago
bunnei e4b692bd16 common: Fiber: use a reference for YieldTo. 5 years ago
bunnei a5092f9918 common: fiber: Use weak_ptr when yielding. 5 years ago
bunnei 845a217d5e Revert "core: Switch to unique_ptr for usage of Common::Fiber." 5 years ago
comex 4258b4985a [network] Error handling reform 5 years ago
bunnei 3322f10f84 core: Switch to unique_ptr for usage of Common::Fiber. 5 years ago