1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-12-27 13:41:06 -06:00

Commit Graph

  • c6024379a4 vfs_real: Remove unused variable in CreateDirectoryRelative() Lioncash 2018-08-27 15:58:23 -04:00
  • d3934d7da7 registered_cache: Get rid of variable shadowing in ProcessFiles() Lioncash 2018-08-27 15:55:43 -04:00
  • 887a9c5c29 Merge pull request #1128 from DarkLordZach/malformed-hex-crash bunnei 2018-08-27 15:45:22 -04:00
  • af59d4bff0 Merge pull request #1176 from lioncash/info bunnei 2018-08-27 15:44:52 -04:00
  • f96ded9815 Merge pull request #1174 from lioncash/debug bunnei 2018-08-27 15:44:29 -04:00
  • 8c66a5a9a5 Merge pull request #1162 from ogniK5377/ttf-plu bunnei 2018-08-27 15:43:10 -04:00
  • 34a447d24e Merge pull request #1168 from lioncash/header bunnei 2018-08-27 15:42:52 -04:00
  • 8d86747514 Merge pull request #1171 from lioncash/true bunnei 2018-08-27 15:41:58 -04:00
  • 43a2598e26 Merge pull request #1180 from tech4me/languagecode_fix bunnei 2018-08-27 15:41:38 -04:00
  • d26a46feed set: Fixed GetAvailableLanguageCodes() to follow the max_entries tech4me 2018-08-25 22:43:17 -07:00
  • be2f1eabd7 Merge pull request #1173 from lioncash/batch bunnei 2018-08-25 10:59:54 -04:00
  • 23b86fd3ea Merge pull request #1167 from lioncash/assert bunnei 2018-08-25 10:50:59 -04:00
  • f708207ae6 kernel/error: Amend error code for ERR_MAX_CONNECTIONS_REACHED Lioncash 2018-08-25 06:15:58 -04:00
  • bfb0c87b7b kernel/error: Amend error code for ERR_PORT_NAME_TOO_LONG Lioncash 2018-08-25 05:52:57 -04:00
  • 81ca46dd17 kernel/error: Add error code for the handle table being full Lioncash 2018-08-25 05:44:51 -04:00
  • b8be5524bc kernel/error: Add error code for invalid memory permissions Lioncash 2018-08-25 05:40:42 -04:00
  • 2fd45093f2 kernel/error: Correct kernel error code for invalid combination Lioncash 2018-08-25 05:37:37 -04:00
  • f170159fde Merge pull request #1166 from lioncash/typo Sebastian Valle 2018-08-25 07:19:46 -05:00
  • e81354ae38 svc: Return process title ID if queried in GetInfo() Lioncash 2018-08-25 04:58:55 -04:00
  • 6426b0f551 Merge pull request #1094 from DarkLordZach/nax0 Mat M 2018-08-24 23:47:46 -04:00
  • 6314a799aa file_sys/crypto: Fix missing/unnecessary includes Zach Hilman 2018-08-24 22:15:32 -04:00
  • 43e0d865fa core: Namespace all code in the arm subdirectory under the Core namespace Lioncash 2018-08-24 21:43:32 -04:00
  • c65713832c debug_utils: Remove unused includes Lioncash 2018-08-24 20:18:57 -04:00
  • 1e6a209649 debug_utils: Make BreakpointObserver class' constructor explicit Lioncash 2018-08-24 20:17:47 -04:00
  • b6425c0511 debug_utils: Initialize active_breakpoint member of DebugContext Lioncash 2018-08-24 20:15:47 -04:00
  • 20800f2df7 maxwell3d: Move FinishedPrimitiveBatch event after AcceleratedDrawBatch() Lioncash 2018-08-24 19:58:02 -04:00
  • f09da5d1c9 Merge pull request #1065 from DarkLordZach/window-title Zach Hilman 2018-08-24 14:34:03 -04:00
  • 8492ec1669 core: Remove always true conditionals in Load() Lioncash 2018-08-24 02:48:28 -04:00
  • c74b7ee204 file_util: Correct return value in early exit of ReadFileToString() Lioncash 2018-08-24 02:20:00 -04:00
  • 36093a3e4d fix SEL_IMM bitstring Laku 2018-08-24 07:18:12 +03:00
  • ec59e4a6c5 hid: Move core include to cpp file Lioncash 2018-08-23 23:20:33 -04:00
  • 8fd9eb71b4 gl_rasterizer: Correct assertion condition in SyncLogicOpState() Lioncash 2018-08-23 22:59:50 -04:00
  • 018c25e123 Merge pull request #1164 from tech4me/decode_iadd3 bunnei 2018-08-23 22:59:34 -04:00
  • f6f5c2e4d8 filesystem: Fix typo in log message Lioncash 2018-08-23 22:12:31 -04:00
  • 165c23c848 Port #4013 from Citra: "Init logging sooner so we dont miss some logs on startup" (#1142) Tobias 2018-08-24 01:52:06 +02:00
  • d1a6dd61d1 xci: Ignore NCA files with updates in secure Zach Hilman 2018-08-23 18:53:37 -04:00
  • 4f18c17df7 content_archive: Add update title detection This is needed because the title IDs of update NCAs will not use the update title ID. The only sure way to tell is to look for a partition with BKTR crypto. Zach Hilman 2018-08-23 18:53:13 -04:00
  • 5049ca5d8c Added GetBootMode (#1107) David 2018-08-24 08:31:45 +10:00
  • ba2972bc64 Shaders: Added decodings for IADD3 instructions tech4me 2018-08-23 15:46:59 -04:00
  • 06487c2c8d hex_util: Replace logic_errors with LOG_CRITICAL Zach Hilman 2018-08-23 14:44:41 -04:00
  • 67fa51ea2f qt: Add filename and title id to window title while running Zach Hilman 2018-08-23 14:12:56 -04:00
  • 78b109d195 Addressed plu TTF changes David Marcec 2018-08-24 02:18:04 +10:00
  • 0dce6d7008 Merge pull request #1160 from bunnei/surface-reserve bunnei 2018-08-23 12:04:37 -04:00
  • 3ed0115e36 Merge pull request #1153 from bunnei/stencil-clear bunnei 2018-08-23 12:04:08 -04:00
  • ccfd176382 key_manager: Eliminate indexed for loop Zach Hilman 2018-08-21 21:12:53 -04:00
  • 119ab308b5 key_manager: Create keys dir if it dosen't exist On call to WriteKeyToFile, so that the autogenerated file can be written. Zach Hilman 2018-08-21 15:04:03 -04:00
  • a7e8d10969 file_sys: Cut down on includes and copies Zach Hilman 2018-08-18 21:16:20 -04:00
  • 42dc856ce1 crypto: Eliminate magic constants Zach Hilman 2018-08-18 21:14:57 -04:00
  • 61a5b56abd key_manager: Add support for autogenerated keys Stored in a separate file than manual keys. Zach Hilman 2018-08-16 17:12:31 -04:00
  • f26fc64cb4 key_manager: Add support for KEK and SD seed derivation Zach Hilman 2018-08-16 17:12:05 -04:00
  • cde665c565 key_manager: Switch to boost flat_map for keys Should make key gets marginally faster. Zach Hilman 2018-08-16 17:10:01 -04:00
  • 60b7a3b904 game_list: Add SD registration loading to game list Zach Hilman 2018-08-16 17:08:44 -04:00
  • ab44192ab0 file_sys: Implement NAX containers Zach Hilman 2018-08-16 17:08:13 -04:00
  • 8b52d6682a registration: Add GetEntryUnparsed methods Zach Hilman 2018-08-16 17:07:37 -04:00
  • 13524578b6 sdmc_factory: Add SDMC RegisteredCache getter Zach Hilman 2018-08-16 17:06:56 -04:00
  • 4112dd6b4e qt: Make default row data title name and title id Helps with installed games by making the title not a hexadecimal id string, instead the name. Zach Hilman 2018-08-16 17:06:24 -04:00
  • bf33f80fae vfs: Add GetOrCreateDirectoryRelative method Zach Hilman 2018-08-16 17:05:30 -04:00
  • ef3768f323 filesystem: Add CreateFactories methods to fs Allows frontend to create registration caches for use before a game has booted. Zach Hilman 2018-08-16 17:04:38 -04:00
  • 410062031b filesystem: Add logging to registration getters Zach Hilman 2018-08-16 17:03:31 -04:00
  • b247e0cab0 loader: Add new NAX-specific errors and messages Zach Hilman 2018-08-16 17:02:50 -04:00
  • 2164702cf7 nax: Add AppLoader_NAX and update loader to support it Zach Hilman 2018-08-16 17:02:31 -04:00
  • c4845df3d4 xts_encryption_layer: Implement XTSEncryptionLayer Zach Hilman 2018-08-16 17:01:32 -04:00
  • 10e5356e9a aes_util: Make XTSTranscode stricter about sizes XTS with Nintendo Tweak will fail mysteriously if the sector size is not 0x4000. Upgrade the critical log to an assert to prevent undefined behavior. Zach Hilman 2018-08-16 17:00:35 -04:00
  • 6dd369ab88 ctr_encryption_layer: Fix bug when transcoding small data Fixes a bug where data lengths of less than size 0x10 will fail or have misleading return values. Zach Hilman 2018-08-16 16:58:49 -04:00
  • a9dc5a3c10 xci: Fix error masking issue Prevents NCA-related errors from being masked into MissingProgramNCA or MissingKeyFile Zach Hilman 2018-08-16 16:57:00 -04:00
  • d65f079cc1 gl_rasterizer_cache: Blit when possible on RecreateSurface. bunnei 2018-08-22 18:46:05 -04:00
  • fee8bdd90c gl_rasterizer_cache: Reserve surfaces that have already been created for later use. bunnei 2018-08-21 22:04:54 -04:00
  • fde2017a3f gl_rasterizer_cache: Remove assert for RecreateSurface type. bunnei 2018-08-21 01:05:27 -04:00
  • ebf5768340 gl_rasterizer_cache: Implement compressed texture copies. bunnei 2018-08-21 01:04:46 -04:00
  • a4ac3bed6c gl_rasterizer: Implement stencil test. bunnei 2018-08-22 00:35:31 -04:00
  • da3da6be90 gl_rasterizer: Implement partial color clear and stencil clear. bunnei 2018-08-22 00:33:03 -04:00
  • 2a472ff54d maxwell_3d: Update to include additional stencil registers. bunnei 2018-08-22 00:25:46 -04:00
  • c4ed0b16b1 gl_state: Update to handle stencil front/back face separately. bunnei 2018-08-22 00:17:54 -04:00
  • c7f2fb2151 Merge pull request #1157 from lioncash/vec bunnei 2018-08-23 02:19:00 -04:00
  • 232b0d9d2a Merge pull request #1156 from Lakumakkara/lop3 bunnei 2018-08-23 02:16:49 -04:00
  • eccc77a8c8 Added SharedFonts loading via TTF David Marcec 2018-08-23 14:42:06 +10:00
  • 74e08b4800 Swap "Plus" with "Minus" on the controller GUI (#1150) literalmente-game 2018-08-22 21:47:07 -03:00
  • a1bdc597e9 Merge pull request #1159 from lioncash/fmt James Rowe 2018-08-22 18:46:22 -06:00
  • c5ea6db02d Merge pull request #1137 from lioncash/namespace bunnei 2018-08-22 18:14:48 -04:00
  • c7c4e6dcba Merge pull request #1158 from lioncash/boost James Rowe 2018-08-22 15:38:12 -06:00
  • c5c0da41b4 externals: Update fmt to 6201052 Lioncash 2018-08-22 17:29:05 -04:00
  • f835349364 externals/boost: Update to 1.68.0 Lioncash 2018-08-22 17:15:41 -04:00
  • 12ba80a86c gl_shader_gen: Make ShaderSetup's constructor explicit Lioncash 2018-08-22 17:01:14 -04:00
  • 1fd979f50a gl_shader_gen: Use a std::vector to represent program code instead of std::array Lioncash 2018-08-22 15:43:52 -04:00
  • b2ca8089ce more fixes Laku 2018-08-23 00:01:40 +03:00
  • e70a3c5a5d fixes Laku 2018-08-22 21:33:32 +03:00
  • d1b1c42c07 Merge pull request #1155 from tech4me/icon-fix bunnei 2018-08-22 13:45:22 -04:00
  • dd35b4b18a renderer_opengl: Namespace OpenGL code Lioncash 2018-08-21 04:18:27 -04:00
  • 4877e6c2f6 remove debug logging Laku 2018-08-22 11:45:28 +03:00
  • 8e8326595f implement lop3 Laku 2018-08-22 10:02:18 +03:00
  • 8ce02d85e9 config: Fixed icon size get set to 0 tech4me 2018-08-21 22:36:00 -07:00
  • b38d67d940 Merge pull request #1136 from tech4me/master bunnei 2018-08-22 01:30:08 -04:00
  • cea627b0fc Merge pull request #840 from FearlessTobi/port-3353 bunnei 2018-08-22 01:19:50 -04:00
  • 5abf71fe65 Merge pull request #1154 from OatmealDome/topology-lines bunnei 2018-08-22 01:08:34 -04:00
  • eef0c93643 Merge pull request #1141 from FearlessTobi/port-3902 bunnei 2018-08-22 01:07:59 -04:00
  • 125d7122ac Merge pull request #1124 from Subv/logic_ops bunnei 2018-08-22 01:05:25 -04:00
  • ad1220e1b3 maxwell_to_gl: Implement PrimitiveTopology::Lines OatmealDome 2018-08-22 01:01:06 -04:00
  • 92b85fad70 Merge pull request #1147 from lioncash/warn bunnei 2018-08-22 00:37:59 -04:00
  • cb8b371570 Merge pull request #1151 from bunnei/revert-4a2ee191 bunnei 2018-08-22 00:37:30 -04:00
  • 38517241ec Merge pull request #1152 from ogniK5377/plu-include bunnei 2018-08-21 22:41:09 -04:00