Commit Graph

  • 5bb80ab009 Assert Control Codes Generation FernandoS27 2018-10-19 16:54:13 -04:00
  • da5fcbf501 Merge pull request #1624 from lioncash/boost bunnei 2018-10-30 13:13:39 -04:00
  • c31412c433 Merge pull request #1595 from FreddyFunk/cast bunnei 2018-10-30 00:27:41 -04:00
  • 352b56367c general: Remove unused boost inclusions where applicable Lioncash 2018-10-30 00:06:32 -04:00
  • 7a5eda5914 global: Use std::optional instead of boost::optional (#1578) Frederic L 2018-10-30 05:03:25 +01:00
  • adf26ae668 Merge pull request #1621 from lioncash/ipc bunnei 2018-10-29 23:55:59 -04:00
  • 6383653a8d hle_ipc: Add member function for querying the existence of a domain header Lioncash 2018-10-29 23:20:17 -04:00
  • 0cc347462d hle_ipc: Make GetDomainMessageHeader return a regular pointer Lioncash 2018-10-29 23:18:21 -04:00
  • 938e45eb83 Merge pull request #1611 from lioncash/const bunnei 2018-10-29 22:48:59 -04:00
  • c5a849212f Merge pull request #1580 from FernandoS27/mm-impl bunnei 2018-10-29 22:34:00 -04:00
  • f1cb425d92 Merge pull request #1617 from FearlessTobi/fix-stretch-delay bunnei 2018-10-29 19:09:30 -04:00
  • 44c80e5d8b Handle missing git info when building Michał Janiszewski 2018-10-29 23:39:33 +01:00
  • bdaa76c0db ns: Implement command 400: GetApplicationControlData Zach Hilman 2018-10-29 16:20:10 -04:00
  • 1c0226815d patch_manager: Add support for dumping decompressed NSOs When enabled in settings, PatchNSO will dump the unmodified NSO that it was passed to a file named <build id>.nso in the dump root for the current title ID. Zach Hilman 2018-10-29 16:10:16 -04:00
  • 48eb3742b9 settings: Add setting to control NSO dumping Also adds UI option in Debug > Dump section, with the idea later things to be dumped (i.e. other game data or textures, etc) will use the same group box. Zach Hilman 2018-10-29 16:09:08 -04:00
  • 9078bb9854 bis_factory: Add getter for mod dump root for a title ID Equates to yuzu_dir/dump/<title id>/ Zach Hilman 2018-10-29 16:08:03 -04:00
  • 5ee19add1b fsp_srv: Implement ISaveDataInfoReader An object to read SaveDataInfo objects, which describe a unique save on the system. This implementation iterates through all the directories in the save data space and uses the paths to reconstruct the metadata. Zach Hilman 2018-10-28 14:59:17 -04:00
  • 2e8177f0c9 fsp_srv: Implement command 61: OpenSaveDataInfoReaderBySaveDataSpaceId Needed by Checkpoint. Returns an object that can iterate through all savedata on the system. Zach Hilman 2018-10-28 14:58:09 -04:00
  • df264d2ccb savedata_factory: Expose accessors for SaveDataSpace Zach Hilman 2018-10-28 14:56:43 -04:00
  • f2f679bf3f loader/nro: Call RegisterRomFS from Load Allows NRO homebrew to use the RomFS in the ASET section. Zach Hilman 2018-10-28 14:56:12 -04:00
  • b04e39107f control_metadata: Add GetRawBytes function to NACP Returns the raw bytes of the NACP file. Needed for GetApplicationControlData which returns the raw, unprocessed NACP to the game. Zach Hilman 2018-10-28 14:55:32 -04:00
  • 0270906dbf Merge pull request #1613 from ReinUsesLisp/gl-utils bunnei 2018-10-29 13:22:14 -04:00
  • 655694253a time_stretch: Switch to values of Citra fearlessTobi 2018-10-29 14:49:36 +01:00
  • 5d7167dfca Merge pull request #1610 from slashiee/dxt1-alpha bunnei 2018-10-28 21:29:43 -04:00
  • 9049aedd83 Merge pull request #1612 from Tinob/master bunnei 2018-10-28 21:28:34 -04:00
  • 80cbd81276 video_core: Move OpenGL specific utils to its renderer ReinUsesLisp 2018-10-28 21:54:08 -03:00
  • e8b565b239 renderer_opengl: Correct bpp value for ASTC_2D_8X5_SRGB Rodolfo Bogado 2018-10-28 20:52:57 -03:00
  • 3aa8b644a9 Assert Control Flow Instructions using Control Codes FernandoS27 2018-10-19 12:17:02 -04:00
  • dde3094058 Fixed black textures, pixelation and we no longer require to auto-generate mipmaps FernandoS27 2018-10-28 18:58:07 -04:00
  • f0e902a7d6 Fixed mipmap block autosizing algorithm FernandoS27 2018-10-26 19:18:03 -04:00
  • 87f8181405 Fixed Invalid Image size and Mipmap calculation FernandoS27 2018-10-26 16:17:29 -04:00
  • f4432b5d0c Fixed Block Resizing algorithm and Clang Format FernandoS27 2018-10-25 12:24:10 -04:00
  • 258f0f5c31 Implement Mip Filter FernandoS27 2018-10-24 19:25:28 -04:00
  • dc85e3bff1 Zero out memory region of recreated surface before flushing FernandoS27 2018-10-24 18:44:37 -04:00
  • bbf3b2da0c Implement Mipmaps FernandoS27 2018-10-24 18:30:27 -04:00
  • a973a049b7 core: Make System references const where applicable Lioncash 2018-10-28 17:44:46 -04:00
  • b77f571d20 core: Add missing const variants of getters for the System class Lioncash 2018-10-28 17:37:31 -04:00
  • 635d1e5651 Enable alpha channel for DXT1 texture format Michael 2018-10-28 14:11:04 -07:00
  • b5f8a5f0a3 Merge pull request #1607 from FearlessTobi/patch-3 bunnei 2018-10-28 16:59:13 -04:00
  • f50f065c31 configure_system: Fix compiler warning Frederic Laing 2018-10-28 21:13:09 +01:00
  • 351d5a2227 Correct bpp value for ASTC_2D_8X5 Tobias 2018-10-28 19:49:10 +01:00
  • aa1cf608ed Merge pull request #1601 from FernandoS27/shader-precision bunnei 2018-10-28 13:06:21 -04:00
  • 4ddbd9bbaf Merge pull request #1606 from FearlessTobi/revert-1581-macosx-target-version bunnei 2018-10-28 12:11:00 -04:00
  • e5ca097e32 Refactor precise usage and add FMNMX, MUFU, FMUL32 and FADD332 FernandoS27 2018-10-28 11:38:40 -04:00
  • 03150a560e Revert "Update MACOSX_DEPLOYMENT_TARGET to 10.14" Tobias 2018-10-28 13:43:42 +01:00
  • 585b6a6a50 compatdb: Use a seperate endpoint for testcase submission fearlessTobi 2018-10-26 16:21:45 +02:00
  • 2239d47112 Merge pull request #1593 from lioncash/svc bunnei 2018-10-28 04:38:48 -04:00
  • b32be35173 Merge pull request #1581 from FreddyFunk/macosx-target-version bunnei 2018-10-28 04:32:11 -04:00
  • 72d10ce66c file_sys/patch_manager: Remove unnecessary if-statements (#1586) Frederic L 2018-10-28 07:30:29 +01:00
  • 0d449b77e2 Merge pull request #1598 from DeeJayBro/delete-directory bunnei 2018-10-28 02:29:52 -04:00
  • 6f620b2441 Merge pull request #1600 from DarkLordZach/nsp-secondary-loader-fix bunnei 2018-10-28 02:29:14 -04:00
  • 1fca683388 Merge pull request #1582 from Tinob/master bunnei 2018-10-28 00:24:36 -04:00
  • 0287b2be6d Implement sRGB Support, including workarounds for nvidia driver issues and QT sRGB support Rodolfo Bogado 2018-10-24 17:09:40 -03:00
  • a9d60c6103 Merge pull request #1602 from DarkLordZach/key-derivation-isxdigit bunnei 2018-10-27 23:54:48 -04:00
  • 1fa31cf74d key_manager: Use isxdigit instead of isdigit when reading key file Crypto revisions are hex numbers and this function only checks if the string is valid for stoul in base 16, so it should be isxdigit. Zach Hilman 2018-10-27 21:56:10 -04:00
  • 8d89e88d2c Merge pull request #1597 from lioncash/error bunnei 2018-10-27 21:09:31 -04:00
  • d63f5acb15 Merge pull request #1594 from FreddyFunk/static-cast bunnei 2018-10-27 21:09:06 -04:00
  • d8d557df86 Improved Shader accuracy on Vertex and Geometry Shaders with FFMA, FMUL and FADD FernandoS27 2018-10-27 20:09:26 -04:00
  • a9dc34ea5c Merge pull request #1596 from FearlessTobi/port-4367 bunnei 2018-10-27 13:26:24 -04:00
  • ed95ce6bb7 Merge pull request #1592 from bunnei/prim-restart bunnei 2018-10-27 13:25:00 -04:00
  • ac8231ed10 Merge pull request #1599 from FernandoS27/stalemate bunnei 2018-10-27 12:05:14 -04:00
  • 705300992e Implement Default Block Height for each format FernandoS27 2018-10-27 10:01:28 -04:00
  • 7c70746ec4 loader/nsp: Move secondary loader initialization to constructor Prevents nullptr bug when trying to dump the RomFS of an NSP resulting from secondary_loader not being initialized. Zach Hilman 2018-10-27 10:16:29 -04:00
  • 0bf24d310e gl_rasterizer_cache: Fix compiler warning Frederic Laing 2018-10-26 13:26:08 +02:00
  • 3b1e4c0995 service/filesystem: Add DirectoryDelete & DirectoryDeleteRecursively DeeJayBro 2018-10-27 09:55:26 +02:00
  • 9024cbb5b8 configure_system: Make GetIcon() return the scaled 64x64 icon Lioncash 2018-10-26 19:46:38 -04:00
  • 85ed0af84e configure_system: Move entry formatting for the user account list entries to its own function Lioncash 2018-10-26 19:36:41 -04:00
  • 8eaf857d06 configure_system: Display errors to the user if file operations fail when setting user images Lioncash 2018-10-26 19:28:47 -04:00
  • 12c365b549 cubeb_sink: ignore null-name device when selecting Weiyi Wang 2018-10-26 00:32:41 -04:00
  • 7de8e36343 svc: Localize the GetInfo enum class to the function itself Lioncash 2018-10-26 00:37:14 -04:00
  • 6594853eb1 svc: Implement svcGetInfo command 0xF0000002 Lioncash 2018-10-25 18:42:50 -04:00
  • 58444a0376 gl_rasterizer: Implement primitive restart. bunnei 2018-10-25 19:04:13 -04:00
  • d278f25bda Merge pull request #1533 from FernandoS27/lmem bunnei 2018-10-26 00:16:25 -04:00
  • 72e6b31a07 Merge pull request #1430 from DarkLordZach/remove-promote-dir bunnei 2018-10-26 00:15:34 -04:00
  • 1f98dc30ea Merge pull request #1591 from bunnei/depth-range bunnei 2018-10-26 00:12:20 -04:00
  • 949d9a7136 maxwell_3d: Add code for initializing register defaults. bunnei 2018-10-25 23:42:39 -04:00
  • debabf1fa6 Merge pull request #1569 from lioncash/amiibo bunnei 2018-10-25 22:10:08 -04:00
  • 476b9f8fc5 Merge pull request #1587 from lioncash/private bunnei 2018-10-25 22:08:06 -04:00
  • a94831f2a9 Merge pull request #1557 from bunnei/ldr_ro bunnei 2018-10-25 21:54:35 -04:00
  • 8cea598158 gl_rasterizer: Implement depth range. bunnei 2018-10-25 18:39:57 -04:00
  • cebce2a93a ldr: Partially implement LoadNro. bunnei 2018-10-23 18:52:01 -04:00
  • c2049aa4e5 process: LoadModule should clear JIT instruction cache. bunnei 2018-10-23 18:42:15 -04:00
  • a609b6907a Kernel/Memory: Added a function to first a suitable guest address at which to allocate a region of a given size. bunnei 2018-10-23 18:39:10 -04:00
  • ef7b2237d9 nro: Make LoadNro method accessible outside of apploader code. bunnei 2018-10-23 18:35:20 -04:00
  • a141b46b5c Merge pull request #1583 from DarkLordZach/rle-size Mat M 2018-10-25 17:54:38 -04:00
  • 85285b09b0 configure_system: Make the file selector text translatable Lioncash 2018-10-25 17:03:31 -04:00
  • 5172354e29 configure_system: Make GetAccountUsername() an internal function Lioncash 2018-10-25 16:58:37 -04:00
  • bf7da804c5 configure_system: Default initialize member variables Lioncash 2018-10-25 16:52:21 -04:00
  • 8806e69f59 configure_system: Simplify UUID generation call in AddUser() Lioncash 2018-10-25 16:50:05 -04:00
  • a6addb5332 configure_system: Amend function casing Lioncash 2018-10-25 16:47:09 -04:00
  • 2347e1b8c5 configure_system: Add missing override specifier on the destructor Lioncash 2018-10-25 16:45:13 -04:00
  • 3c63cecb96 configure_system: Make public slots private Lioncash 2018-10-25 16:43:42 -04:00
  • e54c9e19f3 Merge pull request #1584 from FearlessTobi/patch-3 James Rowe 2018-10-25 13:55:10 -06:00
  • bf0d3e1fea Delete git Tobias 2018-10-25 21:53:41 +02:00
  • 9a87ece837 ips_layer: Use rle_size instead of data_size in RLE patch application Prevents a potential bug when using RLE records in an IPS patch. Zach Hilman 2018-10-25 14:23:56 -04:00
  • 2bc2b32662 Merge pull request #1579 from lioncash/usb bunnei 2018-10-25 12:22:57 -04:00
  • 0634aee267 Merge pull request #1576 from lioncash/acc-warn bunnei 2018-10-25 12:22:10 -04:00
  • 942def7831 Update MACOSX_DEPLOYMENT_TARGET to 10.14 Frederic L 2018-10-25 08:35:42 +02:00
  • c94db0e071 Merge pull request #1577 from lioncash/err bunnei 2018-10-25 01:10:26 -04:00
  • f7a173de6c Merge pull request #1524 from FernandoS27/layers-fix bunnei 2018-10-25 00:29:18 -04:00