Commit Graph

  • b155b3ef81 file_sys/nca_patch: Remove unnecessary includes Lioncash 2018-09-06 13:56:13 -04:00
  • a859a35ec8 file_sys/patch_manager: Add missing includes Lioncash 2018-09-06 13:51:57 -04:00
  • fbaefc47a0 Merge pull request #1248 from degasus/shader_fix bunnei 2018-09-06 13:06:09 -04:00
  • 742f895f8b frontend: Set swap interval to 0 fearlessTobi 2018-09-06 18:57:51 +02:00
  • a781042700 gl_shader_gen: Initialize position. Markus Wick 2018-09-06 12:45:47 +02:00
  • 77554ac773 Merge pull request #1243 from degasus/VAO_cache bunnei 2018-09-05 22:50:52 -04:00
  • 6f09c5b128 Merge pull request #1244 from FernandoS27/ipa bunnei 2018-09-05 21:20:40 -04:00
  • e63b229f4a Implemented IPA Properly FernandoS27 2018-09-04 23:09:24 -04:00
  • 94f193af65 Merge pull request #1242 from lioncash/file-sys bunnei 2018-09-05 18:53:32 -04:00
  • a6ae765410 Merge pull request #1179 from DarkLordZach/bktr bunnei 2018-09-05 18:06:11 -04:00
  • aba988f71c Merge pull request #1245 from degasus/optimizations bunnei 2018-09-05 16:13:46 -04:00
  • 7f15306f78 gl_rasterizer: Skip TODO log. Markus Wick 2018-09-05 20:19:12 +02:00
  • 6bd6beee20 file_sys/submission_package: Correct constructor initialization list order Lioncash 2018-09-05 12:13:03 -04:00
  • d3ad9469a1 gl_rasterizer: Implement a VAO cache. Markus Wick 2018-09-05 11:36:50 +02:00
  • c0b7ed8b58 file_sys/submission_package: Replace includes with forward declarations where applicable Lioncash 2018-09-05 12:06:47 -04:00
  • 527e362a83 Merge pull request #1217 from degasus/vbo_cache2 bunnei 2018-09-05 11:35:31 -04:00
  • 50a806ea67 renderer_opengl: Implement a buffer cache. Markus Wick 2018-08-29 00:27:03 +02:00
  • a1ef02c3e6 Merge pull request #1240 from degasus/optimizations bunnei 2018-09-04 18:20:14 -04:00
  • c913136eb2 bktr: Fix bucket overlap error Zach Hilman 2018-09-04 17:01:40 -04:00
  • 7d5d781b20 drd: Parse title ID from program metadata Zach Hilman 2018-09-03 19:00:51 -04:00
  • 23a16c1720 patch_manager: Centralize Control-type NCA parsing Zach Hilman 2018-09-03 18:57:52 -04:00
  • 92e26df00f nsp: Fix error masking issue with XCI files Now display correct error instead of catch-all MissingProgramNCA Zach Hilman 2018-09-03 18:46:56 -04:00
  • c91b60a421 game_list: Fix version display on non-NAND titles Zach Hilman 2018-09-01 13:11:30 -04:00
  • cbd517d8cc bktr: Add logging on successful patch Zach Hilman 2018-08-28 22:38:35 -04:00
  • 2814ca3624 game_list: Use friendly game versions Mainly, from control.nacp metadata instead of cnmt metadata Zach Hilman 2018-08-28 22:38:19 -04:00
  • a6e75cd45b bktr: Implement IVFC offset shifting Fixes base game read errors Zach Hilman 2018-08-28 22:37:42 -04:00
  • 9664ce255d bktr: Fix missing includes and optimize style Zach Hilman 2018-08-26 10:53:31 -04:00
  • f92b3512e0 main: Make game updates installable Zach Hilman 2018-08-25 19:06:33 -04:00
  • 8e150c46b9 game_list: Display patch names and versions on list Zach Hilman 2018-08-25 19:06:16 -04:00
  • f5e03b9173 loader: Add BKTR-specific error messages and codes Zach Hilman 2018-08-25 19:05:22 -04:00
  • 08fcb4694f loader: Ignore patches on NRO and DRD Zach Hilman 2018-08-25 19:05:04 -04:00
  • 97bf83bc56 patch_manager: Add usages of patches to ExeFS Zach Hilman 2018-08-25 19:04:48 -04:00
  • 8e900a301a file_sys: Add class to manage game patches Right now only includes Updates, but should eventually contain all of the other patches we need. Zach Hilman 2018-08-25 19:03:45 -04:00
  • 54e7ddb93a file_sys: Add BKTR patching mechanism Zach Hilman 2018-08-25 19:03:03 -04:00
  • 1efe5a76b1 content_archive: Add BKTR header parsing to NCA Zach Hilman 2018-08-25 19:01:46 -04:00
  • 9951f6d054 registration: Add RegisteredCacheUnion Aggregates multiple caches into one interface Zach Hilman 2018-08-25 19:00:36 -04:00
  • d2caf4af7d game_list: Use RegisteredCacheUnion for installed Reduces code Zach Hilman 2018-08-25 18:59:19 -04:00
  • 99fbcb3bf2 aes_util: Fix error involving reads of less than 0x10 Issues with block size are fixed by making all reads minimum length of 0x10 Zach Hilman 2018-08-25 18:56:25 -04:00
  • faa9e066ab Merge pull request #1178 from DarkLordZach/nsp bunnei 2018-09-04 16:20:40 -04:00
  • 99a71580c4 gl_shader_cache: Use an u32 for the binding point cache. Markus Wick 2018-09-04 20:55:34 +02:00
  • 87be4bc283 main: Only show DRD deprecation warning once Zach Hilman 2018-09-04 14:44:40 -04:00
  • e973cceadd control_metadata: Use alternate language names if AmericanEnglish isn't available Zach Hilman 2018-09-03 19:00:14 -04:00
  • 23d2c50479 card_image: Add program title ID getter Zach Hilman 2018-09-03 18:47:23 -04:00
  • 1280061725 qt: Add deprecation warnings for DRD format Zach Hilman 2018-08-30 16:59:49 -04:00
  • 8974771334 registration: Fix NSP installation errors Zach Hilman 2018-08-30 16:59:30 -04:00
  • e4e55d064e nsp: Comply with style and performance guidelines Zach Hilman 2018-08-25 22:42:54 -04:00
  • 58473309a0 qt: Add UI support for NSP files Zach Hilman 2018-08-25 11:50:15 -04:00
  • f7eaea424d registration: Add support for installing NSP files Zach Hilman 2018-08-25 11:50:04 -04:00
  • d7518cf6e0 loader: Add AppLoader for NSP files Zach Hilman 2018-08-25 11:49:31 -04:00
  • 5c8aff984e card_image: Parse XCI secure partition with NSP Eliminated duplicate code and adds support for Rev1+ carts Zach Hilman 2018-08-25 11:48:23 -04:00
  • 93703431e2 file_sys: Add Nintendo Submission Package (NSP) Zach Hilman 2018-08-25 11:45:26 -04:00
  • a040929c90 drd: Load title ID from program metadata Previously only loaded from control metadata Zach Hilman 2018-08-25 11:44:52 -04:00
  • b555311438 loader: Add NSP file type and NSP-specific errors Zach Hilman 2018-08-25 11:44:14 -04:00
  • d770c60205 key_manager: Avoid autogeneration if key exists Zach Hilman 2018-08-25 11:43:27 -04:00
  • dda4b5e89e Merge pull request #1238 from lioncash/explicit bunnei 2018-09-04 12:18:00 -04:00
  • 9a07e9f805 Merge pull request #1237 from degasus/optimizations bunnei 2018-09-04 12:16:06 -04:00
  • ed37b68fb5 Merge pull request #1223 from DarkLordZach/custom-nand-sd-dirs bunnei 2018-09-04 11:54:22 -04:00
  • 26e96d16d0 Merge pull request #1232 from lioncash/copy bunnei 2018-09-04 11:52:25 -04:00
  • 8ec1e16867 Merge pull request #1235 from lioncash/forward-decl bunnei 2018-09-04 11:51:54 -04:00
  • 5a29b358aa Merge pull request #1236 from degasus/microprofile bunnei 2018-09-04 11:50:58 -04:00
  • c156ee8eb8 Merge pull request #1230 from lioncash/ssl bunnei 2018-09-04 11:49:22 -04:00
  • 6ef84f1c4c common/logging: Amend documentation comments Lioncash 2018-09-04 10:49:06 -04:00
  • 2949d9552c common/logging/filter: Replace C-style case with C++ static_cast Lioncash 2018-09-04 10:44:36 -04:00
  • 978f3a3282 common/logging/filter: Make constructor explicit Lioncash 2018-09-04 10:43:29 -04:00
  • dce624e3f1 core: Use a raw pointer in GetGPUDebugContext. Markus Wick 2018-09-04 14:06:52 +02:00
  • 2081ed7db2 command_processor: Use std::array for bound_engines. Markus Wick 2018-09-04 13:54:50 +02:00
  • 10bc725944 Update microprofile scopes. Markus Wick 2018-09-04 11:02:59 +02:00
  • a813c10e1c file_sys: Replace includes with forward declarations where applicable Lioncash 2018-09-03 21:58:19 -04:00
  • 1c5636e690 Merge pull request #1231 from lioncash/global bunnei 2018-09-03 21:21:12 -04:00
  • 2afe8ac4a7 Merge pull request #1229 from lioncash/forward-decl bunnei 2018-09-03 21:20:34 -04:00
  • 04397cd185 qt: Add message about not moving contents on dir change Zach Hilman 2018-09-03 19:23:10 -04:00
  • 1ff3318458 qt: Add UI options to change NAND/SD dirs Zach Hilman 2018-09-01 14:49:18 -04:00
  • b2268f1f8d settings: Save and load NAND/SD dirs from config Zach Hilman 2018-09-01 14:49:07 -04:00
  • 9cfe2414cb Merge pull request #1233 from lioncash/dynarmic Mat M 2018-09-03 16:22:13 -04:00
  • c6fd56b00f externals: Update dynarmic to 0435ac2 Lioncash 2018-09-03 08:04:07 -04:00
  • 18a89931a9 gl_shader_decompiler: Use used_shaders member variable directly within GenerateDeclarations() Lioncash 2018-09-02 13:10:02 -04:00
  • a405373144 vfs_real: Forward declare IOFile Lioncash 2018-09-02 10:53:06 -04:00
  • 1242c1ec0a service: Migrate global named port map to the KernelCore class Lioncash 2018-09-02 11:58:58 -04:00
  • 41cd766438 ssl: Move SSL class to cpp file Lioncash 2018-09-02 11:36:43 -04:00
  • 325f3e0693 Merge pull request #1213 from DarkLordZach/octopath-fs bunnei 2018-09-02 10:49:18 -04:00
  • 89be49d2f3 Merge pull request #1215 from ogniK5377/texs-nodep-assert bunnei 2018-09-02 10:48:27 -04:00
  • 2714d9e64c Merge pull request #1219 from jroweboy/less-artifacts bunnei 2018-09-02 10:48:03 -04:00
  • d2ade27c3f Merge pull request #1220 from FearlessTobi/extensions-qol bunnei 2018-09-02 10:47:25 -04:00
  • 177c45e97d Merge pull request #1214 from ogniK5377/ipa-assert bunnei 2018-09-02 10:44:43 -04:00
  • 9c206fe94d Merge pull request #1216 from ogniK5377/ffma-assert bunnei 2018-09-02 10:44:13 -04:00
  • 1ccc0457d5 Merge pull request #1218 from ogniK5377/fmul-assert bunnei 2018-09-02 10:43:48 -04:00
  • 7a439630bb Merge pull request #1228 from lioncash/construct bunnei 2018-09-02 10:43:09 -04:00
  • fda8f1da20 filesystem: Move dir retrieval after path checking in DeleteFile() Lioncash 2018-09-02 09:17:45 -04:00
  • 0f453488e2 citra_qt: Display the unsupported GL extensions in the popup fearlessTobi 2018-09-01 19:01:53 +02:00
  • a0e1fbfe14 Build - Upload fewer artifacts James Rowe 2018-09-01 10:42:16 -06:00
  • 60754b4728 Removed saturate assert David Marcec 2018-09-01 19:33:32 +10:00
  • 2edab4e840 Removed saturate assert David Marcec 2018-09-01 19:29:20 +10:00
  • 2bc6abb9a1 Changed tab5980_0 default from 0 -> 1 David Marcec 2018-09-01 19:15:03 +10:00
  • 6f8ed9508d Added FMUL asserts David Marcec 2018-09-01 19:05:10 +10:00
  • b89fc407d7 Added FFMA asserts David Marcec 2018-09-01 18:45:14 +10:00
  • 948bc87a59 Added assert for TEXS nodep David Marcec 2018-09-01 17:00:01 +10:00
  • ad3dca7e62 Added better asserts to IPA, Renamed IPA modes to match mesa David Marcec 2018-09-01 16:34:27 +10:00
  • f32e28c7b8 maxwell_3d: Use CoreTiming for query timestamp Zach Hilman 2018-08-31 23:25:18 -04:00
  • 19d0951ae6 filesystem: Implement OpenReadOnlySaveDataFilesystem Zach Hilman 2018-08-31 23:19:49 -04:00
  • 7939ea18e8 filesystem: Add OpenFileSystemWithPatch Zach Hilman 2018-08-31 23:19:23 -04:00