4130 Commits (e5f283960597d0b7d613a71cddcc3786ae6661d0)

Author SHA1 Message Date
bunnei e5f2839605 loader: Expose program title. 9 years ago
James 9da055f84c Handle invalid filenames when renaming files/directories 9 years ago
wwylele dc6f41bcc5 pica/shader_interpreter: fix off-by-one in LOOP 9 years ago
B3n30 9f9afc3fd5 Network: Moved NintendoOUI initalization to RoomMember constructor 9 years ago
MerryMage 22e08c7e6b tests: Add tests for vadd 9 years ago
MerryMage 75f30767d3 tests: Arm testing framework 9 years ago
Subv 20eb92534e Service/APT: Log Send/Cancel/Receive/GlanceParameter calls even if they return an error. 9 years ago
Subv e0cfa309b6 Services/APT: Return the proper error code when calling SendParameter with an outstanding parameter already in memory. 9 years ago
Subv f8f6966ce1 Services/APT: Reset the APT parameter inside CancelParameter if the conditions are met. 9 years ago
Subv f678b8da42 Services/APT: Properly clear the apt parameter after a successful ReceiveParameter call. 9 years ago
Subv 00128a81d3 Services/APT: Use the right error codes in ReceiveParameter and GlanceParameter when the parameter doesn't exist. 9 years ago
Subv 725a45fe9f Services/APT: Use boost::optional for the APT parameter structure. 9 years ago
wwylele d9a05eec0b debugger/shader: display LOOP 9 years ago
wwylele b5711f9f54 debugger/shader: print the invert flag for JMPU 9 years ago
wwylele 2fcfd76fb2 debugger/shader: fix address register for reverted arithmetic op 9 years ago
wwylele 69b544d73a debugger/shader: fix inverted uniform flow control 9 years ago
bunnei b2bfbf5120 telemetry: Log performance, configuration, and system data. 9 years ago
B3n30 e2992eb321 stubbed frd::UnscrambleLocalFriendCode (#2827) 9 years ago
B3n30 e9ce27c941 Network: Changed timeout for receiving packets to 100ms 9 years ago
B3n30 e443c779a5 Network: Propagate Room closing to connected members 9 years ago
B3n30 99bb995de3 Network: Made send async in RoomMember 9 years ago
B3n30 7eb9751711 Network: Send the game title 9 years ago
B3n30 ea994b412e Network: Enable sending and receiving chat messages 9 years ago
B3n30 ad621f7fa4 Network: Handle the disconnect of a client 9 years ago
B3n30 87c5fd4a75 Network: Enable to send WifiPackets 9 years ago
B3n30 8014f7bdfb Network: Init Network in SDL and QT 9 years ago
B3n30 6b20db1d8e Network: Send JoinRequest and handle the answer in RoomMember 9 years ago
B3n30 e942c65777 Network: Handle join request in Room 9 years ago
B3n30 1d82cf8944 Network: Added Packet class for serialization 9 years ago
B3n30 898b372ba3 Network: Threads for Room and RoomMember 9 years ago
bunnei 425200bca5 web_backend: Specify api-version on JSON post. 9 years ago
bunnei 7927c9b28f web_service: Add CMake flag to enable. 9 years ago
bunnei d253007194 telemetry_session: Use TelemetryJson to submit real telemetry. 9 years ago
bunnei d5a3ab8aef web_service: Implement JSON serialization of telemetry data. 9 years ago
bunnei 07f0f623d1 web_backend: Add initial interface to POST data to Citra Web Services. 9 years ago
bunnei 061f10e286 web_service: Add skeleton project. 9 years ago
bunnei de913af2c7 settings: Add telemetry endpoint URL. 9 years ago
bunnei e5a69c42e2 logging: Add WebService as a log cateogry. 9 years ago
B3n30 64b6caf5f5 Implement basic virtual Room support based on enet (#2803) 9 years ago
mailwl edef1d54bb Service/boss:P: Add some functions to FunctionTable 9 years ago
wwylele 54eafa42ce gl_rasterizer: use texture buffer for proctex LUT 9 years ago
Kloen 1e5a589a66 Remove unnecessary WIN32_LEAN_AND_MEAN macro definition 9 years ago
Subv 4a8de6bb00 Kernel/SVC: Pass the current thread as a parameter to ClientSession::SendSyncRequest. 9 years ago
wwylele 60f6d78648 gpu: add comments for TextureCopy 9 years ago
MerryMage 8ac1da24c5 configure_debug: Add label warning that CPU JIT needs to be disabled for gdbstub to work 9 years ago
wwylele 36a523b7cf gpu: fix edge cases for TextureCopy 9 years ago
Subv 49d391d757 UDS: Use the ToDS and FromDS fields to properly calculate the AAD used during encryption. 9 years ago
Subv 1ae0d3c450 UDS: Move the UDS keyslot used to generate the CCMP key to the AES::KeySlotID enum. 9 years ago
Subv 0a6a3dc5de UDS: Run clang-format. 9 years ago
Subv 7f5c4beca2 UDS: Added functions to encrypt and decrypt the data frames. 9 years ago