| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |||
| 2015-06-16 | hw: Fix mismatched Write call | Lioncash | |
| 2015-06-12 | vfp: Handle accesses to the VFP media feature registers | Lioncash | |
| These are able to be accessed in any privilege mode. | |||
| 2015-06-12 | vfp: Implement VMOVBCR/VMOVBRC | Lioncash | |
| 2015-06-11 | Services: Continue separation of services into their own folders | purpasmart96 | |
| 2015-06-04 | arm_dyncom_thumb: Fix handling of writeback for thumb LDMIA | Lioncash | |
| 2015-06-01 | ExtSavedata: Save the icon passed to CreateExtSaveData to the correct folder. | Subv | |
| Organize the ExtSaveData folders as they are stored in the console. | |||
| 2015-05-31 | Merge pull request #838 from lioncash/thumb | Lioncash | |
| arm_dyncom_thumb: Implement missing instructions. | |||
| 2015-05-31 | arm_dyncom_thumb: Fix encoding of BKPT's immediate | Lioncash | |
| 2015-05-31 | arm_dyncom_thumb: Implement CPS and SETEND | Lioncash | |
| 2015-05-31 | arm_dyncom_thumb: Implement SXTH, SXTB, UXTH, and UXTB. | Lioncash | |
| 2015-05-31 | arm_dyncom_thumb: Implement REV, REV16, and REVSH. | Lioncash | |
| 2015-05-31 | Merge pull request #811 from archshift/commonify | archshift | |
| Commonify video_core utility headers | |||
| 2015-05-31 | Merge pull request #832 from yuriks/refresh-rate-option | bunnei | |
| Remove gpu_refresh_rate configuration option | |||
| 2015-05-30 | Move video_core/color.h to common/color.h | archshift | |
| 2015-05-29 | Merge pull request #810 from yuriks/memmap | Yuri Kunde Schlesner | |
| Kernel: Add VMManager to manage process address spaces | |||
| 2015-05-29 | Remove gpu_refresh_rate configuration option | Yuri Kunde Schlesner | |
| Changing it makes emulation inherently inaccurate. It also had a wrong default value (30, whereas the real system has a refresh rate of 60 Hz) which, even if changed, would continue to be used unless people manually removed it from their config files. | |||
