336 Commits (198c0ddc72d59f8e288c1074ee0bb1169f706cac)

Author SHA1 Message Date
purpasmart96 198c0ddc72 Services: Stubs and minor changes 11 years ago
Subv b9612fe919 Service/FS: Document and log some unknown values. 11 years ago
purpasmart96 5b1757d6a5 HID: Proper Signal Interrupts for EnableAccelerometer & EnableGyroscopeLow along 11 years ago
Lioncash 8cf81643a9 arm_interface: Get rid of GetTicks. 11 years ago
Subv 1d61cd4460 Services/FS: Implemented DeleteExtSaveData, CreateSystemSaveData and DeleteSystemSaveData 11 years ago
bunnei 4bbddda377 hid_user: Removed unnecessary includes. 11 years ago
bunnei e79c27f1e0 HID: Removed unnecessary global variables. 11 years ago
bunnei 85cbccb1d3 HID: Added additional variable comments and some code cleanups. 11 years ago
bunnei d61b26b79f HID: Complete refactor of pad/touch input to fix threading issues. 11 years ago
bunnei a1a1a5c6c5 HID: Cleanup how `next_touch_index` is calculated for Pad and touch. 11 years ago
bunnei 432aa1044c HID: Changed TouchDataEntry `valid` to a BitField and added some doc strings. 11 years ago
bunnei e9b9f1842b HID: Added static asserts to check register position in shared memory. 11 years ago
bunnei 1a904ded40 HID: Added functions to emulate the touchpad. 11 years ago
bunnei 3229b048d9 HID: Moved some docstrings to the header. 11 years ago
bunnei 83a66dd701 HID: Refactored shared memory decoding for touchpad support. 11 years ago
archshift 041e99b613 Added LCD registers, and implementation for color filling in OGL code. 11 years ago
archshift 47010fea31 Implement SetLcdForceBlack, move register enum to hw.h 11 years ago
Subv 83a8975cb8 Services: Moved the PTM and APT services to their own folder 11 years ago
Subv 9a72fb79fc Services/AM: Stubbed TitleIDListGetTotal and GetTitleIDList. 11 years ago
Subv db1a5d4222 Services/FS: Stubbed CardSlotIsInserted to always return false 11 years ago
Subv c36778e602 Services/PTM: Stubbed PTM_Sysm::IsLegacyPowerOff. 11 years ago
Subv 9db5c9b6dc Archives: Properly implemented the SystemSaveData archive. 11 years ago
Subv ef66feaeba Services: Implemented Y2R_U::GetTransferEndEvent 11 years ago
archshift 0420a4d1de Added information reporting from ThrowFatalError 11 years ago
Emmanuel Gil Peyrot aa64f69af0 Frontends, HID: Add New 3DS specific pad buttons, and stub the touch one. 11 years ago
Kevin Hartman a6fdb8f217 Fix error message for bad config block request. 11 years ago
Tony Wasserka 0da6a7e234 GPU: Properly implement memory fills. 11 years ago
Subv cb3d254517 Services: Fixed "Tried to connect to named port err:f". 11 years ago
Lioncash 0c6434c379 core: Apply static to local functions 11 years ago
Subv 8e2b248e05 Build: Fixed some warnings 11 years ago
Kevin Hartman a56f3f290e Implemented WriteHWRegsWithMask for GSP. 11 years ago
archshift ef24e72b26 Asserts: break/crash program, fit to style guide; log.h->assert.h 11 years ago
bunnei 168eb27aee GSP: Fixed typo in SignalInterrupt 11 years ago
bunnei 9eae2400c0 GSP: Call SetBufferSwap for each screen on corresponding signal interrupt. 11 years ago
Subv 0d2b6dd656 PTM: Fixed a problem with the gamecoin PTM file. 11 years ago
Subv 1bbf0567b1 Archives: Made the Format function more generic. 11 years ago
Subv 071663e074 Archives: Expose the File and Directory classes to HLE 11 years ago
Yuri Kunde Schlesner 3f1a3952d7 FS: Allow multiple instances of the same archive type to be open at once 11 years ago
Yuri Kunde Schlesner 4468625080 FS: Get rid of completely useless Archive class 11 years ago
purpasmart96 60ce36f721 Services: Stub some functions 11 years ago
Yuri Kunde Schlesner 88a4a808c6 Kernel: Stop creating useless Handles during object creation 11 years ago
Yuri Kunde Schlesner 0f69668fc6 HID: Fix crash when pressing a key when the emulator is stopped 11 years ago
Yuri Kunde Schlesner 8441591659 FS: Remove use of GetHandle 11 years ago
Yuri Kunde Schlesner 6e11570862 Service: Store function names as const char* instead of std::string 11 years ago
Yuri Kunde Schlesner a79d21c83e Service: Clean-up Interface 11 years ago
Yuri Kunde Schlesner 8779b31fe6 Make Port/Service registration and querying more HW-accurate 11 years ago
Yuri Kunde Schlesner 5e91fc0d1a Filesys: Move creation of Handles for File/Directory to service handlers 11 years ago
Lioncash 551264f815 archive: Fix initializer list order for the File class. 11 years ago
Lioncash 0c53cc52bd apt_u: Fix missing printf specifiers 11 years ago
Yuri Kunde Schlesner 09ae6e1fa3 Remove result.h InvalidHandle 11 years ago