summaryrefslogtreecommitdiffstats
path: root/src/core/CMakeLists.txt (unfollow)
Commit message (Expand)AuthorFilesLines
2016-04-02Dummy implementation dlp:SRVR Service.exhalatio1-0/+2
2016-03-14Reorganize the ndm service path for dummy implement functionJamePeng1-2/+4
2016-03-12HLE/Applets: Implemented a dummy Mii Selector applet.Subv1-0/+2
2016-01-30Memory: Implement MMIOMerryMage1-0/+1
2015-10-04Implement gdbstubpolaris-1-0/+2
2015-09-20Implement gdbstubpolaris-1-0/+2
2015-08-16Move core/mem_map.{cpp,h} => core/hle/kernel/memory.{cpp,h}Yuri Kunde Schlesner1-2/+2
2015-07-26dyncom: Use ARMul_State as an objectLioncash1-3/+1
2015-07-26dyncom: Rename armdefs.h to armstate.hLioncash1-1/+1
2015-07-26dyncom: Move helper functions to their own headerLioncash1-0/+1
2015-07-26dyncom: Move arminit.cpp and armsupp.cpp into skyeye_commonLioncash1-2/+2
2015-07-13CiTrace: Record default vertex attributes.Tony Wasserka1-1/+1
2015-07-13Add CiTrace recording support.Tony Wasserka1-0/+3
2015-07-12HLE/APT: Initial HLE support for applets.Subv1-0/+4
2015-06-22Y2R: Rework conversion process, enabling support for all formatsYuri Kunde Schlesner1-0/+2
2015-06-12Services: Continue separation of services into their own folderspurpasmart961-28/+52
2015-05-27Kernel: Add VMManager to manage process address spacesYuri Kunde Schlesner1-0/+2
2015-05-24dyncom: Get rid of armemu.hLioncash1-1/+0
2015-05-15Core/ResourceLimits: Implemented the basic structure of ResourceLimits.Subv1-0/+2
2015-05-15Memory: Use a table based lookup scheme to read from memory regionsYuri Kunde Schlesner1-0/+1
2015-05-15Memmap: Re-organize memory function in two filesYuri Kunde Schlesner1-1/+2
2015-05-09Kernel: Introduce skeleton Process class to hold process dataYuri Kunde Schlesner1-0/+2
2015-05-08Core: Fix sorting in CMakeFiles.txtYuri Kunde Schlesner1-21/+21
2015-05-08Remove unnecessary dyncom header filesLioncash1-2/+0
2015-05-07FileSys: De-inline Path membersYuri Kunde Schlesner1-0/+1
2015-04-18dyncom: Remove unused/unnecessary VFP cruftLioncash1-1/+0
2015-04-04IR: Move The IR services to their own folder and implement "GetHandles"purpasmart961-4/+8
2015-04-03Services: Stubs and minor changespurpasmart961-0/+2
2015-03-09Added LCD registers, and implementation for color filling in OGL code.archshift1-0/+2
2015-03-04Services: Moved the PTM and APT services to their own folderSubv1-12/+16
2015-02-02Explicitly instantiate constructors/destructors for Kernel objectsYuri Kunde Schlesner1-0/+1
2015-02-01arm: Adios armemuLioncash1-5/+0
2015-01-30arm: Get rid of armcpu.h and skyeye_types.hLioncash1-2/+0
2015-01-24Services: Stubbed more services.Subv1-0/+14
2015-01-21Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxxarchshift1-2/+6
2015-01-21Stubbed cam:u servicearchshift1-0/+2
2015-01-21Stubbed ptm:play servicearchshift1-0/+2
2015-01-16Add some support for the shared page (currently 3d slider is implemented)Zhuowei Zhang1-0/+2
2015-01-13Services: Added some missing services.Subv1-0/+6
2015-01-09SVC: Implemented the Timer service calls.Subv1-0/+2
2015-01-03Stub the y2r:u servicearchshift1-0/+2
2015-01-03Archives: Reduced duplicate code in RomFS and SaveCheck.Subv1-4/+4
2014-12-30Archives: Implemented ExtSaveData and SharedExtSaveDataSubv1-0/+2
2014-12-26More services & small clean upspurpasmart961-4/+12
2014-12-21CFG: Create a new subfolder cfg inside service to handle cfgSubv1-4/+6
2014-12-18SaveData: Implemented the SystemSaveData archive.Subv1-0/+2
2014-12-18Filesystem/Archives: Implemented the SaveData archiveSubv1-4/+4
2014-12-16Service.FS: Rename FileSys::File to FileBackendYuri Kunde Schlesner1-1/+1
2014-12-16Service.FS: Rename FileSys::Directory to DirectoryBackendYuri Kunde Schlesner1-1/+1
2014-12-16Service.FS: Rename FileSys::Archive to ArchiveBackendYuri Kunde Schlesner1-1/+1
2014-12-16HLE: Move kernel/archive.* to service/fs/Yuri Kunde Schlesner1-4/+4
2014-12-16Added stub for nim:aoc service...archshift1-0/+2
2014-12-16Added stub for cecd:u service...archshift1-0/+2
2014-12-16Added stub for ldr:ro service...archshift1-0/+2
2014-12-16Added am:app service stub.archshift1-0/+2
2014-12-15Remove SyncRequest from K::Object and create a new K::Session typeYuri Kunde Schlesner1-0/+1
2014-12-13SVC: Implemented svcCreateSemaphoreSubv1-0/+2
2014-12-09Remove unused NDMA moduleYuri Kunde Schlesner1-2/+0
2014-12-08Loader: Add 3DSX supportichfly1-0/+2
2014-11-24HLE: Revamp error handling throrough the HLE codeYuri Kunde Schlesner1-0/+1
2014-11-21Add more services and some fixes, along with more "override"purpasmart961-0/+12
2014-11-17Add missing boss:U service, needed according to Nintendo Zone logs.archshift1-0/+2
2014-11-11Add FRD:U service and functionsarchshift1-0/+2
2014-11-02Added stub err:f service.archshift1-0/+2
2014-11-01Added a bunch of servicespurpasmart961-0/+16
2014-10-29Renamed souce files of services to match port namesGareth Poole1-10/+10
2014-10-25ARM: Removed unnecessary and unused SkyEye MMU code.bunnei1-15/+0
2014-10-25ARM: Removed unused armos code from SkyEye.bunnei1-1/+0
2014-10-25ARM: Integrate SkyEye faster "dyncom" interpreter.bunnei1-5/+14
2014-10-25ARM: Reorganized file structure to move shared SkyEye code to a more common area.bunnei1-15/+15
2014-10-08Added configuration file system.archshift1-0/+2
2014-09-17Core: Add a Directory object, with both a stub and a passthrough implementations.Emmanuel Gil Peyrot1-0/+5
2014-09-17Core: Add a passthrough backend for the filesystem, exposed as SDMC.Emmanuel Gil Peyrot1-0/+4
2014-09-17Core: Add a new File class, obtainable from an Archive, and a stub implementation.Emmanuel Gil Peyrot1-0/+3
2014-09-01CMake cleanupYuri Kunde Schlesner1-47/+56
2014-07-09Kernel: Added preliminary support for address arbiters.bunnei1-0/+2
2014-07-05Kernel: Added support for shared memory objects.bunnei1-0/+2
2014-07-05FileSys: Added preliminary support for applications reading the RomFS archive.bunnei1-1/+3
2014-06-27FS: Added stubbed code to intercept and decode file system service functions.bunnei1-0/+2
2014-06-27Kernel: Added stubbed code to support creation of kernel Archive objects.bunnei1-0/+2
2014-06-27Core: Removed unused directory_file_system and meta_file_system modules.bunnei1-4/+0
2014-06-17Elf: Renamed modules to be consistent with new loader naming, fixed tabs -> spaces.bunnei1-3/+2
2014-06-17Loader: Added support for booting NCCH executables.bunnei1-0/+2
2014-06-17Loader: Moved elf and loader modules to a "loader" subdirectory.bunnei1-5/+5
2014-06-12Rename LCD to GPU.Tony Wasserka1-2/+2
2014-05-30hle: added stubbed service for ndm_ubunnei1-0/+1
2014-05-28event: fixed typos and updated CMakeListsbunnei1-0/+1
2014-05-23core: fixed headers in CMakeListsbunnei1-1/+4
2014-05-21mutex: initial commit of HLE modulebunnei1-0/+1
2014-05-21renamed "syscall" module to "svc" (more accurate naming)bunnei1-1/+1
2014-05-20CMakeLists: rename HEADS, improved commentsarchshift1-2/+2
2014-05-17Updated cmakelistsarchshift1-6/+12
2014-05-17fixed typo in CMakeLists.txtbunnei1-1/+1
2014-05-16added maverick.cpp to ARM core from skyeyebunnei1-1/+2
2014-05-16added missing armcopro from skyeyebunnei1-0/+1
2014-05-16added missing skyeye mmu codebunnei1-0/+6
2014-05-16- moved mmu to arm/interpreter folderbunnei1-1/+5
2014-05-10added initial kernel/thread modulesbunnei1-0/+2
2014-05-07added config_mem module for HLE of firmware configuration memory settingsbunnei1-0/+1
2014-05-02renamed hle "mrc" module to "coprocessor"bunnei1-1/+1
2014-05-01added a module to load symbol map files for debuggingbunnei1-0/+1
2014-05-01Fixed indentsarchshift1-2/+2
2014-05-01A bit of Cmake lovearchshift1-1/+38
2014-04-25moved HLE::MRC to its own module, added support for catching data synchronization barrier commandbunnei1-0/+1
2014-04-23updated CMakeLists for missing filesShizZy1-1/+9
2014-04-10fixed a bunch of errors in CMakeListsbunnei1-1/+1
2014-04-10updated CMakeListsbunnei1-8/+21
2013-08-30adding initial project layoutShizZy1-0/+10