| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-10-31 | Merge pull request #1528 from FernandoS27/assert-control-codes | bunnei | |
| Assert Control Codes Generation on Shader Instructions | |||
| 2018-10-31 | Merge pull request #1614 from ReinUsesLisp/surface-params | bunnei | |
| video_core: Move surface declarations out of gl_rasterizer_cache | |||
| 2018-10-31 | Merge pull request #1626 from lioncash/table | bunnei | |
| service/usb: Update IPdSession's function table | |||
| 2018-10-31 | configure_system: Contrain profile usernames to 32 characters | Lioncash | |
| Previously, we would let a user enter an unbounded name and then silently truncate away characters that went over the 32-character limit. This is kind of bad from the UX point of view, because we're essentially not doing what the user intended in certain scenarios. Instead, we clamp it to 32 characters and make that visually apparent in the dialog box to provide a name for a user. | |||
| 2018-10-31 | Implement SurfaceTarget Texture2DArray | greggameplayer | |
| ( needed by Mario+Rabbids Kingdom Battle ) | |||
| 2018-10-30 | Improve OpenGL state handling | Rodolfo Bogado | |
| 2018-10-30 | service/usb: Update IPdSession's function table | Lioncash | |
| Updated based off information on SwitchBrew. | |||
| 2018-10-30 | video_core: Move surface declarations out of gl_rasterizer_cache | ReinUsesLisp | |
| 2018-10-30 | Assert Control Codes Generation | FernandoS27 | |
| 2018-10-30 | Merge pull request #1624 from lioncash/boost | bunnei | |
| general: Remove unused boost inclusions where applicable | |||
| 2018-10-30 | Merge pull request #1595 from FreddyFunk/cast | bunnei | |
| configure_system: Fix compiler warning | |||
| 2018-10-30 | general: Remove unused boost inclusions where applicable | Lioncash | |
| Cleans up unused includes and trims off some dependencies on externals. | |||
| 2018-10-30 | global: Use std::optional instead of boost::optional (#1578) | Frederic L | |
| * get rid of boost::optional * Remove optional references * Use std::reference_wrapper for optional references * Fix clang format * Fix clang format part 2 * Adressed feedback * Fix clang format and MacOS build | |||
| 2018-10-29 | Merge pull request #1621 from lioncash/ipc | bunnei | |
| hle_ipc: Make GetDomainMessageHeader return a regular pointer | |||
| 2018-10-29 | hle_ipc: Add member function for querying the existence of a domain header | Lioncash | |
| Gets rid of the need to call the getter and then check for null. | |||
| 2018-10-29 | hle_ipc: Make GetDomainMessageHeader return a regular pointer | Lioncash | |
| Nothing requires the shared owner ship here, so we can just return a plain pointer. | |||
| 2018-10-29 | Merge pull request #1611 from lioncash/const | bunnei | |
| core: Add missing const variants of getters for the System class | |||
| 2018-10-29 | Merge pull request #1580 from FernandoS27/mm-impl | bunnei | |
| Implemented Mipmaps | |||
| 2018-10-29 | Merge pull request #1617 from FearlessTobi/fix-stretch-delay | bunnei | |
| time_stretch: Switch to values of Citra | |||
| 2018-10-29 | Handle missing git info when building | Michał Janiszewski | |
| 2018-10-29 | ns: Implement command 400: GetApplicationControlData | Zach Hilman | |
| Returns the raw NACP bytes and the raw icon bytes into a title-provided buffer. Pulls from Registration Cache for control data, returning all zeros should it not exist. | |||
| 2018-10-29 | patch_manager: Add support for dumping decompressed NSOs | Zach Hilman | |
| 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. | |||
| 2018-10-29 | settings: Add setting to control NSO dumping | Zach Hilman | |
| 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. | |||
| 2018-10-29 | bis_factory: Add getter for mod dump root for a title ID | Zach Hilman | |
| Equates to yuzu_dir/dump/<title id>/ | |||
| 2018-10-29 | fsp_srv: Implement ISaveDataInfoReader | Zach Hilman | |
| 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. | |||
| 2018-10-29 | fsp_srv: Implement command 61: OpenSaveDataInfoReaderBySaveDataSpaceId | Zach Hilman | |
| Needed by Checkpoint. Returns an object that can iterate through all savedata on the system. | |||
| 2018-10-29 | savedata_factory: Expose accessors for SaveDataSpace | Zach Hilman | |
| 2018-10-29 | loader/nro: Call RegisterRomFS from Load | Zach Hilman | |
| Allows NRO homebrew to use the RomFS in the ASET section. | |||
| 2018-10-29 | control_metadata: Add GetRawBytes function to NACP | Zach Hilman | |
| Returns the raw bytes of the NACP file. Needed for GetApplicationControlData which returns the raw, unprocessed NACP to the game. | |||
| 2018-10-29 | Merge pull request #1613 from ReinUsesLisp/gl-utils | bunnei | |
| video_core: Move OpenGL specific utils to its renderer | |||
| 2018-10-29 | time_stretch: Switch to values of Citra | fearlessTobi | |
| 2018-10-28 | Merge pull request #1610 from slashiee/dxt1-alpha | bunnei | |
| renderer_opengl: Enable alpha channel for DXT1 texture format | |||
| 2018-10-28 | Merge pull request #1612 from Tinob/master | bunnei | |
| renderer_opengl: Correct bpp value for ASTC_2D_8X5_SRGB | |||
| 2018-10-28 | video_core: Move OpenGL specific utils to its renderer | ReinUsesLisp | |
| 2018-10-28 | renderer_opengl: Correct bpp value for ASTC_2D_8X5_SRGB | Rodolfo Bogado | |
| 2018-10-28 | Assert Control Flow Instructions using Control Codes | FernandoS27 | |
| 2018-10-28 | Fixed black textures, pixelation and we no longer require to auto-generate ↵ | FernandoS27 | |
| mipmaps | |||
| 2018-10-28 | Fixed mipmap block autosizing algorithm | FernandoS27 | |
| 2018-10-28 | Fixed Invalid Image size and Mipmap calculation | FernandoS27 | |
| 2018-10-28 | Fixed Block Resizing algorithm and Clang Format | FernandoS27 | |
| 2018-10-28 | Implement Mip Filter | FernandoS27 | |
| 2018-10-28 | Zero out memory region of recreated surface before flushing | FernandoS27 | |
| 2018-10-28 | Implement Mipmaps | FernandoS27 | |
| 2018-10-28 | core: Make System references const where applicable | Lioncash | |
| 2018-10-28 | core: Add missing const variants of getters for the System class | Lioncash | |
| Many of the Current<Thing> getters (as well as a few others) were missing const qualified variants, which makes it a pain to retrieve certain things from const qualified references to System. | |||
| 2018-10-28 | Enable alpha channel for DXT1 texture format | Michael | |
| 2018-10-28 | Merge pull request #1607 from FearlessTobi/patch-3 | bunnei | |
| renderer_opengl: Correct bpp value for ASTC_2D_8X5 | |||
| 2018-10-28 | configure_system: Fix compiler warning | Frederic Laing | |
| 2018-10-28 | Correct bpp value for ASTC_2D_8X5 | Tobias | |
| 2018-10-28 | Merge pull request #1601 from FernandoS27/shader-precision | bunnei | |
| Improved Shader accuracy on Vertex and Geometry Shaders. | |||
