Commit Graph

  • 01bf329f63 yuzu/game_list_worker: Don't retrieve the file type twice in AddFstEntriesToGameList() Lioncash 2018-12-05 17:58:11 -05:00
  • de095ded5c yuzu/game_list_worker: Don't retrieve file type and file type strings twice in MakeGameListEntry() Lioncash 2018-12-05 17:47:03 -05:00
  • de323851b4 loaders: Make GetFileType() a const qualified member function Lioncash 2018-12-05 17:42:41 -05:00
  • ca8ab1bc3b Call shrink_to_fit after page-table vector resizing to cause crt to actually lower vector capacity. For 36-bit titles saves 800MB of commit. heapo 2018-12-05 10:30:50 -08:00
  • 547eecf119 kernel/process: Set ideal core from metadata Lioncash 2018-12-05 16:59:34 -05:00
  • c07059e7fd configure_input_simple: Properly signal docked mode change Zach Hilman 2018-12-04 22:01:01 -05:00
  • 233a804196 configure_input: Add ConfigureInputSimple as default input UI config Zach Hilman 2018-12-01 11:11:11 -05:00
  • 59ca8d458d configure_input: Convert into QDialog Zach Hilman 2018-11-22 15:27:07 -05:00
  • 20dffc22a2 configure: Use ConfigureInputSimple for Input tab Zach Hilman 2018-11-22 15:26:29 -05:00
  • 281b64daf4 ui_settings: Add UI setting for input profile index Zach Hilman 2018-11-22 15:25:12 -05:00
  • e90fa1ac54 configuration/config: Use an intermediary variable for accessing players Lioncash 2018-12-05 03:41:31 -05:00
  • 2207baaa04 ng_word: Deduplicate use of a constant value Lioncash 2018-12-05 02:36:43 -05:00
  • edd9bfd54a system_archive: Use a regular function pointer instead of std::function for file-scope system archive array Lioncash 2018-12-05 02:33:13 -05:00
  • 7c9b194d63 service/ldr: Deduplicate instruction cache clearing code in LoadNro() Lioncash 2018-12-05 00:32:53 -05:00
  • 05a6f1f676 service/ldr: Amend layout of the NRO header Lioncash 2018-12-05 00:16:47 -05:00
  • 59a8df1b14 gl_shader_decompiler: Implement TEXS.F16 ReinUsesLisp 2018-12-05 01:33:36 -03:00
  • 817fb18e30 service/ldr: Corrent padding within the NRR header layout Lioncash 2018-12-05 00:05:01 -05:00
  • 370980fdc3 gl_shader_decompiler: Fixup inverted if ReinUsesLisp 2018-12-05 01:23:04 -03:00
  • e6f7825a24 svc: Avoid incorrect fast yield condition Zach Hilman 2018-12-04 22:11:32 -05:00
  • db3200b515 Merge pull request #1859 from heapo/lut_array_codegen bunnei 2018-12-04 22:07:12 -05:00
  • 2f253986df kernel/svc: Correct behavior of svcResetSignal() Lioncash 2018-12-04 19:59:29 -05:00
  • c7462ce712 kernel/process: Make Process a WaitObject Lioncash 2018-12-04 19:08:56 -05:00
  • a3aa7aaf0b kernel/readable_event: Add member function for enforcing a strict reset contract Lioncash 2018-12-04 18:54:18 -05:00
  • 7853e6b5d4 Improve msvc codegen for hot-path array LUTs heapo 2018-12-04 10:32:00 -08:00
  • d08d4a366b Merge pull request #1704 from DarkLordZach/oss-sysarchive bunnei 2018-12-04 19:59:52 -05:00
  • af286294f9 Merge pull request #1837 from lioncash/map bunnei 2018-12-04 19:57:41 -05:00
  • a49fd7fd57 yuzu/game_list_worker: Move std::string construction after the termination check in callbacks Lioncash 2018-12-04 18:39:32 -05:00
  • e5dd4cb392 Merge pull request #1838 from lioncash/dedup bunnei 2018-12-04 18:34:49 -05:00
  • 173073c722 Merge pull request #1836 from lioncash/unused bunnei 2018-12-04 18:28:15 -05:00
  • 5ca586596d Merge pull request #1860 from lioncash/event bunnei 2018-12-04 18:27:54 -05:00
  • 8ea1f28614 kernel/svc: Remove unused header inclusion Lioncash 2018-12-04 15:48:20 -05:00
  • a543c35962 kernel/svc: Implement svcSignalEvent() Lioncash 2018-12-04 15:39:49 -05:00
  • 2a1f59b301 kernel/svc: Implement svcCreateEvent() Lioncash 2018-12-04 15:11:18 -05:00
  • f6f6503578 qt: Add Properties menu to game list right-click Zach Hilman 2018-12-04 13:34:46 -05:00
  • 465f486160 Merge pull request #1845 from lioncash/nro bunnei 2018-12-04 12:26:12 -05:00
  • d533767623 Merge pull request #1853 from lioncash/event bunnei 2018-12-04 12:25:40 -05:00
  • ab2108fb2a Rewrited TEX/TEXS (TEX Scalar). (#1826) Marcos 2018-12-04 14:24:35 -03:00
  • da5659fb87 Merge pull request #1857 from lioncash/res-info bunnei 2018-12-04 12:23:19 -05:00
  • 7f6bc284e9 Merge pull request #1854 from Subv/old_command_processor bunnei 2018-12-04 08:49:22 -05:00
  • a3d78b77f8 debugger: Set paused thread color Luke Street 2018-12-04 02:25:34 -05:00
  • 5eb057f422 kernel/object: Amend handle types to distinguish between readable and writable events Lioncash 2018-12-03 22:50:16 -05:00
  • ac966e4213 kernel/handle_table: Amend reference to CTR-OS in Create() Lioncash 2018-12-04 01:40:16 -05:00
  • 312690b450 kernel/svc: Implement the resource limit svcGetInfo option Lioncash 2018-12-04 00:29:15 -05:00
  • 3e75175d02 svc: Implement SetThreadActivity (thread suspension) Luke Street 2018-12-03 12:25:27 -05:00
  • c4c19fa6c1 Removed unused file. Subv 2018-12-03 23:52:38 -05:00
  • b873253da1 GPU: Don't try to route PFIFO methods (0-0x40) to the other engines. Subv 2018-12-03 23:52:18 -05:00
  • adc4d332fc Merge pull request #1852 from VPeruS/fix-format-string Mat M 2018-12-03 22:25:29 -05:00
  • b330b495dc [Kernel::CreateThread] Match format specifiers to LOG_TRACE's arguments V.Kalyuzhny 2018-12-04 05:13:50 +02:00
  • ddf5903cd9 scheduler: Avoid manual Reschedule call Zach Hilman 2018-12-03 21:22:09 -05:00
  • 9f1ac96afa Merge pull request #1840 from lioncash/info bunnei 2018-12-03 18:46:22 -05:00
  • b5af41a07b scheduler: Only work steal higher priority threads from other cores Zach Hilman 2018-12-03 17:29:21 -05:00
  • e11e65b3d6 applets: Correct event ResetTypes from OneShot to Sticky Fixes bugs relating to signalling in software keyboard. Zach Hilman 2018-11-23 11:00:33 -05:00
  • bf90f2402d qt: Implement GUI dialog frontend for ProfileSelector Zach Hilman 2018-11-22 21:03:33 -05:00
  • 60b59d554d am: Use ProfileSelect applet Zach Hilman 2018-11-22 21:02:57 -05:00
  • 4fb59fdfe1 applets: Implement ProfileSelect applet Zach Hilman 2018-11-22 21:02:36 -05:00
  • 6deccc7e6b qt: Register to use Qt ProfileSelector instead of default Zach Hilman 2018-11-22 21:00:42 -05:00
  • 58fd0a1c50 core: Add getter/setter for ProfileSelector in System Zach Hilman 2018-11-22 21:00:04 -05:00
  • d17f38494b frontend: Add frontend applet for ProfileSelect Zach Hilman 2018-11-22 20:58:51 -05:00
  • 877b31b33e software_keyboard: Signal state changed event upon construction Zach Hilman 2018-11-22 20:51:53 -05:00
  • 60e27252a5 qt: Add UI to display game properties and disable add-ons Zach Hilman 2018-11-28 14:02:29 -05:00
  • 5f0217592b loader: Add support for reading the name of game's developer Zach Hilman 2018-11-28 14:01:56 -05:00
  • 51483d83bb aoc_u: Obey disabled add-ons list when listing DLC Zach Hilman 2018-11-28 14:01:29 -05:00
  • 0cea05cdf7 patch_manager: Obey disabled add-ons list when patching game Zach Hilman 2018-11-28 14:01:09 -05:00
  • c7b41ade74 core: Make GetGameFileFromPath function externally accessible Zach Hilman 2018-11-28 14:00:44 -05:00
  • c381f46428 config: Store and load disabled add-ons list Zach Hilman 2018-11-28 14:00:01 -05:00
  • 282b7e902c settings: Store list of disabled add-ons per title ID Zach Hilman 2018-11-28 13:59:40 -05:00
  • 76525013c0 Merge pull request #1842 from lioncash/slot bunnei 2018-12-03 17:12:01 -05:00
  • f6b22d9251 Merge pull request #1835 from lioncash/cache-global bunnei 2018-12-03 17:11:26 -05:00
  • 8a12daac8c Merge pull request #1822 from ReinUsesLisp/glsl-scope bunnei 2018-12-03 17:10:02 -05:00
  • ef69b4b830 Merge pull request #1803 from DarkLordZach/k-able-event bunnei 2018-12-03 17:05:57 -05:00
  • f7d5f72944 Merge pull request #1833 from lioncash/clean bunnei 2018-12-03 17:04:05 -05:00
  • 118f402382 Merge pull request #1839 from lioncash/init bunnei 2018-12-03 17:03:00 -05:00
  • a238cdb5ca Merge pull request #1841 from ogniK5377/npad-mode-fix bunnei 2018-12-03 17:02:40 -05:00
  • 6d7514ccec game_list: Remove a reference of a reference Frederic Laing 2018-12-03 19:26:36 +01:00
  • 1ad158b2bb Merge pull request #1843 from lioncash/table Sebastian Valle 2018-12-03 12:21:28 -05:00
  • 5102c91256 Moved backtrace to ArmInterface David Marcec 2018-12-03 20:13:48 +11:00
  • 7149332712 Print backtrace on svcBreak David Marcec 2018-12-03 19:12:09 +11:00
  • 7695febfa1 loader/nso: Remove dependency on the System class Lioncash 2018-12-02 22:24:43 -05:00
  • fc32d6256a loader/nro: Make the static LoadNro function internally linked Lioncash 2018-12-02 22:17:09 -05:00
  • 7e2467e695 file_sys/directory: Amend path buffer size for directory entries Lioncash 2018-12-02 23:15:55 -05:00
  • b110d2176c loader/nro: Remove dependency on the System class Lioncash 2018-12-02 22:13:50 -05:00
  • 6306e54f45 service/usb: Update function table Lioncash 2018-12-02 15:49:37 -05:00
  • f933b3370e service/erpt: Update function table Lioncash 2018-12-02 15:46:42 -05:00
  • 195cad9635 yuzu/configuration: Make slots private where applicable Lioncash 2018-12-02 14:14:32 -05:00
  • eabfb7730d yuzu/configuration: Add missing override specifiers to configuration-related classes Lioncash 2018-12-02 14:10:28 -05:00
  • f3253d0f14 yuzu/configuration/configure_input: Default destructor in the cpp file Lioncash 2018-12-02 14:06:39 -05:00
  • a9223c8182 Fixed crash with SetNpadMode David Marcec 2018-12-03 02:45:08 +11:00
  • 7fe27de26e svc: Use the current process' handle table for retrieving the process instance to act upon Lioncash 2018-12-02 02:00:11 -05:00
  • 6712e7402c svc: Reorganize svcGetInfo, handle more error cases for existing implemented info categories Lioncash 2018-12-02 01:37:15 -05:00
  • 3476830b26 svc: Avoid performance-degrading unnecessary reschedule Zach Hilman 2018-12-02 00:44:40 -05:00
  • 57ac068a23 service/audio/audout_u: Amend constructor initialization list order Lioncash 2018-12-01 23:56:17 -05:00
  • 7ce17b2cf6 Merge pull request #1827 from ReinUsesLisp/clip-and-shader bunnei 2018-12-01 23:51:47 -05:00
  • efbcff0af0 file_sys/registered_cache: Eliminate variable shadowing Lioncash 2018-12-01 23:50:10 -05:00
  • 80aa124b1d Merge pull request #1825 from ReinUsesLisp/shader-pipeline-cache bunnei 2018-12-01 23:48:55 -05:00
  • a6805e58ce Merge pull request #1795 from ReinUsesLisp/vc-cleanup bunnei 2018-12-01 23:46:18 -05:00
  • 0e9be7be37 Merge pull request #1823 from bunnei/fix-surface-copy bunnei 2018-12-01 23:44:32 -05:00
  • db4523f1ec filesystem: De-globalize registered_cache_union Lioncash 2018-12-01 20:32:38 -05:00
  • 8c108eaca7 yuzu/game_list_worker: Deduplicate game list entry creation Lioncash 2018-12-01 23:23:02 -05:00
  • f1ecfcb8bc yuzu/game_list_worker: Tidy up string handling in FillControlMap() Lioncash 2018-12-01 22:48:57 -05:00
  • a8aca4306d crypto/key_manager: Remove unused variable in GetTicketblob() Lioncash 2018-12-01 22:37:51 -05:00