aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2015-07-19Core : Fix Conversion Warningszawata
2015-07-18Dyncom: Support for a missing ARMv6 Thumb MOV encodingYuri Kunde Schlesner
2015-07-17Merge pull request #938 from Subv/querymemYuri Kunde Schlesner
2015-07-17Kernel/SVC: Implemented svcQueryMemory.Subv
2015-07-17Merge pull request #937 from yuriks/codeset-leakbunnei
2015-07-17Ensure all kernel objects are released during shutdownYuri Kunde Schlesner
2015-07-16arm_dyncom_interpreter: Simplify assignment in SMLAWLioncash
2015-07-16Merge pull request #918 from yuriks/romfsbunnei
2015-07-13Merge pull request #904 from aroulin/y2r-narrowing-warningarchshift
2015-07-13Loader: Fix variable type and remove unused variableYuri Kunde Schlesner
2015-07-13Archive: Correct a few incorrect types in function signaturesYuri Kunde Schlesner
2015-07-13Loader: Remove unnecessary pointer indirection to IOFileYuri Kunde Schlesner
2015-07-13FS: Stream RomFS from file instead of loading all of it to memorycondut
2015-07-13CiTrace: Clean up initialization method.Tony Wasserka
2015-07-13CiTrace: Record default vertex attributes.Tony Wasserka
2015-07-13Add CiTrace recording support.Tony Wasserka
2015-07-13GPU: Be robust against nullptr addresses; properly reset busy bits in the tri...Tony Wasserka
2015-07-13HW: Fix a stupid issue which led to unknown register reads/writes.Tony Wasserka
2015-07-12Merge pull request #921 from linkmauve/fix-appletbunnei
2015-07-12Kernel: Add CodeSet case to Object::IsWaitableYuri Kunde Schlesner
2015-07-12Core: Fix applet includes using iwyu.Emmanuel Gil Peyrot
2015-07-12Y2R: Fix narrowing warningaroulin
2015-07-11Merge pull request #823 from Subv/applets_drawingbunnei
2015-07-11Applets: Reworked how the Applet update event is handled.Subv
2015-07-11Core: Properly configure address space when loading a binaryYuri Kunde Schlesner
2015-07-11Memory: Fix unmapping of pagesYuri Kunde Schlesner
2015-07-11Loader: Clean up 3dsx loader a bit, fixing a potential buffer overrunYuri Kunde Schlesner
2015-07-11Loader: Make 3dsx loader logs a bit less confusingYuri Kunde Schlesner
2015-07-11Kernel: Remove unused member from EventYuri Kunde Schlesner
2015-07-11Applets: Add infrastructure to allow custom drawing and input handling in App...Subv
2015-07-11HLE/APT: Initial HLE support for applets.Subv
2015-07-10Merge pull request #876 from linkmauve/include-cleanupsYuri Kunde Schlesner
2015-07-08Loader: Remove log line causing warningaroulin
2015-07-06Merge pull request #797 from linkmauve/blended-downscalingbunnei
2015-07-06Merge pull request #885 from Subv/ipc_headersbunnei
2015-06-29vfp: Change return type of VFPInit from unsigned int to void.Lioncash
2015-06-29vfp: Handle accesses to FPINST/FPINST2 system registersLioncash
2015-06-28GPU: Implement blended downscaling for display transfers.Emmanuel Gil Peyrot
2015-06-28GPU: Use shifts instead of multiplications to calculate the actual size of th...Emmanuel Gil Peyrot
2015-06-28Core: Cleanup hw includes.Emmanuel Gil Peyrot
2015-06-28Core: Cleanup soc:U includes.Emmanuel Gil Peyrot
2015-06-28Core, VideoCore: Replace or fix exit() calls.Emmanuel Gil Peyrot
2015-06-28Core: Cleanup file_sys includes.Emmanuel Gil Peyrot
2015-06-28Core: Cleanup core includes.Emmanuel Gil Peyrot
2015-06-28CitraQt: Cleanup includes.Emmanuel Gil Peyrot
2015-06-28Common: Cleanup key_map includes.Emmanuel Gil Peyrot
2015-06-28Common: Cleanup memory and misc includes.Emmanuel Gil Peyrot
2015-06-28Common: Fix FileUtil includes, and everything relying on those.Emmanuel Gil Peyrot
2015-06-27Services: Use the standard _WIN32 define in soc:U instead of our own EMU_PLAT...Emmanuel Gil Peyrot
2015-06-25Services/SOC: Added command headers to some of the soc commands.Subv