| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #676 from purpasmart96/ir_service_refc | bunnei | 2015-04-08 | 10 | -55/+180 |
|\ |
|
| * | IR: Move The IR services to their own folder and implement "GetHandles" | purpasmart96 | 2015-04-04 | 10 | -55/+180 |
* | | Clean-up mem_map constants and fix framebuffer translation errors | Yuri Kunde Schlesner | 2015-04-06 | 1 | -4/+6 |
|/ |
|
* | Services: Stubs and minor changes | purpasmart96 | 2015-04-03 | 16 | -67/+402 |
* | Merge pull request #656 from Subv/nz | bunnei | 2015-03-22 | 3 | -24/+189 |
|\ |
|
| * | Service/FS: Document and log some unknown values. | Subv | 2015-03-19 | 1 | -1/+26 |
| * | Services/FS: Implemented DeleteExtSaveData, CreateSystemSaveData and DeleteSystemSaveData | Subv | 2015-03-14 | 3 | -24/+164 |
* | | Merge pull request #655 from purpasmart96/hid_fixes | bunnei | 2015-03-17 | 4 | -12/+72 |
|\ \ |
|
| * | | HID: Proper Signal Interrupts for EnableAccelerometer & EnableGyroscopeLow along | purpasmart96 | 2015-03-17 | 4 | -12/+72 |
| |/ |
|
* / | arm_interface: Get rid of GetTicks. | Lioncash | 2015-03-16 | 1 | -3/+3 |
|/ |
|
* | Merge pull request #642 from bunnei/touchpad | bunnei | 2015-03-12 | 3 | -130/+136 |
|\ |
|
| * | hid_user: Removed unnecessary includes. | bunnei | 2015-03-11 | 1 | -2/+0 |
| * | HID: Removed unnecessary global variables. | bunnei | 2015-03-11 | 2 | -58/+42 |
| * | HID: Added additional variable comments and some code cleanups. | bunnei | 2015-03-11 | 2 | -20/+29 |
| * | HID: Complete refactor of pad/touch input to fix threading issues. | bunnei | 2015-03-11 | 2 | -111/+28 |
| * | HID: Cleanup how `next_touch_index` is calculated for Pad and touch. | bunnei | 2015-03-10 | 1 | -2/+2 |
| * | HID: Changed TouchDataEntry `valid` to a BitField and added some doc strings. | bunnei | 2015-03-10 | 2 | -4/+4 |
| * | HID: Added static asserts to check register position in shared memory. | bunnei | 2015-03-10 | 1 | -2/+16 |
| * | HID: Added functions to emulate the touchpad. | bunnei | 2015-03-10 | 2 | -0/+61 |
| * | HID: Moved some docstrings to the header. | bunnei | 2015-03-10 | 2 | -24/+16 |
| * | HID: Refactored shared memory decoding for touchpad support. | bunnei | 2015-03-10 | 2 | -33/+64 |
* | | Merge pull request #629 from archshift/lcdfb | bunnei | 2015-03-10 | 1 | -6/+38 |
|\ \
| |/
|/| |
|
| * | Added LCD registers, and implementation for color filling in OGL code. | archshift | 2015-03-09 | 1 | -17/+15 |
| * | Implement SetLcdForceBlack, move register enum to hw.h | archshift | 2015-03-06 | 1 | -5/+39 |
* | | Merge pull request #589 from kevinhartman/config-errors | bunnei | 2015-03-09 | 1 | -5/+10 |
|\ \
| |/
|/| |
|
| * | Fix error message for bad config block request. | Kevin Hartman | 2015-02-21 | 1 | -5/+10 |
* | | Services: Moved the PTM and APT services to their own folder | Subv | 2015-03-04 | 38 | -1089/+1186 |
* | | Merge pull request #622 from Subv/titles | Yuri Kunde Schlesner | 2015-03-02 | 1 | -8/+45 |
|\ \ |
|
| * | | Services/AM: Stubbed TitleIDListGetTotal and GetTitleIDList. | Subv | 2015-03-02 | 1 | -8/+45 |
* | | | Merge pull request #623 from Subv/card | bunnei | 2015-03-02 | 1 | -1/+25 |
|\ \ \ |
|
| * | | | Services/FS: Stubbed CardSlotIsInserted to always return false | Subv | 2015-03-01 | 1 | -1/+25 |
| |/ / |
|
* / / | Services/PTM: Stubbed PTM_Sysm::IsLegacyPowerOff. | Subv | 2015-03-01 | 1 | -1/+13 |
|/ / |
|
* | | Merge pull request #604 from Subv/arc_ssd | Yuri Kunde Schlesner | 2015-02-26 | 2 | -26/+42 |
|\ \ |
|
| * | | Archives: Properly implemented the SystemSaveData archive. | Subv | 2015-02-26 | 2 | -26/+42 |
* | | | Services: Implemented Y2R_U::GetTransferEndEvent | Subv | 2015-02-24 | 1 | -1/+18 |
|/ / |
|
* | | Merge pull request #595 from linkmauve/new-3ds-input | bunnei | 2015-02-24 | 1 | -0/+19 |
|\ \ |
|
| * | | Frontends, HID: Add New 3DS specific pad buttons, and stub the touch one. | Emmanuel Gil Peyrot | 2015-02-22 | 1 | -0/+19 |
| |/ |
|
* / | Added information reporting from ThrowFatalError | archshift | 2015-02-22 | 1 | -1/+164 |
|/ |
|
* | GPU: Properly implement memory fills. | Tony Wasserka | 2015-02-18 | 2 | -17/+21 |
* | Services: Fixed "Tried to connect to named port err:f". | Subv | 2015-02-16 | 1 | -1/+1 |
* | Merge pull request #529 from Subv/master | bunnei | 2015-02-14 | 3 | -36/+52 |
|\ |
|
| * | Build: Fixed some warnings | Subv | 2015-02-12 | 3 | -36/+52 |
* | | core: Apply static to local functions | Lioncash | 2015-02-13 | 3 | -15/+15 |
|/ |
|
* | Implemented WriteHWRegsWithMask for GSP. | Kevin Hartman | 2015-02-11 | 1 | -6/+91 |
* | Asserts: break/crash program, fit to style guide; log.h->assert.h | archshift | 2015-02-11 | 42 | -52/+10 |
* | GSP: Fixed typo in SignalInterrupt | bunnei | 2015-02-11 | 1 | -1/+1 |
* | Merge pull request #552 from bunnei/setbufferswap-fix | bunnei | 2015-02-11 | 1 | -4/+3 |
|\ |
|
| * | GSP: Call SetBufferSwap for each screen on corresponding signal interrupt. | bunnei | 2015-02-11 | 1 | -4/+3 |
* | | Merge pull request #526 from purpasmart96/citra_stubs | bunnei | 2015-02-11 | 3 | -8/+188 |
|\ \ |
|
| * | | Services: Stub some functions | purpasmart96 | 2015-02-08 | 3 | -8/+188 |
* | | | PTM: Fixed a problem with the gamecoin PTM file. | Subv | 2015-02-10 | 1 | -21/+13 |
* | | | Archives: Made the Format function more generic. | Subv | 2015-02-10 | 3 | -9/+10 |
* | | | Archives: Expose the File and Directory classes to HLE | Subv | 2015-02-10 | 3 | -58/+62 |
* | | | FS: Allow multiple instances of the same archive type to be open at once | Yuri Kunde Schlesner | 2015-02-10 | 3 | -29/+35 |
* | | | FS: Get rid of completely useless Archive class | Yuri Kunde Schlesner | 2015-02-10 | 1 | -36/+26 |
| |/
|/| |
|
* | | Kernel: Stop creating useless Handles during object creation | Yuri Kunde Schlesner | 2015-02-02 | 5 | -14/+13 |
* | | HID: Fix crash when pressing a key when the emulator is stopped | Yuri Kunde Schlesner | 2015-02-02 | 1 | -0/+2 |
* | | FS: Remove use of GetHandle | Yuri Kunde Schlesner | 2015-02-02 | 1 | -1/+1 |
* | | Service: Store function names as const char* instead of std::string | Yuri Kunde Schlesner | 2015-02-02 | 1 | -6/+6 |
* | | Service: Clean-up Interface | Yuri Kunde Schlesner | 2015-02-02 | 46 | -67/+54 |
* | | Make Port/Service registration and querying more HW-accurate | Yuri Kunde Schlesner | 2015-02-02 | 3 | -102/+64 |
* | | Filesys: Move creation of Handles for File/Directory to service handlers | Yuri Kunde Schlesner | 2015-02-02 | 3 | -32/+33 |
|/ |
|
* | archive: Fix initializer list order for the File class. | Lioncash | 2015-01-30 | 1 | -1/+1 |
* | apt_u: Fix missing printf specifiers | Lioncash | 2015-01-30 | 1 | -2/+2 |
* | Remove result.h InvalidHandle | Yuri Kunde Schlesner | 2015-01-30 | 1 | -9/+14 |
* | Kernel: Convert Event to not use Handles | Yuri Kunde Schlesner | 2015-01-30 | 7 | -58/+71 |
* | Kernel: Convert Mutex to not use Handles | Yuri Kunde Schlesner | 2015-01-30 | 2 | -8/+9 |
* | Kernel: Convert SharedMemory to not use Handles | Yuri Kunde Schlesner | 2015-01-30 | 5 | -16/+24 |
* | Merge pull request #345 from purpasmart96/apt_stubs | bunnei | 2015-01-27 | 1 | -91/+276 |
|\ |
|
| * | APT_U: Stub some functions & misc changes | purpasmart96 | 2015-01-23 | 1 | -91/+276 |
* | | Merge pull request #485 from Subv/more_servs | bunnei | 2015-01-26 | 18 | -1/+393 |
|\ \ |
|
| * | | Services/HID: Removed some files due to a rebase error | Subv | 2015-01-24 | 3 | -267/+0 |
| * | | Services: Stubbed more services. | Subv | 2015-01-24 | 21 | -1/+660 |
* | | | cam_u.h: fix indentation | archshift | 2015-01-22 | 1 | -2/+2 |
|/ / |
|
* | | Merge pull request #493 from archshift/ptmplay | bunnei | 2015-01-22 | 5 | -0/+102 |
|\ \ |
|
| * | | Stubbed cam:u service | archshift | 2015-01-21 | 3 | -0/+49 |
| * | | Stubbed ptm:play service | archshift | 2015-01-21 | 3 | -0/+53 |
* | | | Event: Fixed some bugs and cleanup (Subv) | bunnei | 2015-01-22 | 2 | -3/+3 |
* | | | Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxx | archshift | 2015-01-21 | 8 | -217/+324 |
|/ / |
|
* | | core: Fix a few docstrings | Lioncash | 2015-01-20 | 2 | -2/+2 |
* | | Expose GetSharedFont and NotifyToWait to APT:A and APT:S respectively | archshift | 2015-01-19 | 2 | -1/+4 |
|/ |
|
* | APT: Fix typo in setting return code for NotifyToWait | bunnei | 2015-01-16 | 1 | -1/+1 |
* | DSP: Removed useless spam log for SignalInterrupt | bunnei | 2015-01-16 | 1 | -5/+2 |
* | Merge pull request #482 from yuriks/fix-vblank | bunnei | 2015-01-16 | 2 | -35/+25 |
|\ |
|
| * | GSP: Fix appending of interrupts to the shared memory buffer | Yuri Kunde Schlesner | 2015-01-14 | 2 | -17/+12 |
| * | GSP: Update framebuffer info on all interrupts | Yuri Kunde Schlesner | 2015-01-14 | 1 | -12/+13 |
| * | GPU: Fire GPU interrupts at the correct places. | Yuri Kunde Schlesner | 2015-01-14 | 1 | -6/+0 |
* | | APT: Fixed the comment style in some variables | Sebastian Valle | 2015-01-14 | 1 | -2/+2 |
* | | APTU: Stubbed NotifyToWait, taken from 3dmoo. | Subv | 2015-01-14 | 1 | -7/+21 |
|/ |
|
* | Services: Added some missing services. | Subv | 2015-01-13 | 8 | -1/+358 |
* | Fix building on MinGW | darkf | 2015-01-12 | 1 | -0/+13 |
* | Stubbed y2r:u IsBusyConversion | archshift | 2015-01-11 | 1 | -1/+16 |
* | Added Archive ID to fs:USER debug logs involving opening the archive. | archshift | 2015-01-10 | 1 | -3/+3 |
* | Logging: Log all called service functions (under trace). Compile out all trace logs under release for performance. | archshift | 2015-01-10 | 7 | -30/+20 |
* | Kernel: Start using boost::intrusive_ptr for lifetime management | Yuri Kunde Schlesner | 2015-01-09 | 1 | -1/+2 |
* | Move ThreadContext to core/core.h and deal with the fallout | Yuri Kunde Schlesner | 2015-01-09 | 1 | -0/+1 |
* | Merge pull request #404 from bunnei/more-frame-synch-fixes | bunnei | 2015-01-08 | 1 | -1/+4 |
|\ |
|
| * | GSP: Toggle active framebuffer each frame | bunnei | 2015-01-08 | 1 | -1/+4 |
* | | Fix double-free in Service manager during shutdown | Yuri Kunde Schlesner | 2015-01-07 | 2 | -25/+4 |
* | | Merge pull request #376 from Subv/arc_reorder | bunnei | 2015-01-07 | 4 | -18/+23 |
|\ \
| |/
|/| |
|
| * | Archives: Changed the unimplemented archives comment. | Subv | 2015-01-06 | 1 | -1/+1 |
| * | Archives: Addressed some comments | Subv | 2015-01-06 | 1 | -2/+2 |
| * | Archives: Make SYSTEM_ID and SDCARD_ID strings | Subv | 2015-01-04 | 2 | -4/+4 |
| * | Archives: Changed the way paths are built for the archives. | Subv | 2015-01-04 | 4 | -15/+20 |
| * | Archives: Change the folder layout of some archives. | Subv | 2015-01-03 | 2 | -2/+2 |
* | | Merge pull request #413 from purpasmart96/serv_clean | bunnei | 2015-01-06 | 7 | -33/+36 |
|\ \ |
|
| * | | Services: Clean up a few things and add a few function names | purpasmart96 | 2015-01-06 | 7 | -33/+36 |
* | | | Merge pull request #272 from rohit-n/sign-compare | bunnei | 2015-01-06 | 1 | -4/+4 |
|\ \ \ |
|
| * | | | Silence some -Wsign-compare warnings. | Rohit Nirmal | 2015-01-01 | 1 | -4/+4 |
| |/ / |
|
* | | | DSP: Signal (faked) interrupt on every frame. | bunnei | 2015-01-05 | 2 | -4/+21 |
* | | | Merge pull request #386 from archshift/y2ru | bunnei | 2015-01-05 | 3 | -0/+70 |
|\ \ \
| |_|/
|/| | |
|
| * | | Stub the y2r:u service | archshift | 2015-01-03 | 3 | -0/+70 |
| |/ |
|
* | | Archives: Reduced duplicate code in RomFS and SaveCheck. | Subv | 2015-01-03 | 2 | -4/+5 |
* | | SaveDataCheck: Preliminary work in this archive. | Subv | 2015-01-03 | 2 | -3/+35 |
* | | Merge pull request #391 from lioncash/pedantic | bunnei | 2015-01-03 | 1 | -3/+3 |
|\ \ |
|
| * | | archive: Fix initializer list order | Lioncash | 2015-01-03 | 1 | -3/+3 |
| |/ |
|
* / | soc_u: Fix a missing formatting argument | Lioncash | 2015-01-03 | 1 | -1/+1 |
|/ |
|
* | SOC_U: Preliminary implementation of sockets. | Subv | 2014-12-31 | 2 | -21/+701 |
* | APT:A: Some style changes | Subv | 2014-12-30 | 1 | -12/+12 |
* | Archives: Implemented ExtSaveData and SharedExtSaveData | Subv | 2014-12-30 | 5 | -45/+94 |
* | Kernel: New handle manager | Yuri Kunde Schlesner | 2014-12-28 | 3 | -7/+11 |
* | Rename ObjectPool to HandleTable | Yuri Kunde Schlesner | 2014-12-28 | 3 | -8/+8 |
* | Merge pull request #330 from purpasmart96/new_srv | bunnei | 2014-12-26 | 60 | -305/+355 |
|\ |
|
| * | More services & small clean ups | purpasmart96 | 2014-12-26 | 60 | -305/+355 |
* | | Stubbed IsSdmcWriteable to always return writeable. | archshift | 2014-12-24 | 1 | -1/+18 |
* | | Merge pull request #322 from chinhodado/master | bunnei | 2014-12-22 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | More warning cleanups | Chin | 2014-12-21 | 1 | -2/+2 |
* | | CFG: Fixed some warnings and errors in Clang | Subv | 2014-12-22 | 2 | -4/+4 |
* | | CFG: More style changes | Subv | 2014-12-22 | 1 | -5/+5 |
* | | CFGU: Indentation | Subv | 2014-12-21 | 1 | -4/+3 |
* | | CFG: Some indentation | Subv | 2014-12-21 | 1 | -11/+13 |
* | | CFG: Changed the CreateConfigInfoBlk search loop | Subv | 2014-12-21 | 1 | -7/+4 |
* | | CFG: Corrected the licenses in cfg_i.cpp and cfg_u.cpp | Subv | 2014-12-21 | 2 | -2/+2 |
* | | CFG: Create a new subfolder cfg inside service to handle cfg | Subv | 2014-12-21 | 8 | -485/+607 |
* | | CFGU: Some changes | Subv | 2014-12-21 | 1 | -12/+33 |
* | | CFGU: Addressed some issues. | Subv | 2014-12-21 | 1 | -43/+55 |
* | | CFGU: Addressed some comments. | Subv | 2014-12-21 | 1 | -11/+13 |
* | | Style: Addressed some comments | Subv | 2014-12-21 | 1 | -4/+5 |
* | | CFG_U: Use Common::make_unique instead of the std version | Subv | 2014-12-21 | 1 | -1/+2 |
* | | CFG:U: Implemented some more blocks | Subv | 2014-12-21 | 1 | -4/+30 |
* | | CFG: Implemented block 0x00070001 in the config savefile | Subv | 2014-12-21 | 1 | -0/+5 |
* | | CFGU: Use an absolute offset in the config savefile blocks | Subv | 2014-12-21 | 1 | -1/+3 |
* | | CFG: Load the Config savedata file if it already exists. | Subv | 2014-12-21 | 1 | -3/+4 |
* | | CFGU: Added block 0x000A0002 to the default savegame file | Subv | 2014-12-21 | 1 | -0/+18 |
* | | CFG: Refactored how the config file works. | Subv | 2014-12-21 | 1 | -55/+126 |
* | | CFG:U: Add some data to the 0x00050005 config block. | Subv | 2014-12-21 | 1 | -6/+11 |
* | | CFG: Implemented the GetConfigInfoBlk2 function. | Subv | 2014-12-21 | 2 | -12/+188 |
* | | Merge pull request #291 from purpasmart96/license | bunnei | 2014-12-21 | 58 | -59/+59 |
|\ \ |
|
| * | | License change | purpasmart96 | 2014-12-21 | 58 | -59/+59 |
* | | | Added CreateFile to the FS_USER service | archshift | 2014-12-21 | 3 | -1/+47 |
| |/
|/| |
|
* | | Common: Add a clone of std::make_unique | Yuri Kunde Schlesner | 2014-12-20 | 1 | -6/+7 |
* | | Merge pull request #306 from Subv/even_more_savedata | bunnei | 2014-12-20 | 1 | -2/+31 |
|\ \ |
|
| * | | FS_U: Added the command to the docs of SaveData functions | Subv | 2014-12-20 | 1 | -0/+2 |
| * | | SaveData: Added some documentation to FormatSaveData | Subv | 2014-12-18 | 1 | -2/+29 |
* | | | Merge pull request #302 from purpasmart96/flushshutup | bunnei | 2014-12-19 | 1 | -1/+25 |
|\ \ \
| |_|/
|/| | |
|
| * | | GSP_GPU: Shut up FlushDataCache | purpasmart96 | 2014-12-19 | 1 | -1/+25 |
| |/ |
|
* | | SystemSaveData: Fixed a typo that was segfaulting | Subv | 2014-12-19 | 1 | -1/+1 |
* | | SaveData: Implemented the SystemSaveData archive. | Subv | 2014-12-18 | 1 | -0/+9 |
|/ |
|
* | Filesystem/Archives: Implemented the SaveData archive | Subv | 2014-12-18 | 3 | -13/+86 |
* | Comment out empty arrays causing compile errors in MSVC | Yuri Kunde Schlesner | 2014-12-16 | 2 | -6/+8 |
* | Merge pull request #283 from yuriks/archive-refactor | bunnei | 2014-12-16 | 5 | -59/+598 |
|\ |
|
| * | Work around libstdc++'s lack of support for std::hash on enums | Yuri Kunde Schlesner | 2014-12-16 | 1 | -0/+15 |
| * | FS.Archive: Clean up treatment of archives and their handles | Yuri Kunde Schlesner | 2014-12-16 | 3 | -196/+175 |
| * | Service.FS: Rename FileSys::File to FileBackend | Yuri Kunde Schlesner | 2014-12-16 | 1 | -1/+1 |
| * | Service.FS: Rename FileSys::Directory to DirectoryBackend | Yuri Kunde Schlesner | 2014-12-16 | 1 | -2/+2 |
| * | Service.FS: Rename FileSys::Archive to ArchiveBackend | Yuri Kunde Schlesner | 2014-12-16 | 2 | -5/+5 |
| * | Service.FS: Do archive registration using IdCode instead of name | Yuri Kunde Schlesner | 2014-12-16 | 3 | -16/+27 |
| * | HLE: Rename namespaces to match move & fix initialization order | Yuri Kunde Schlesner | 2014-12-16 | 5 | -31/+33 |
| * | HLE: Move kernel/archive.* to service/fs/ | Yuri Kunde Schlesner | 2014-12-16 | 5 | -4/+536 |
* | | Merge pull request #282 from archshift/services | bunnei | 2014-12-16 | 9 | -0/+221 |
|\ \
| |/
|/| |
|
| * | Added stub for nim:aoc service... | archshift | 2014-12-16 | 3 | -0/+60 |
| * | Added stub for cecd:u service... | archshift | 2014-12-16 | 3 | -0/+52 |
| * | Added stub for ldr:ro service... | archshift | 2014-12-16 | 3 | -0/+57 |
| * | Added am:app service stub. | archshift | 2014-12-16 | 3 | -0/+52 |
* | | Remove SyncRequest from K::Object and create a new K::Session type | Yuri Kunde Schlesner | 2014-12-15 | 10 | -59/+49 |
|/ |
|
* | Convert old logging calls to new logging macros | Yuri Kunde Schlesner | 2014-12-13 | 11 | -84/+60 |
* | Merge pull request #267 from bunnei/apt-shared-font | bunnei | 2014-12-13 | 1 | -34/+100 |
|\ |
|
| * | APT_U: Added GetSharedFont service function. | bunnei | 2014-12-13 | 1 | -34/+100 |
* | | DSP: Added stub for ReadPipeIfPossible. | bunnei | 2014-12-12 | 1 | -1/+45 |
|/ |
|
* | CFG:U: Store country codes as u16 instead of char pointers, and return the correct error in GetCountryCodeID. | Emmanuel Gil Peyrot | 2014-12-10 | 1 | -44/+48 |
* | GSP: Trigger GPU interrupts at more accurate locations. | bunnei | 2014-12-10 | 1 | -7/+6 |
* | GSP: Updated TriggerCmdReqQueue to return success code. | bunnei | 2014-12-10 | 1 | -0/+3 |
* | GSP: Updated RegisterInterruptRelayQueue to return expected magic number. | bunnei | 2014-12-10 | 1 | -1/+4 |
* | GPU: Fixed bug in command list size decoding. | bunnei | 2014-12-10 | 1 | -1/+1 |
* | Merge pull request #217 from archshift/cmd_buff | bunnei | 2014-12-09 | 1 | -12/+12 |
|\ |
|
| * | Log the cmd_buff arguments when citra comes across an unimplemented function | archshift | 2014-11-25 | 1 | -12/+12 |
* | | Merge pull request #222 from archshift/renamexyz | bunnei | 2014-12-05 | 1 | -5/+89 |
|\ \ |
|
| * | | Updated archive.cpp functions for proper error handling | archshift | 2014-12-04 | 1 | -5/+5 |
| * | | Implemented RenameDirectory in FS:USER | archshift | 2014-11-25 | 1 | -1/+43 |
| * | | Implemented RenameFile in FS:USER | archshift | 2014-11-25 | 1 | -1/+43 |
| |/ |
|
* | | Merge pull request #247 from lioncash/const | bunnei | 2014-12-04 | 2 | -4/+4 |
|\ \ |
|
| * | | hid_user: Pass by reference with PadButtonPress/PadButtonRelease | Lioncash | 2014-12-04 | 2 | -4/+4 |
* | | | Merge pull request #238 from archshift/dsp | bunnei | 2014-12-04 | 1 | -25/+44 |
|\ \ \ |
|
| * | | | Add stub for ConvertProcessFromDspDram | archshift | 2014-12-04 | 1 | -25/+44 |
* | | | | PTM_U: Added a stub for GetBatteryLevel & GetBatteryChargeState & GetAdapterState | purpasmart96 | 2014-12-04 | 1 | -3/+72 |
| |/ /
|/| | |
|
* | | | Merge pull request #231 from purpasmart96/serv_ac_wifi_status | bunnei | 2014-12-03 | 1 | -1/+19 |
|\ \ \ |
|
| * | | | AC_U: Added a stub for GetWifiStatus | purpasmart96 | 2014-12-03 | 1 | -1/+19 |
| | |/
| |/| |
|
* | | | Merge pull request #219 from Subv/ptm | bunnei | 2014-12-03 | 1 | -1/+18 |
|\ \ \
| |_|/
|/| | |
|
| * | | PTM_U: Implemented the GetShellState function. | Subv | 2014-12-01 | 1 | -1/+18 |
* | | | Merge pull request #224 from bunnei/dsp-service-improvements | bunnei | 2014-12-01 | 2 | -26/+107 |
|\ \ \ |
|
| * | | | DSP: Added stubs for several commonly used DSP service functions. | bunnei | 2014-12-01 | 1 | -25/+106 |
| * | | | DSP: Fixed typo in port name. | bunnei | 2014-12-01 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | CFG:U: Implemented the GetCountryCodeID and GetCountryCodeString. | Subv | 2014-11-30 | 1 | -2/+86 |
* | | | Fixed formatting and switch statement warnings | vaguilar | 2014-11-27 | 1 | -3/+3 |
|/ / |
|
* | | Remove duplicated docs/update them for changed parameters. | Yuri Kunde Schlesner | 2014-11-24 | 1 | -10/+0 |
* | | HLE: Revamp error handling throrough the HLE code | Yuri Kunde Schlesner | 2014-11-24 | 6 | -62/+46 |
* | | Merge pull request #191 from archshift/deletexyz | bunnei | 2014-11-24 | 1 | -25/+67 |
|\ \
| |/
|/| |
|
| * | Added DeleteFile and DeleteDirectory functions to FS:USER and the archives. | archshift | 2014-11-23 | 1 | -25/+67 |
* | | Add more services and some fixes, along with more "override" | purpasmart96 | 2014-11-21 | 25 | -17/+452 |
* | | Merge pull request #211 from linkmauve/master | bunnei | 2014-11-19 | 11 | -21/+21 |
|\ \ |
|
| * | | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated | Emmanuel Gil Peyrot | 2014-11-19 | 11 | -21/+21 |
* | | | Add static to some variables | Lioncash | 2014-11-19 | 1 | -1/+1 |
|/ / |
|
* / | core: Mark some hle functions as static | Lioncash | 2014-11-18 | 4 | -20/+20 |
|/ |
|
* | FS_User: Support FileSye::Path in a more generic way. | bunnei | 2014-11-18 | 1 | -42/+65 |
* | FileSys: Updated backend code to use FileSys::Path instead of string for paths. | bunnei | 2014-11-18 | 1 | -4/+4 |
* | Add missing boss:U service, needed according to Nintendo Zone logs. | archshift | 2014-11-17 | 3 | -0/+57 |
* | Merge pull request #183 from archshift/lowpath | bunnei | 2014-11-13 | 1 | -83/+81 |
|\ |
|
| * | Use std::u16string for conversion between UTF-8 and UTF-16, FS:USER functions | archshift | 2014-11-13 | 2 | -138/+40 |
| * | Add support for UTF-16 strings for LowPaths in FS:USER | archshift | 2014-11-10 | 2 | -86/+182 |
* | | Merge pull request #188 from bunnei/apt-fixes | bunnei | 2014-11-12 | 1 | -19/+90 |
|\ \ |
|
| * | | APT_U: Added stub for function AppletUtility. | bunnei | 2014-11-12 | 1 | -1/+29 |
| * | | APT_U: Set a valid parameter buffer size in GlanceParameter. | bunnei | 2014-11-12 | 1 | -17/+39 |
| * | | APT_U: Release service lock on initialization. | bunnei | 2014-11-12 | 1 | -0/+4 |
| * | | APT_U: Fixes for GetLockHandle to boot system titles. | bunnei | 2014-11-12 | 1 | -1/+18 |
| |/ |
|
* / | Add FRD:U service and functions | archshift | 2014-11-11 | 3 | -0/+64 |
|/ |
|
* | Merge pull request #163 from archshift/create-directory | bunnei | 2014-11-02 | 1 | -2/+38 |
|\ |
|
| * | Added CreateDirectory function to service/fs.cpp, and in Archive. | archshift | 2014-11-02 | 1 | -2/+38 |
* | | Added ReceiveNotification, PublishToSubscriber unimplemented functions to SRV | archshift | 2014-11-02 | 1 | -0/+2 |
|/ |
|
* | Added stub err:f service. | archshift | 2014-11-02 | 3 | -0/+56 |
* | Added a bunch of services | purpasmart96 | 2014-11-01 | 17 | -0/+581 |
* | FS:USER - Implemented IsSdmcDetected | archshift | 2014-10-30 | 1 | -1/+17 |
* | Renamed souce files of services to match port names | Gareth Poole | 2014-10-29 | 11 | -10/+10 |
* | Merge pull request #141 from archshift/crash-hunt | bunnei | 2014-10-28 | 1 | -0/+4 |
|\ |
|
| * | hid.cpp: Fixed crash when updating pad data while null | archshift | 2014-10-14 | 1 | -0/+4 |
* | | Add `override` keyword through the code. | Yuri Kunde Schlesner | 2014-10-26 | 7 | -11/+11 |
* | | Don’t fail on empty filename in OpenFileDirectly, return the archive handle instead | Emmanuel Gil Peyrot | 2014-10-25 | 1 | -8/+7 |
|/ |
|
* | APT: Added a stub for the "GlanceParameter" function. | purpasmart96 | 2014-10-08 | 1 | -1/+31 |
* | Added some more names to the function table | purpasmart96 | 2014-10-05 | 1 | -0/+2 |
* | added "StoreDataCache" to the function table | purpasmart96 | 2014-09-30 | 1 | -0/+1 |
* | FS: Implement OpenArchive, OpenDirectory, OpenFile and OpenFileDirectly calls. | Emmanuel Gil Peyrot | 2014-09-17 | 1 | -20/+177 |
* | Added support for multiple input device types for KeyMap and connected Qt. | Kevin Hartman | 2014-09-12 | 2 | -113/+127 |
* | Initial HID PAD work, with GLFW only. | Kevin Hartman | 2014-09-12 | 2 | -24/+197 |
* | Created structure for PAD. | Kevin Hartman | 2014-09-12 | 2 | -0/+28 |
* | core: Prune redundant includes | archshift | 2014-09-09 | 5 | -11/+0 |
* | core: Pass string by reference in FetchFromPortName and DeleteService | Lioncash | 2014-09-06 | 2 | -4/+4 |
* | srv::Initialize: Return "success" status code. | bunnei | 2014-08-28 | 1 | -0/+4 |
* | Pica/citra-qt: Replace command list view and command list debugging code with something more sophisticated. | Tony Wasserka | 2014-08-25 | 1 | -5/+0 |
* | GSP: Update framebuffer information when necessary. | Tony Wasserka | 2014-08-25 | 2 | -2/+41 |
* | GSP: Implement SetBufferSwap. | Tony Wasserka | 2014-08-25 | 2 | -1/+47 |
* | GSP: Add a helper function for convenience. | Tony Wasserka | 2014-08-25 | 1 | -17/+22 |
* | Core: Alter the kernel string functions to use std::string instead of const char*. | Lioncash | 2014-08-18 | 7 | -11/+11 |
* | Merge pull request #39 from bunnei/hid-minor-improvements | bunnei | 2014-08-13 | 1 | -5/+44 |
|\ |
|
| * | HID: Added new function entries from 3dbrew to FunctionTable. | bunnei | 2014-08-13 | 1 | -0/+5 |
| * | HID: Implemented HID_User::GetIPCHandles service function. | bunnei | 2014-08-08 | 1 | -5/+39 |
* | | Pica/GPU: Change hardware registers to use physical addresses rather than virtual ones. | Tony Wasserka | 2014-08-12 | 1 | -9/+9 |
* | | GSP: Fix a major regression introduced in ffda035c, due to which no display transfers were triggered at all anymore. | Tony Wasserka | 2014-08-12 | 1 | -4/+13 |
* | | Remove the fancy RegisterSet class introduced in 4c2bff61e. | Tony Wasserka | 2014-08-12 | 1 | -18/+18 |
|/ |
|
* | GSP: Cleaned up command buffer decoding. | bunnei | 2014-08-07 | 2 | -61/+69 |
* | GSP: Added reinitialization of other state objects. | bunnei | 2014-08-06 | 1 | -0/+3 |
* | GSP: Removed dumb GX prefixes to functions/structs in GSP namespace. | bunnei | 2014-08-06 | 2 | -77/+78 |
* | GSP: Removed unnecessary GX_FinishCommand function. | bunnei | 2014-08-06 | 1 | -13/+5 |
* | GSP: Implements preliminary command synchronization via GPU interrupts. | bunnei | 2014-08-06 | 2 | -18/+109 |
* | SRV: Updated GetProcSemaphore to create an event instead of a mutex. | bunnei | 2014-08-06 | 1 | -8/+10 |
* | FS: Fix port name (old port name was based on an unaligned memory read). | bunnei | 2014-08-06 | 1 | -1/+1 |
* | GSP: Add a few comments. | Tony Wasserka | 2014-07-23 | 2 | -1/+15 |
* | GSP: Clean up GX command processing a lot and treat command id as a u8 rather than a u32. | Tony Wasserka | 2014-07-23 | 2 | -37/+79 |
* | GPU: Make use of RegisterSet. | Tony Wasserka | 2014-07-23 | 1 | -21/+28 |
* | GPU: Emulate memory fills. | Tony Wasserka | 2014-07-23 | 2 | -1/+9 |
* | GSP: HLE GXCommandId::SET_DISPLAY_TRANSFER and GXCommandId::SET_TEXTURE_COPY. | Tony Wasserka | 2014-07-23 | 1 | -2/+9 |
* | GSP: Implement ReadHWRegs and WriteHWRegs properly. | Tony Wasserka | 2014-07-23 | 1 | -27/+46 |
* | GSP: Fixed to use real shared memory object, various cleanups. | bunnei | 2014-07-05 | 1 | -25/+34 |
* | FileSys: Added preliminary support for applications reading the RomFS archive. | bunnei | 2014-07-05 | 1 | -3/+30 |
* | APT: Added stubbed ReceiveParameter and various cleanups. | bunnei | 2014-07-04 | 1 | -71/+93 |
* | FS: Added stubbed code to intercept and decode file system service functions. | bunnei | 2014-06-27 | 3 | -0/+154 |
* | Merge branch 'threading' of https://github.com/bunnei/citra | bunnei | 2014-06-14 | 9 | -148/+271 |
|\ |
|
| * | HLE: Updated all uses of NULL to nullptr (to be C++11 compliant) | bunnei | 2014-06-13 | 7 | -118/+118 |
| * | HLE: Updated various handle debug assertions to be more clear. | bunnei | 2014-06-13 | 1 | -1/+1 |
| * | Kernel: Updated several member functions to be const | bunnei | 2014-06-13 | 1 | -2/+2 |
| * | service: added a error log messages for unimplemented WaitSynchronization | bunnei | 2014-06-05 | 1 | -0/+1 |
| * | svc: added optional name field to Event and Mutex (used for debugging) | bunnei | 2014-06-03 | 2 | -4/+4 |
| * | gsp: always pass through synchronization barrier for commands | bunnei | 2014-06-01 | 1 | -1/+16 |
| * | hle: added stubbed service for ndm_u | bunnei | 2014-05-30 | 2 | -0/+65 |
| * | service: cleaned up log messages | bunnei | 2014-05-30 | 1 | -2/+2 |
| * | service: removed PT_A from, as this was just an alias for APT_U | bunnei | 2014-05-30 | 1 | -2/+0 |
| * | srv: fix to log unimplemented service (instead of crash) | bunnei | 2014-05-30 | 1 | -6/+2 |
| * | hle: cleaned up log messages | bunnei | 2014-05-30 | 4 | -11/+15 |
| * | service: added additional hack to return success on unimplemented service calls | bunnei | 2014-05-30 | 1 | -2/+10 |
| * | srv: changed a NOTICE_LOG to DEBUG_LOG | bunnei | 2014-05-30 | 1 | -1/+1 |
| * | apt: added stubbed function for InquireNotification | bunnei | 2014-05-29 | 1 | -78/+86 |
| * | service: changed interface to return 0 (no error) when a service method is unimplemented - hack to make apps boot further | bunnei | 2014-05-29 | 1 | -2/+2 |
| * | APT_U: added stubbed function for APT_U::Enable, fixed some log messages to be more consistent | bunnei | 2014-05-28 | 1 | -3/+10 |
| * | APT_U: added event creation to Initialize method | bunnei | 2014-05-28 | 1 | -1/+11 |
| * | kernel: added WaitSynchronization method to Kernel::Object | bunnei | 2014-05-27 | 1 | -0/+10 |
| * | kernel: updated SyncRequest to take boolean thread wait result as a parameter | bunnei | 2014-05-27 | 1 | -3/+4 |
| * | service: Renamed Sync to SyncRequest | bunnei | 2014-05-27 | 1 | -1/+1 |
| * | srv: added a real mutex for GetProcSemaphore (instead of stubbed) | bunnei | 2014-05-27 | 1 | -3/+10 |
| * | kernel: add a SyncRequest method to KernelObject for use with svcSendSyncRequest | bunnei | 2014-05-27 | 1 | -6/+0 |
* | | GPU debugger: Add functionality to inspect command lists. | Tony Wasserka | 2014-06-12 | 1 | -0/+4 |
* | | GPU: Cleanup register definitions. | Tony Wasserka | 2014-06-12 | 1 | -3/+3 |
* | | Rename LCD to GPU. | Tony Wasserka | 2014-06-12 | 1 | -8/+8 |
* | | Add initial graphics debugger interface. | Tony Wasserka | 2014-06-12 | 1 | -0/+6 |
* | | GSP: Define more GX commands. | Tony Wasserka | 2014-06-12 | 2 | -14/+54 |
* | | service: fixed typo that MSVC did not catch as an error | bunnei | 2014-05-23 | 1 | -1/+1 |
|/ |
|
* | APT_U: added a debug log on calling GetLockHandle | bunnei | 2014-05-23 | 1 | -0/+1 |
* | mutex: refactored the interface to code to return a Mutex* handle | bunnei | 2014-05-21 | 1 | -1/+2 |
* | mutex: initial commit of HLE module | bunnei | 2014-05-21 | 1 | -6/+4 |
* | service: removed redundant include of common_types.h | bunnei | 2014-05-21 | 1 | -1/+0 |
* | renamed "syscall" module to "svc" (more accurate naming) | bunnei | 2014-05-21 | 1 | -1/+1 |
* | - created a Kernel namespace | bunnei | 2014-05-21 | 2 | -8/+8 |
* | 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 | 2014-05-20 | 1 | -1/+1 |
* | - renamed NewHandle to CreateHandle | bunnei | 2014-05-19 | 2 | -8/+8 |
* | - updated service(s) to be KernelObject's | bunnei | 2014-05-19 | 6 | -55/+26 |
* | renamed "UID" to "Handle" where appropriate | bunnei | 2014-05-19 | 3 | -22/+20 |
* | - moved Handle/Result definitions to kernel.h | bunnei | 2014-05-19 | 3 | -7/+9 |
* | added stubbed GetProcSemaphore - does nothing but avoids an exception | bunnei | 2014-05-17 | 1 | -1/+7 |
* | updated APT_U::GetLockHandle to return a valid handle | bunnei | 2014-05-17 | 1 | -1/+5 |
* | removed unknown fields from GX_CmdBufferHeader | bunnei | 2014-05-08 | 1 | -5/+0 |
* | - removed HLE mem "hack" and replaced with kernel mem region | bunnei | 2014-05-08 | 4 | -8/+84 |
* | removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable class | bunnei | 2014-04-28 | 3 | -9/+0 |
* | fixed weird spacing | bunnei | 2014-04-28 | 1 | -1/+1 |
* | hackish but working way to set the framebuffer location to VRAM (used in ARM11 demos tested thus far, e.g. yeti3DS) | bunnei | 2014-04-27 | 1 | -3/+9 |
* | added simple GSP GPU ReadHWRegs function to support returning the framebuffer address | bunnei | 2014-04-26 | 1 | -1/+37 |
* | added GSP::RegisterInterruptRelayQueue function | bunnei | 2014-04-25 | 1 | -31/+40 |
* | - refactored how service functions are called | bunnei | 2014-04-25 | 5 | -19/+39 |
* | fixed bug with printing std::string in log messages | bunnei | 2014-04-17 | 1 | -2/+2 |
* | added class stub for HID:User service | bunnei | 2014-04-17 | 3 | -0/+72 |
* | updated service comments | bunnei | 2014-04-17 | 6 | -5/+17 |
* | - added stubbed out GSP::Gpu service interface | bunnei | 2014-04-16 | 7 | -7/+103 |
* | removed no longer used function header | bunnei | 2014-04-16 | 1 | -2/+0 |
* | restructured hle:services completely to use function lookup tables | bunnei | 2014-04-16 | 5 | -137/+215 |
* | fixed naming for APT_U | bunnei | 2014-04-16 | 3 | -9/+9 |
* | - extracted srv: calls from service.cpp and put in its own module | bunnei | 2014-04-16 | 4 | -106/+105 |
* | added a stub for GetLockHandle | bunnei | 2014-04-14 | 3 | -9/+44 |
* | added framework for APT service (application and title launching service) | bunnei | 2014-04-13 | 4 | -5/+117 |
* | renamed class Interface_SRV to SRV | bunnei | 2014-04-13 | 1 | -6/+6 |
* | added some very initial command parsing for SRV Sync | bunnei | 2014-04-13 | 1 | -5/+31 |
* | cleanups to service HLE | bunnei | 2014-04-13 | 2 | -8/+8 |
* | - added HLE to connect to "srv:" service | bunnei | 2014-04-13 | 2 | -2/+170 |
* | - renamed hle_syscall to just syscall | bunnei | 2014-04-12 | 1 | -0/+60 |