17664 Commits (b45930a0edbf762310f85fafa3724dc4766c2197)
 

Author SHA1 Message Date
Morph b45930a0ed error: Make the error code as the title text of the OverlayDialog 5 years ago
Morph 4143675b2d overlay_dialog: Add an overlay text dialog that accepts controller input 5 years ago
Morph 4a5f9f5a6d main: Move meta type registration into its own function 5 years ago
Morph aa3adf6c3f input_interpreter: Fix button hold being interpreted incorrectly on init 5 years ago
Its-Rei f6e6913f8f qt_themes: Add styles for the On-Screen Keyboard and OverlayDialog 5 years ago
Its-Rei e681723a4a icons: Add icons for the On-Screen Keyboard overlay 5 years ago
Morph 578e6c5a57 applets/swkbd: Implement the Default Software Keyboard frontend 5 years ago
Morph 5bc9f15c6d applets/swkbd: Implement the Normal and Inline Software Keyboard Applet 5 years ago
Morph a8c09cd5e4 ILibraryAppletCreator: Implement CreateHandleStorage 5 years ago
Morph e3e6a11ab8 hle_ipc: Add helper functions to get copy/move handles 5 years ago
Morph 0a40106cf1 ILibraryAppletAccessor: Demote from ERROR to DEBUG for null storage logs 5 years ago
Morph d1e40dd244 applets: Pass in the LibraryAppletMode each applet's constructor 5 years ago
Morph 0f40c8c634 applets: Remove the previous software keyboard applet implementation 5 years ago
bunnei 60511976bb
Merge pull request #6199 from lioncash/log-ns 5 years ago
Lioncash 2a341c9969 log/backend: Correct order of const in copy constructor 5 years ago
Lioncash 64606aefcf common/log: Move Log namespace into the Common namespace 5 years ago
bunnei de5bf640b7
Merge pull request #6196 from bunnei/asserts-setting 5 years ago
bunnei a4c6712a4b common: Move settings to common from core. 5 years ago
bunnei c6c0771b12 core: settings: Add setting for debug assertions and disable by default. 5 years ago
bunnei eedbe8351c
Merge pull request #6197 from ameerj/kreslimit-cleanup 5 years ago
bunnei 62a8505345
Merge pull request #6195 from Morph1984/controller-applet-motion 5 years ago
ameerj 2067115c78 k_resource_limit: Minor cleanup of member variables/headers 5 years ago
bunnei bb922d6ff6
Merge pull request #6185 from ameerj/process-reslimit 5 years ago
bunnei 8146c8c5e7
Merge pull request #6191 from lioncash/vdtor 5 years ago
bunnei 12a343ed8d
Merge pull request #6190 from lioncash/constfn2 5 years ago
bunnei 62b560e8e3
Merge pull request #6188 from lioncash/bits 5 years ago
bunnei 154eb3cfbe
Merge pull request #6187 from lioncash/sign-conv 5 years ago
Morph 10ca4c9490 applets/controller: Hook up the "Motion" button functionality 5 years ago
bunnei 335a3cc115
Merge pull request #6186 from lioncash/cache-erase 5 years ago
bunnei 7f06276192
Merge pull request #6193 from lioncash/incguard 5 years ago
Lioncash ff6a83e0fe nvidia_flags: Add missing header guard 5 years ago
ameerj 5e85bc3d23 kernel/process: Replace process resource limit instance with the kernel's resource limit 5 years ago
bunnei 8e7734bf40
Merge pull request #6192 from lioncash/discard 5 years ago
Lioncash 0fb3773924 k_thread: Remove [[nodiscard]] attribute from ClearWaitCancelled() 5 years ago
Lioncash 31932904c5 engine_interface: Add missing virtual destructor 5 years ago
Lioncash 9b331a5fb5 vk_master_semaphore: Deduplicate atomic access within IsFree() 5 years ago
Lioncash c5f5d6e7f6 vk_master_semaphore: Add missing const qualifier for IsFree() 5 years ago
Lioncash 4198c92ed0 vk_texture_cache: Make use of Common::BitCast where applicable 5 years ago
Lioncash fddb278aa3 texure_cache/util: Resolve implicit sign conversions with std::reduce 5 years ago
Lioncash 4209588505 query_cache: Make use of std::erase_if 5 years ago
bunnei 26d60014d0
Merge pull request #6135 from Morph1984/borderless-windowed-fullscreen 5 years ago
Rodrigo Locatti ddbd1387aa
Merge pull request #6181 from Joshua-Ashton/robustness_features 5 years ago
Rodrigo Locatti 9f1cf99ea0
Merge pull request #6182 from Joshua-Ashton/null-offset 5 years ago
bunnei 0c19147e09
Merge pull request #6170 from Morph1984/more-time-fixes 5 years ago
LC 55b7d8e322
Merge pull request #6183 from MerryMage/dynarmic 5 years ago
MerryMage a208c7b059 externals: Update dynarmic to b2a4da5e 5 years ago
Joshua Ashton 0ec6cb942d
vk_buffer_cache: Fix offset for NULL vertex buffers 5 years ago
Morph 9bd71f4064
Merge pull request #6180 from Joshua-Ashton/device_loss_fix 5 years ago
Joshua Ashton 08337a492d
vulkan_device: Enable EXT_robustness2 features 5 years ago
Joshua Ashton bcf58c8210
renderer_vulkan: Check return value of AcquireNextImage 5 years ago