aboutsummaryrefslogtreecommitdiff
path: root/src/core/CMakeLists.txt
AgeCommit message (Expand)Author
2015-08-16Move core/mem_map.{cpp,h} => core/hle/kernel/memory.{cpp,h}Yuri Kunde Schlesner
2015-07-26dyncom: Use ARMul_State as an objectLioncash
2015-07-25dyncom: Rename armdefs.h to armstate.hLioncash
2015-07-25dyncom: Move helper functions to their own headerLioncash
2015-07-25dyncom: Move arminit.cpp and armsupp.cpp into skyeye_commonLioncash
2015-07-13CiTrace: Record default vertex attributes.Tony Wasserka
2015-07-13Add CiTrace recording support.Tony Wasserka
2015-07-11HLE/APT: Initial HLE support for applets.Subv
2015-06-21Merge pull request #860 from yuriks/y2r-colorYuri Kunde Schlesner
2015-06-21Y2R: Rework conversion process, enabling support for all formatsYuri Kunde Schlesner
2015-06-11Services: Continue separation of services into their own folderspurpasmart96
2015-05-27Kernel: Add VMManager to manage process address spacesYuri Kunde Schlesner
2015-05-23dyncom: Get rid of armemu.hLioncash
2015-05-14Core/ResourceLimits: Implemented the basic structure of ResourceLimits.Subv
2015-05-15Memory: Use a table based lookup scheme to read from memory regionsYuri Kunde Schlesner
2015-05-15Memmap: Re-organize memory function in two filesYuri Kunde Schlesner
2015-05-08Kernel: Introduce skeleton Process class to hold process dataYuri Kunde Schlesner
2015-05-08Core: Fix sorting in CMakeFiles.txtYuri Kunde Schlesner
2015-05-07Remove unnecessary dyncom header filesLioncash
2015-05-06FileSys: De-inline Path membersYuri Kunde Schlesner
2015-04-17dyncom: Remove unused/unnecessary VFP cruftLioncash
2015-04-03IR: Move The IR services to their own folder and implement "GetHandles"purpasmart96
2015-04-02Services: Stubs and minor changespurpasmart96
2015-03-09Added LCD registers, and implementation for color filling in OGL code.archshift
2015-03-03Services: Moved the PTM and APT services to their own folderSubv
2015-02-02Explicitly instantiate constructors/destructors for Kernel objectsYuri Kunde Schlesner
2015-01-31arm: Adios armemuLioncash
2015-01-30arm: Get rid of armcpu.h and skyeye_types.hLioncash
2015-01-24Services: Stubbed more services.Subv
2015-01-22Merge pull request #493 from archshift/ptmplaybunnei
2015-01-21Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxxarchshift
2015-01-21Stubbed cam:u servicearchshift
2015-01-21Stubbed ptm:play servicearchshift
2015-01-18Merge pull request #383 from zhuowei/shared_pagebunnei
2015-01-15Add some support for the shared page (currently 3d slider is implemented)Zhuowei Zhang
2015-01-13Services: Added some missing services.Subv
2015-01-08SVC: Implemented the Timer service calls.Subv
2015-01-04Merge pull request #386 from archshift/y2rubunnei
2015-01-03Stub the y2r:u servicearchshift
2015-01-02Archives: Reduced duplicate code in RomFS and SaveCheck.Subv
2014-12-29Archives: Implemented ExtSaveData and SharedExtSaveDataSubv
2014-12-25More services & small clean upspurpasmart96
2014-12-21CFG: Create a new subfolder cfg inside service to handle cfgSubv
2014-12-17SaveData: Implemented the SystemSaveData archive.Subv
2014-12-17Filesystem/Archives: Implemented the SaveData archiveSubv
2014-12-15Merge pull request #283 from yuriks/archive-refactorbunnei
2014-12-16Service.FS: Rename FileSys::File to FileBackendYuri Kunde Schlesner
2014-12-16Service.FS: Rename FileSys::Directory to DirectoryBackendYuri Kunde Schlesner
2014-12-16Service.FS: Rename FileSys::Archive to ArchiveBackendYuri Kunde Schlesner
2014-12-16HLE: Move kernel/archive.* to service/fs/Yuri Kunde Schlesner