8892 Commits (d7ff4ecab91c18660241b281c52e9cfa93296684)
 

Author SHA1 Message Date
NeatNit d7ff4ecab9 CONTRIBUTING.md - remove note about casting numeric types 7 years ago
bunnei d96959aa1a Merge pull request #1449 from lioncash/link 7 years ago
Lioncash dc276f0e3f qt: Update telemetry links 7 years ago
bunnei 21986d86ca Merge pull request #1332 from FearlessTobi/port-web-backend 7 years ago
bunnei 74286daa64 Merge pull request #1447 from lioncash/mutex 7 years ago
Lioncash 809edc848f kernel/mutex: Amend behavior of TransferMutexOwnership() 7 years ago
bunnei 9773271937 Merge pull request #1440 from lioncash/array 7 years ago
bunnei aba62e8f2e Merge pull request #1438 from ReinUsesLisp/quads 7 years ago
bunnei c277d09486 Merge pull request #1445 from lioncash/sched 7 years ago
balika011 6069aae43b thread: Make the scheduler pointer a regular pointer 7 years ago
bunnei b355b43bfa Merge pull request #1439 from lioncash/thread 7 years ago
bunnei fba4735f29 Merge pull request #1442 from lioncash/format 7 years ago
Lioncash 025ab5f04f text_formatter: Avoid unnecessary string temporary creation in PrintMessage() 7 years ago
Lioncash 3eb26feb5c ui_settings: Place definition of the theme array within the cpp file 7 years ago
bunnei 8d1f393308 Merge pull request #1415 from DarkLordZach/ips 7 years ago
Lioncash e57c8ae2b3 kernel/thread: Make all instance variables private 7 years ago
ReinUsesLisp db80264fae gl_rasterizer: Implement quads topology 7 years ago
bunnei 9d1c5eb661 Merge pull request #1434 from DarkLordZach/dlc-edge-case 7 years ago
bunnei 0b30509b9a Merge pull request #1428 from lioncash/qt 7 years ago
bunnei 0d11c7fc53 Merge pull request #1431 from lioncash/audio 7 years ago
bunnei 72a7131c04 Merge pull request #1433 from lioncash/fs 7 years ago
bunnei 66307969cc Merge pull request #1429 from lioncash/translate 7 years ago
bunnei 3bb12e0e67 Merge pull request #1436 from lioncash/view 7 years ago
bunnei e590be654e Merge pull request #1432 from lioncash/lbl 7 years ago
bunnei b7c1a76867 Merge pull request #1426 from FearlessTobi/port-4253 7 years ago
bunnei 8f0975be07 Merge pull request #1435 from lioncash/xci 7 years ago
Lioncash b9b8610d6d submission_package: Avoid dangling std::string_view within SetTicketKeys() 7 years ago
Lioncash 689010c2fa submission_package: Correct location of null check within SetTicketKeys() 7 years ago
Lioncash b77f6a32ff submission_package: Use std::string's rfind() when looking for the extension in InitializeExeFSAndRomFS() 7 years ago
Lioncash 8f51371d7b submission_package: Ensure the 'extracted' member variable is always initialized 7 years ago
Lioncash e4f994749b submission_package: Move ExeFS and RomFS initialization to its own function 7 years ago
Lioncash eb438661e6 submission_package: Move NCA reading code to its own function 7 years ago
Lioncash 17fb526fd9 submission_package: Move ticket key setting to its own function 7 years ago
Lioncash 0b2773e2c6 submission_package: Invert conditionals within NSP's constructor to reduce nesting 7 years ago
Lioncash d91cd1d638 card_image: Ensure program_nca_status is always initialized 7 years ago
Zach Hilman 1995df45b1 aoc_u: Fix edge case with DLC that causes breaks 7 years ago
Lioncash 7896075fcb services/fsp_srv: Amend service function table 7 years ago
Lioncash 35c7df89fe service/lbl: Update service function table 7 years ago
Lioncash 6ef4721dd0 configure_input: Make analog mapping strings translatable 7 years ago
Lioncash 82ed6f893b configure_audio: Move combo box index setting to their own functions 7 years ago
Lioncash 17f48939bf configure_audio: Use QString::fromStdString() for converting audio device names 7 years ago
Lioncash 2ed06e19c0 configure_audio: Add disambiguation comment for the volume percentage string 7 years ago
Lioncash 208b2b9e56 configure_graphics: Make functions internally linked where applicable 7 years ago
Zach Hilman fc1574a4de nso: Optimize loading of IPS patches 7 years ago
Weiyi Wang 365e6fdefd string_util: unify UTF8<->UTF16 conversion to codecvt 7 years ago
Weiyi Wang 82389b903b string_util: remove TString conversion for windows 7 years ago
Weiyi Wang f876f9b85c string_util: remove ShiftJIS/CP1252 conversion function 7 years ago
fearlessTobi c32e0c6847 Review comments - part 5 7 years ago
fearlessTobi cd5b9645a4 Review comments -part 4 7 years ago
fearlessTobi 015fa7e556 Review comments - part 3 7 years ago