| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-07-16 | Merge pull request #918 from yuriks/romfs | bunnei | |
| Do not load entire RomFS to memory, read from the file as needed instead (rebased) | |||
| 2015-07-13 | Merge pull request #904 from aroulin/y2r-narrowing-warning | archshift | |
| Y2R: Fix narrowing warning | |||
| 2015-07-13 | Loader: Fix variable type and remove unused variable | Yuri Kunde Schlesner | |
| 2015-07-13 | Archive: Correct a few incorrect types in function signatures | Yuri Kunde Schlesner | |
| Buffer lengths should be size_t, and file offsets should be u64. | |||
| 2015-07-13 | Loader: Remove unnecessary pointer indirection to IOFile | Yuri Kunde Schlesner | |
| 2015-07-13 | FS: Stream RomFS from file instead of loading all of it to memory | condut | |
| 2015-07-13 | CiTrace: Clean up initialization method. | Tony Wasserka | |
| 2015-07-13 | CiTrace: Record default vertex attributes. | Tony Wasserka | |
| 2015-07-13 | Add CiTrace recording support. | Tony Wasserka | |
| This is exposed in the GUI as a new "CiTrace Recording" widget. Playback is implemented by a standalone 3DS homebrew application (which only runs reliably within Citra currently; on an actual 3DS it will often crash still). | |||
| 2015-07-13 | GPU: Be robust against nullptr addresses; properly reset busy bits in the ↵ | Tony Wasserka | |
| trigger registers. | |||
| 2015-07-13 | HW: Fix a stupid issue which led to unknown register reads/writes. | Tony Wasserka | |
| 2015-07-12 | Merge pull request #921 from linkmauve/fix-applet | bunnei | |
| Fix applet includes using iwyu | |||
| 2015-07-12 | Kernel: Add CodeSet case to Object::IsWaitable | Yuri Kunde Schlesner | |
| 2015-07-12 | Core: Fix applet includes using iwyu. | Emmanuel Gil Peyrot | |
| 2015-07-12 | Y2R: Fix narrowing warning | aroulin | |
| 2015-07-11 | Merge pull request #823 from Subv/applets_drawing | bunnei | |
| Library applet support (swkbd for now) | |||
| 2015-07-11 | Applets: Reworked how the Applet update event is handled. | Subv | |
| Applets are now cleaned up in AppletUpdateEvent after calling their respective Update method. | |||
| 2015-07-11 | Core: Properly configure address space when loading a binary | Yuri Kunde Schlesner | |
| The code now properly configures the process image to match the loaded binary segments (code, rodata, data) instead of just blindly allocating a large chunk of dummy memory. | |||
| 2015-07-11 | Memory: Fix unmapping of pages | Yuri Kunde Schlesner | |
| 2015-07-11 | Loader: Clean up 3dsx loader a bit, fixing a potential buffer overrun | Yuri Kunde Schlesner | |
| 2015-07-11 | Loader: Make 3dsx loader logs a bit less confusing | Yuri Kunde Schlesner | |
| 2015-07-11 | Kernel: Remove unused member from Event | Yuri Kunde Schlesner | |
| 2015-07-11 | Applets: Add infrastructure to allow custom drawing and input handling in ↵ | Subv | |
| Applets. | |||
| 2015-07-11 | HLE/APT: Initial HLE support for applets. | Subv | |
| Currently only the SWKBD is emulated, and there's currently no way to ask the user for input, so it always returns "Subv" as the text. | |||
| 2015-07-10 | Merge pull request #876 from linkmauve/include-cleanups | Yuri Kunde Schlesner | |
| Cleanup includes, mostly in common | |||
| 2015-07-08 | Loader: Remove log line causing warning | aroulin | |
| 2015-07-06 | Merge pull request #797 from linkmauve/blended-downscaling | bunnei | |
| Implement blended downscaling for display transfers | |||
| 2015-07-06 | Merge pull request #885 from Subv/ipc_headers | bunnei | |
| Services/SOC: Added command headers to some of the soc commands. | |||
| 2015-06-29 | vfp: Change return type of VFPInit from unsigned int to void. | Lioncash | |
| 2015-06-29 | vfp: Handle accesses to FPINST/FPINST2 system registers | Lioncash | |
| Also has a side-benefit of correcting access to the FPEXC register. | |||
| 2015-06-28 | GPU: Implement blended downscaling for display transfers. | Emmanuel Gil Peyrot | |
| 2015-06-28 | GPU: Use shifts instead of multiplications to calculate the actual size of ↵ | Emmanuel Gil Peyrot | |
| the output. | |||
| 2015-06-28 | Core: Cleanup hw includes. | Emmanuel Gil Peyrot | |
| 2015-06-28 | Core: Cleanup soc:U includes. | Emmanuel Gil Peyrot | |
| 2015-06-28 | Core, VideoCore: Replace or fix exit() calls. | Emmanuel Gil Peyrot | |
| 2015-06-28 | Core: Cleanup file_sys includes. | Emmanuel Gil Peyrot | |
| 2015-06-28 | Core: Cleanup core includes. | Emmanuel Gil Peyrot | |
| 2015-06-28 | CitraQt: Cleanup includes. | Emmanuel Gil Peyrot | |
| 2015-06-28 | Common: Cleanup key_map includes. | Emmanuel Gil Peyrot | |
| 2015-06-28 | Common: Cleanup memory and misc includes. | Emmanuel Gil Peyrot | |
| 2015-06-28 | Common: Fix FileUtil includes, and everything relying on those. | Emmanuel Gil Peyrot | |
| 2015-06-27 | Services: Use the standard _WIN32 define in soc:U instead of our own ↵ | Emmanuel Gil Peyrot | |
| EMU_PLATFORM. | |||
| 2015-06-25 | Services/SOC: Added command headers to some of the soc commands. | Subv | |
| 2015-06-22 | Add helpers to create IPC command buffer headers and descriptors | Yuri Kunde Schlesner | |
| 2015-06-21 | Merge pull request #860 from yuriks/y2r-color | Yuri Kunde Schlesner | |
| Color support for Y2R | |||
| 2015-06-21 | Y2R: Rework conversion process, enabling support for all formats | Yuri Kunde Schlesner | |
| 2015-06-21 | Merge pull request #855 from purpasmart96/service_rearrangment | bunnei | |
| Services: Continue separation of services into their own folders | |||
| 2015-06-20 | Y2R: Re-organize how params are stored. Support SetConversionParams | Yuri Kunde Schlesner | |
| 2015-06-16 | kernel: Fix svcWaitSynch to always acquire requested wait objects. | bunnei | |
| 2015-06-16 | Merge pull request #866 from lioncash/typo | Lioncash | |
| hw: Fix mismatched Write call | |||
