| Commit message (Expand) | Author | Files | Lines |
2015-01-03 | Archives: Reduced duplicate code in RomFS and SaveCheck. | Subv | 2 | -4/+5 |
2015-01-03 | SaveDataCheck: Preliminary work in this archive. | Subv | 2 | -3/+35 |
2015-01-03 | archive: Fix initializer list order | Lioncash | 1 | -3/+3 |
2015-01-03 | soc_u: Fix a missing formatting argument | Lioncash | 1 | -1/+1 |
2014-12-31 | SOC_U: Preliminary implementation of sockets. | Subv | 2 | -21/+701 |
2014-12-30 | APT:A: Some style changes | Subv | 1 | -12/+12 |
2014-12-30 | Archives: Implemented ExtSaveData and SharedExtSaveData | Subv | 5 | -45/+94 |
2014-12-28 | Kernel: New handle manager | Yuri Kunde Schlesner | 3 | -7/+11 |
2014-12-28 | Rename ObjectPool to HandleTable | Yuri Kunde Schlesner | 3 | -8/+8 |
2014-12-26 | More services & small clean ups | purpasmart96 | 60 | -305/+355 |
2014-12-24 | Stubbed IsSdmcWriteable to always return writeable. | archshift | 1 | -1/+18 |
2014-12-22 | CFG: Fixed some warnings and errors in Clang | Subv | 2 | -4/+4 |
2014-12-22 | CFG: More style changes | Subv | 1 | -5/+5 |
2014-12-21 | CFGU: Indentation | Subv | 1 | -4/+3 |
2014-12-21 | CFG: Some indentation | Subv | 1 | -11/+13 |
2014-12-21 | CFG: Changed the CreateConfigInfoBlk search loop | Subv | 1 | -7/+4 |
2014-12-21 | CFG: Corrected the licenses in cfg_i.cpp and cfg_u.cpp | Subv | 2 | -2/+2 |
2014-12-21 | CFG: Create a new subfolder cfg inside service to handle cfg | Subv | 8 | -485/+607 |
2014-12-21 | CFGU: Some changes | Subv | 1 | -12/+33 |
2014-12-21 | CFGU: Addressed some issues. | Subv | 1 | -43/+55 |
2014-12-21 | CFGU: Addressed some comments. | Subv | 1 | -11/+13 |
2014-12-21 | Style: Addressed some comments | Subv | 1 | -4/+5 |
2014-12-21 | CFG_U: Use Common::make_unique instead of the std version | Subv | 1 | -1/+2 |
2014-12-21 | CFG:U: Implemented some more blocks | Subv | 1 | -4/+30 |
2014-12-21 | CFG: Implemented block 0x00070001 in the config savefile | Subv | 1 | -0/+5 |
2014-12-21 | CFGU: Use an absolute offset in the config savefile blocks | Subv | 1 | -1/+3 |
2014-12-21 | CFG: Load the Config savedata file if it already exists. | Subv | 1 | -3/+4 |
2014-12-21 | CFGU: Added block 0x000A0002 to the default savegame file | Subv | 1 | -0/+18 |
2014-12-21 | CFG: Refactored how the config file works. | Subv | 1 | -55/+126 |
2014-12-21 | CFG:U: Add some data to the 0x00050005 config block. | Subv | 1 | -6/+11 |
2014-12-21 | CFG: Implemented the GetConfigInfoBlk2 function. | Subv | 2 | -12/+188 |
2014-12-21 | More warning cleanups | Chin | 1 | -2/+2 |
2014-12-21 | Added CreateFile to the FS_USER service | archshift | 3 | -1/+47 |
2014-12-21 | License change | purpasmart96 | 58 | -59/+59 |
2014-12-20 | Common: Add a clone of std::make_unique | Yuri Kunde Schlesner | 1 | -6/+7 |
2014-12-20 | FS_U: Added the command to the docs of SaveData functions | Subv | 1 | -0/+2 |
2014-12-19 | GSP_GPU: Shut up FlushDataCache | purpasmart96 | 1 | -1/+25 |
2014-12-19 | SystemSaveData: Fixed a typo that was segfaulting | Subv | 1 | -1/+1 |
2014-12-18 | SaveData: Added some documentation to FormatSaveData | Subv | 1 | -2/+29 |
2014-12-18 | SaveData: Implemented the SystemSaveData archive. | Subv | 1 | -0/+9 |
2014-12-18 | Filesystem/Archives: Implemented the SaveData archive | Subv | 3 | -13/+86 |
2014-12-16 | Comment out empty arrays causing compile errors in MSVC | Yuri Kunde Schlesner | 2 | -6/+8 |
2014-12-16 | Work around libstdc++'s lack of support for std::hash on enums | Yuri Kunde Schlesner | 1 | -0/+15 |
2014-12-16 | FS.Archive: Clean up treatment of archives and their handles | Yuri Kunde Schlesner | 3 | -196/+175 |
2014-12-16 | Service.FS: Rename FileSys::File to FileBackend | Yuri Kunde Schlesner | 1 | -1/+1 |
2014-12-16 | Service.FS: Rename FileSys::Directory to DirectoryBackend | Yuri Kunde Schlesner | 1 | -2/+2 |
2014-12-16 | Service.FS: Rename FileSys::Archive to ArchiveBackend | Yuri Kunde Schlesner | 2 | -5/+5 |
2014-12-16 | Service.FS: Do archive registration using IdCode instead of name | Yuri Kunde Schlesner | 3 | -16/+27 |
2014-12-16 | HLE: Rename namespaces to match move & fix initialization order | Yuri Kunde Schlesner | 5 | -31/+33 |
2014-12-16 | HLE: Move kernel/archive.* to service/fs/ | Yuri Kunde Schlesner | 5 | -4/+536 |
2014-12-16 | Added stub for nim:aoc service... | archshift | 3 | -0/+60 |
2014-12-16 | Added stub for cecd:u service... | archshift | 3 | -0/+52 |
2014-12-16 | Added stub for ldr:ro service... | archshift | 3 | -0/+57 |
2014-12-16 | Added am:app service stub. | archshift | 3 | -0/+52 |
2014-12-15 | Remove SyncRequest from K::Object and create a new K::Session type | Yuri Kunde Schlesner | 10 | -59/+49 |
2014-12-13 | Convert old logging calls to new logging macros | Yuri Kunde Schlesner | 11 | -84/+60 |
2014-12-13 | APT_U: Added GetSharedFont service function. | bunnei | 1 | -34/+100 |
2014-12-12 | DSP: Added stub for ReadPipeIfPossible. | bunnei | 1 | -1/+45 |
2014-12-10 | CFG:U: Store country codes as u16 instead of char pointers, and return the correct error in GetCountryCodeID. | Emmanuel Gil Peyrot | 1 | -44/+48 |
2014-12-10 | GSP: Trigger GPU interrupts at more accurate locations. | bunnei | 1 | -7/+6 |
2014-12-10 | GSP: Updated TriggerCmdReqQueue to return success code. | bunnei | 1 | -0/+3 |
2014-12-10 | GSP: Updated RegisterInterruptRelayQueue to return expected magic number. | bunnei | 1 | -1/+4 |
2014-12-10 | GPU: Fixed bug in command list size decoding. | bunnei | 1 | -1/+1 |
2014-12-04 | Updated archive.cpp functions for proper error handling | archshift | 1 | -5/+5 |
2014-12-04 | Add stub for ConvertProcessFromDspDram | archshift | 1 | -25/+44 |
2014-12-04 | hid_user: Pass by reference with PadButtonPress/PadButtonRelease | Lioncash | 2 | -4/+4 |
2014-12-04 | PTM_U: Added a stub for GetBatteryLevel & GetBatteryChargeState & GetAdapterState | purpasmart96 | 1 | -3/+72 |
2014-12-03 | AC_U: Added a stub for GetWifiStatus | purpasmart96 | 1 | -1/+19 |
2014-12-01 | DSP: Added stubs for several commonly used DSP service functions. | bunnei | 1 | -25/+106 |
2014-12-01 | DSP: Fixed typo in port name. | bunnei | 1 | -1/+1 |
2014-12-01 | PTM_U: Implemented the GetShellState function. | Subv | 1 | -1/+18 |
2014-11-30 | CFG:U: Implemented the GetCountryCodeID and GetCountryCodeString. | Subv | 1 | -2/+86 |
2014-11-27 | Fixed formatting and switch statement warnings | vaguilar | 1 | -3/+3 |
2014-11-25 | Log the cmd_buff arguments when citra comes across an unimplemented function | archshift | 1 | -12/+12 |
2014-11-25 | Implemented RenameDirectory in FS:USER | archshift | 1 | -1/+43 |
2014-11-25 | Implemented RenameFile in FS:USER | archshift | 1 | -1/+43 |
2014-11-24 | Remove duplicated docs/update them for changed parameters. | Yuri Kunde Schlesner | 1 | -10/+0 |
2014-11-24 | HLE: Revamp error handling throrough the HLE code | Yuri Kunde Schlesner | 6 | -62/+46 |
2014-11-23 | Added DeleteFile and DeleteDirectory functions to FS:USER and the archives. | archshift | 1 | -25/+67 |
2014-11-21 | Add more services and some fixes, along with more "override" | purpasmart96 | 25 | -17/+452 |
2014-11-19 | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated | Emmanuel Gil Peyrot | 11 | -21/+21 |
2014-11-19 | Add static to some variables | Lioncash | 1 | -1/+1 |
2014-11-18 | core: Mark some hle functions as static | Lioncash | 4 | -20/+20 |
2014-11-18 | FS_User: Support FileSye::Path in a more generic way. | bunnei | 1 | -42/+65 |
2014-11-18 | FileSys: Updated backend code to use FileSys::Path instead of string for paths. | bunnei | 1 | -4/+4 |
2014-11-17 | Add missing boss:U service, needed according to Nintendo Zone logs. | archshift | 3 | -0/+57 |
2014-11-13 | Use std::u16string for conversion between UTF-8 and UTF-16, FS:USER functions | archshift | 2 | -138/+40 |
2014-11-12 | APT_U: Added stub for function AppletUtility. | bunnei | 1 | -1/+29 |
2014-11-12 | APT_U: Set a valid parameter buffer size in GlanceParameter. | bunnei | 1 | -17/+39 |
2014-11-12 | APT_U: Release service lock on initialization. | bunnei | 1 | -0/+4 |
2014-11-12 | APT_U: Fixes for GetLockHandle to boot system titles. | bunnei | 1 | -1/+18 |
2014-11-11 | Add FRD:U service and functions | archshift | 3 | -0/+64 |
2014-11-10 | Add support for UTF-16 strings for LowPaths in FS:USER | archshift | 2 | -86/+182 |
2014-11-02 | Added CreateDirectory function to service/fs.cpp, and in Archive. | archshift | 1 | -2/+38 |
2014-11-02 | Added ReceiveNotification, PublishToSubscriber unimplemented functions to SRV | archshift | 1 | -0/+2 |
2014-11-02 | Added stub err:f service. | archshift | 3 | -0/+56 |
2014-11-01 | Added a bunch of services | purpasmart96 | 17 | -0/+581 |
2014-10-30 | FS:USER - Implemented IsSdmcDetected | archshift | 1 | -1/+17 |
2014-10-29 | Renamed souce files of services to match port names | Gareth Poole | 11 | -10/+10 |
2014-10-26 | Add `override` keyword through the code. | Yuri Kunde Schlesner | 7 | -11/+11 |
2014-10-25 | Don’t fail on empty filename in OpenFileDirectly, return the archive handle instead | Emmanuel Gil Peyrot | 1 | -8/+7 |
2014-10-14 | hid.cpp: Fixed crash when updating pad data while null | archshift | 1 | -0/+4 |
2014-10-08 | APT: Added a stub for the "GlanceParameter" function. | purpasmart96 | 1 | -1/+31 |
2014-10-05 | Added some more names to the function table | purpasmart96 | 1 | -0/+2 |
2014-09-30 | added "StoreDataCache" to the function table | purpasmart96 | 1 | -0/+1 |
2014-09-17 | FS: Implement OpenArchive, OpenDirectory, OpenFile and OpenFileDirectly calls. | Emmanuel Gil Peyrot | 1 | -20/+177 |
2014-09-12 | Added support for multiple input device types for KeyMap and connected Qt. | Kevin Hartman | 2 | -113/+127 |
2014-09-12 | Initial HID PAD work, with GLFW only. | Kevin Hartman | 2 | -24/+197 |
2014-09-12 | Created structure for PAD. | Kevin Hartman | 2 | -0/+28 |
2014-09-09 | core: Prune redundant includes | archshift | 5 | -11/+0 |
2014-09-06 | core: Pass string by reference in FetchFromPortName and DeleteService | Lioncash | 2 | -4/+4 |
2014-08-31 | srv::Initialize: Return "success" status code. | bunnei | 1 | -0/+4 |
2014-08-28 | srv::Initialize: Return "success" status code. | bunnei | 1 | -0/+4 |
2014-08-25 | Pica/citra-qt: Replace command list view and command list debugging code with something more sophisticated. | Tony Wasserka | 1 | -5/+0 |
2014-08-25 | GSP: Update framebuffer information when necessary. | Tony Wasserka | 2 | -2/+41 |
2014-08-25 | GSP: Implement SetBufferSwap. | Tony Wasserka | 2 | -1/+47 |
2014-08-25 | GSP: Add a helper function for convenience. | Tony Wasserka | 1 | -17/+22 |
2014-08-18 | Core: Alter the kernel string functions to use std::string instead of const char*. | Lioncash | 7 | -11/+11 |
2014-08-13 | HID: Added new function entries from 3dbrew to FunctionTable. | bunnei | 1 | -0/+5 |
2014-08-12 | Pica/GPU: Change hardware registers to use physical addresses rather than virtual ones. | Tony Wasserka | 1 | -9/+9 |
2014-08-12 | GSP: Fix a major regression introduced in ffda035c, due to which no display transfers were triggered at all anymore. | Tony Wasserka | 1 | -4/+13 |
2014-08-12 | Remove the fancy RegisterSet class introduced in 4c2bff61e. | Tony Wasserka | 1 | -18/+18 |
2014-08-08 | HID: Implemented HID_User::GetIPCHandles service function. | bunnei | 1 | -5/+39 |
2014-08-07 | GSP: Cleaned up command buffer decoding. | bunnei | 2 | -61/+69 |
2014-08-06 | GSP: Added reinitialization of other state objects. | bunnei | 1 | -0/+3 |
2014-08-06 | GSP: Removed dumb GX prefixes to functions/structs in GSP namespace. | bunnei | 2 | -77/+78 |
2014-08-06 | GSP: Removed unnecessary GX_FinishCommand function. | bunnei | 1 | -13/+5 |
2014-08-06 | GSP: Implements preliminary command synchronization via GPU interrupts. | bunnei | 2 | -18/+109 |
2014-08-06 | SRV: Updated GetProcSemaphore to create an event instead of a mutex. | bunnei | 1 | -8/+10 |
2014-08-06 | FS: Fix port name (old port name was based on an unaligned memory read). | bunnei | 1 | -1/+1 |
2014-07-23 | GSP: Add a few comments. | Tony Wasserka | 2 | -1/+15 |
2014-07-23 | GSP: Clean up GX command processing a lot and treat command id as a u8 rather than a u32. | Tony Wasserka | 2 | -37/+79 |
2014-07-23 | GPU: Make use of RegisterSet. | Tony Wasserka | 1 | -21/+28 |
2014-07-23 | GPU: Emulate memory fills. | Tony Wasserka | 2 | -1/+9 |
2014-07-23 | GSP: HLE GXCommandId::SET_DISPLAY_TRANSFER and GXCommandId::SET_TEXTURE_COPY. | Tony Wasserka | 1 | -2/+9 |
2014-07-23 | GSP: Implement ReadHWRegs and WriteHWRegs properly. | Tony Wasserka | 1 | -27/+46 |
2014-07-05 | GSP: Fixed to use real shared memory object, various cleanups. | bunnei | 1 | -25/+34 |
2014-07-05 | FileSys: Added preliminary support for applications reading the RomFS archive. | bunnei | 1 | -3/+30 |
2014-07-04 | APT: Added stubbed ReceiveParameter and various cleanups. | bunnei | 1 | -71/+93 |
2014-06-27 | FS: Added stubbed code to intercept and decode file system service functions. | bunnei | 3 | -0/+154 |
2014-06-13 | HLE: Updated all uses of NULL to nullptr (to be C++11 compliant) | bunnei | 7 | -118/+118 |
2014-06-13 | HLE: Updated various handle debug assertions to be more clear. | bunnei | 1 | -1/+1 |
2014-06-13 | Kernel: Updated several member functions to be const | bunnei | 1 | -2/+2 |
2014-06-12 | GPU debugger: Add functionality to inspect command lists. | Tony Wasserka | 1 | -0/+4 |
2014-06-12 | GPU: Cleanup register definitions. | Tony Wasserka | 1 | -3/+3 |
2014-06-12 | Rename LCD to GPU. | Tony Wasserka | 1 | -8/+8 |
2014-06-12 | Add initial graphics debugger interface. | Tony Wasserka | 1 | -0/+6 |
2014-06-12 | GSP: Define more GX commands. | Tony Wasserka | 2 | -14/+54 |
2014-06-05 | service: added a error log messages for unimplemented WaitSynchronization | bunnei | 1 | -0/+1 |
2014-06-03 | svc: added optional name field to Event and Mutex (used for debugging) | bunnei | 2 | -4/+4 |
2014-06-01 | gsp: always pass through synchronization barrier for commands | bunnei | 1 | -1/+16 |
2014-05-30 | hle: added stubbed service for ndm_u | bunnei | 2 | -0/+65 |
2014-05-30 | service: cleaned up log messages | bunnei | 1 | -2/+2 |
2014-05-30 | service: removed PT_A from, as this was just an alias for APT_U | bunnei | 1 | -2/+0 |
2014-05-30 | srv: fix to log unimplemented service (instead of crash) | bunnei | 1 | -6/+2 |
2014-05-30 | hle: cleaned up log messages | bunnei | 4 | -11/+15 |
2014-05-30 | service: added additional hack to return success on unimplemented service calls | bunnei | 1 | -2/+10 |
2014-05-30 | srv: changed a NOTICE_LOG to DEBUG_LOG | bunnei | 1 | -1/+1 |
2014-05-29 | apt: added stubbed function for InquireNotification | bunnei | 1 | -78/+86 |
2014-05-29 | service: changed interface to return 0 (no error) when a service method is unimplemented - hack to make apps boot further | bunnei | 1 | -2/+2 |
2014-05-28 | APT_U: added stubbed function for APT_U::Enable, fixed some log messages to be more consistent | bunnei | 1 | -3/+10 |
2014-05-28 | APT_U: added event creation to Initialize method | bunnei | 1 | -1/+11 |
2014-05-27 | kernel: added WaitSynchronization method to Kernel::Object | bunnei | 1 | -0/+10 |
2014-05-27 | kernel: updated SyncRequest to take boolean thread wait result as a parameter | bunnei | 1 | -3/+4 |
2014-05-27 | service: Renamed Sync to SyncRequest | bunnei | 1 | -1/+1 |
2014-05-27 | srv: added a real mutex for GetProcSemaphore (instead of stubbed) | bunnei | 1 | -3/+10 |
2014-05-27 | kernel: add a SyncRequest method to KernelObject for use with svcSendSyncRequest | bunnei | 1 | -6/+0 |
2014-05-23 | service: fixed typo that MSVC did not catch as an error | bunnei | 1 | -1/+1 |
2014-05-23 | APT_U: added a debug log on calling GetLockHandle | bunnei | 1 | -0/+1 |
2014-05-21 | mutex: refactored the interface to code to return a Mutex* handle | bunnei | 1 | -1/+2 |
2014-05-21 | mutex: initial commit of HLE module | bunnei | 1 | -6/+4 |
2014-05-21 | service: removed redundant include of common_types.h | bunnei | 1 | -1/+0 |
2014-05-21 | renamed "syscall" module to "svc" (more accurate naming) | bunnei | 1 | -1/+1 |
2014-05-21 | - created a Kernel namespace | bunnei | 2 | -8/+8 |
2014-05-20 | apt: changed stubbed handle to be something other than 0xDEADBEEF (used as a magic value in other places) so that I can track how it propagates through the app code | bunnei | 1 | -1/+1 |
2014-05-19 | - renamed NewHandle to CreateHandle | bunnei | 2 | -8/+8 |
2014-05-19 | - updated service(s) to be KernelObject's | bunnei | 6 | -55/+26 |
2014-05-19 | renamed "UID" to "Handle" where appropriate | bunnei | 3 | -22/+20 |
2014-05-19 | - moved Handle/Result definitions to kernel.h | bunnei | 3 | -7/+9 |
2014-05-17 | added stubbed GetProcSemaphore - does nothing but avoids an exception | bunnei | 1 | -1/+7 |
2014-05-17 | updated APT_U::GetLockHandle to return a valid handle | bunnei | 1 | -1/+5 |
2014-05-08 | removed unknown fields from GX_CmdBufferHeader | bunnei | 1 | -5/+0 |
2014-05-08 | - removed HLE mem "hack" and replaced with kernel mem region | bunnei | 4 | -8/+84 |
2014-04-28 | removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable class | bunnei | 3 | -9/+0 |
2014-04-28 | fixed weird spacing | bunnei | 1 | -1/+1 |
2014-04-27 | hackish but working way to set the framebuffer location to VRAM (used in ARM11 demos tested thus far, e.g. yeti3DS) | bunnei | 1 | -3/+9 |
2014-04-26 | added simple GSP GPU ReadHWRegs function to support returning the framebuffer address | bunnei | 1 | -1/+37 |
2014-04-25 | added GSP::RegisterInterruptRelayQueue function | bunnei | 1 | -31/+40 |
2014-04-25 | - refactored how service functions are called | bunnei | 5 | -19/+39 |
2014-04-17 | fixed bug with printing std::string in log messages | bunnei | 1 | -2/+2 |
2014-04-17 | added class stub for HID:User service | bunnei | 3 | -0/+72 |
2014-04-17 | updated service comments | bunnei | 6 | -5/+17 |
2014-04-16 | - added stubbed out GSP::Gpu service interface | bunnei | 7 | -7/+103 |
2014-04-16 | removed no longer used function header | bunnei | 1 | -2/+0 |
2014-04-16 | restructured hle:services completely to use function lookup tables | bunnei | 5 | -137/+215 |
2014-04-16 | fixed naming for APT_U | bunnei | 3 | -9/+9 |
2014-04-16 | - extracted srv: calls from service.cpp and put in its own module | bunnei | 4 | -106/+105 |
2014-04-14 | added a stub for GetLockHandle | bunnei | 3 | -9/+44 |
2014-04-13 | added framework for APT service (application and title launching service) | bunnei | 4 | -5/+117 |
2014-04-13 | renamed class Interface_SRV to SRV | bunnei | 1 | -6/+6 |
2014-04-13 | added some very initial command parsing for SRV Sync | bunnei | 1 | -5/+31 |
2014-04-13 | cleanups to service HLE | bunnei | 2 | -8/+8 |
2014-04-13 | - added HLE to connect to "srv:" service | bunnei | 2 | -2/+170 |
2014-04-12 | - renamed hle_syscall to just syscall | bunnei | 1 | -0/+60 |