Commit Graph

2470 Commits (03c782e378cdcd206267656d69dbc98cf8c6274e)

Author SHA1 Message Date
James Rowe bbfa9d0635 Merge pull request #2861 from wwylele/motion-refactor
Refactor MotionEmu into a InputDevice
8 years ago
wwylele 54c0c8adee HID: fix a comment and a warning 8 years ago
B3n30 5d0a1e7efd Added missing parts in libnetwork (#2838)
* Network: Set and send the game information over enet

Added Callbacks for RoomMember and GetMemberList to Room in preparation for web_services.
8 years ago
Yuri Kunde Schlesner 21204ba488 Merge pull request #2881 from MerryMage/dsp-firm-check
dsp_dsp: Remove size assertion in LoadComponent
8 years ago
MerryMage b67c2dc82c dsp_dsp: Remove size assertion in LoadComponent 8 years ago
Sebastian Valle d59f503729 Merge pull request #2843 from Subv/applet_slots
Services/APT: Use an array to hold data about the 4 possible concurrent applet types (Application, Library, HomeMenu, System)
8 years ago
wwylele 188194908c move MotionEmu from core/frontend to input_common as a InputDevice 8 years ago
wwylele 867eabd6b7 HID: use MotionDevice for Accelerometer and Gyroscope 8 years ago
Weiyi Wang aaf5161344 Merge pull request #2863 from wwylele/pad-state-zero
HID: zero unused PadState bits
8 years ago
wwylele 599de29ea3 HID: zero unused PadState bits 8 years ago
bunnei c2466a2f19 Merge pull request #2862 from j-selby/update-cryptopp
Update CryptoPP (byte ambiguity)
8 years ago
mailwl a6273dd56a Service/dlp: Update function tables according 3dbrew 8 years ago
James 1a44949ef7 Update cryptopp 8 years ago
Subv 177e8ce655 Services/APT: Use the AppletAttributes union directly when dealing with applet attrs. 8 years ago
Subv 73fba0de46 Services/APT: Use an array to hold data about the 4 possible concurrent applet types (Application, Library, HomeMenu, System).
This gives each applet type its own set of events as per the real NS module.
8 years ago
bunnei fb8de89859 telemetry: Add field for OsPlatform. 8 years ago
bunnei 9390d54bb3 telemetry: Add field for BuildName. 8 years ago
bunnei 5c631ec9c5 telemetry: Add field for RequiresSharedFont. 8 years ago
bunnei a621ab6853 telemetry_session: Log BuildDate and ProgramName fields. 8 years ago
bunnei 9b8e5bea66 core: Expose AppLoader as a public interface. 8 years ago
bunnei f5cf9960d9 loader: Expose program title. 8 years ago
James 941a722ff1 Handle invalid filenames when renaming files/directories 8 years ago
bunnei f15e5522dc Merge pull request #2840 from Subv/apt_parameter
Services/APT: Corrected the behavior of the Receive/Send/Glance/CancelParameter functions
8 years ago
Weiyi Wang 045d0b5bbd Merge pull request #2799 from yuriks/virtual-cached-range-flush
Add address conversion functions returning optional, Add function to flush virtual region from rasterizer cache
8 years ago
Subv e59ab7c1d6 Service/APT: Log Send/Cancel/Receive/GlanceParameter calls even if they return an error. 8 years ago
Subv 68596a7068 Services/APT: Return the proper error code when calling SendParameter with an outstanding parameter already in memory. 8 years ago
Subv a9bc417f59 Services/APT: Reset the APT parameter inside CancelParameter if the conditions are met. 8 years ago
Subv e403638d9b Services/APT: Properly clear the apt parameter after a successful ReceiveParameter call. 8 years ago
Subv 2dc720c355 Services/APT: Use the right error codes in ReceiveParameter and GlanceParameter when the parameter doesn't exist. 8 years ago
Subv 5682608df7 Services/APT: Use boost::optional for the APT parameter structure. 8 years ago
bunnei df8b9863f9 telemetry: Log performance, configuration, and system data. 8 years ago
B3n30 7dbbd8a02e stubbed frd::UnscrambleLocalFriendCode (#2827) 8 years ago
Weiyi Wang e634b75754 Merge pull request #2784 from wwylele/font-archive
load shared font from system archive
8 years ago
bunnei 33b012e86b web_service: Add CMake flag to enable. 8 years ago
bunnei 8af3ebb149 telemetry_session: Use TelemetryJson to submit real telemetry. 8 years ago
bunnei 52fbe1e10c web_service: Add skeleton project. 8 years ago
bunnei 8abf808854 settings: Add telemetry endpoint URL. 8 years ago
Sebastian Valle 669757a97b Merge pull request #2815 from mailwl/bossp
Service/boss:P: Add some functions to FunctionTable
8 years ago
bunnei 6d4bac8522 Merge pull request #2797 from yuriks/cached-vma-free-crash
Memory: Fix crash when unmapping a VMA covering cached surfaces
8 years ago
mailwl 8582194a4c Service/boss:P: Add some functions to FunctionTable 8 years ago
Sebastian Valle 56d718b2a1 Merge pull request #2793 from Subv/replyandreceive
Kernel/SVC: Partially implemented svcReplyAndReceive
8 years ago
Subv b53fa9514f Kernel/SVC: Pass the current thread as a parameter to ClientSession::SendSyncRequest. 8 years ago
wwylele 85a448d405 gpu: add comments for TextureCopy 8 years ago
wwylele bf16c73260 gpu: fix edge cases for TextureCopy 8 years ago
Sebastian Valle fa53ccc74b Merge pull request #2778 from Subv/uds_more
Services/UDS: Stub SendTo to generate the unencrypted data frames with the right headers
8 years ago
Subv 2eb174713b UDS: Use the ToDS and FromDS fields to properly calculate the AAD used during encryption. 8 years ago
Subv 1f1739d366 UDS: Move the UDS keyslot used to generate the CCMP key to the AES::KeySlotID enum. 8 years ago
Subv 87168bfe8b UDS: Run clang-format. 8 years ago
Subv 9befb8c887 UDS: Added functions to encrypt and decrypt the data frames.
The responsibility of encryption and encapsulation into an 802.11 MAC frame will fall into the callers of GenerateDataPayload.
8 years ago
Subv c3c9175a1c Kernel/Sessions: Clean up the list of pending request threads of a session when the client endpoint is closed. 8 years ago