bunnei
6bafd3f4f7
loader: Add support for loading an NSO.
8 years ago
bunnei
9eb4888df7
externals: Add lz4.
8 years ago
bunnei
46297c9653
memory: Log with 64-bit values.
8 years ago
bunnei
c5ce5c06e4
kernel: Various threading fixes to support 64-bit addressing.
8 years ago
bunnei
f01472a5ff
core: Various changes to support 64-bit addressing.
8 years ago
bunnei
3411883fe3
arm: Use 64-bit addressing in a bunch of places.
8 years ago
bunnei
1c4f9e822c
elf: Check if machine is ARM.
9 years ago
bunnei
df8b9863f9
telemetry: Log performance, configuration, and system data.
9 years ago
B3n30
7dbbd8a02e
stubbed frd::UnscrambleLocalFriendCode ( #2827 )
9 years ago
B3n30
77df82f5d6
Network: Changed timeout for receiving packets to 100ms
9 years ago
B3n30
253d3dd3d8
Network: Propagate Room closing to connected members
9 years ago
B3n30
a0626221a5
Network: Made send async in RoomMember
9 years ago
B3n30
859be35d54
Network: Send the game title
9 years ago
B3n30
42e57c1218
Network: Enable sending and receiving chat messages
9 years ago
B3n30
35a0b32553
Network: Handle the disconnect of a client
9 years ago
B3n30
641346c15c
Network: Enable to send WifiPackets
9 years ago
B3n30
ebff5ba514
Network: Init Network in SDL and QT
9 years ago
B3n30
77677e205e
Network: Send JoinRequest and handle the answer in RoomMember
9 years ago
B3n30
2af9a7146d
Network: Handle join request in Room
9 years ago
B3n30
7d9b7394dd
Network: Added Packet class for serialization
9 years ago
B3n30
589dc083a5
Network: Threads for Room and RoomMember
9 years ago
bunnei
28c3575679
web_backend: Specify api-version on JSON post.
9 years ago
bunnei
33b012e86b
web_service: Add CMake flag to enable.
9 years ago
bunnei
8af3ebb149
telemetry_session: Use TelemetryJson to submit real telemetry.
9 years ago
bunnei
fd3b4451ec
web_service: Implement JSON serialization of telemetry data.
9 years ago
bunnei
a634efa40e
web_backend: Add initial interface to POST data to Citra Web Services.
9 years ago
bunnei
52fbe1e10c
web_service: Add skeleton project.
9 years ago
bunnei
8abf808854
settings: Add telemetry endpoint URL.
9 years ago
bunnei
f7a9d42592
logging: Add WebService as a log cateogry.
9 years ago
B3n30
2e37ce01c9
Implement basic virtual Room support based on enet ( #2803 )
* Added support for network with ENet lib,
connecting is possible, but data can't be sent, yet.
* fixup! Added support for network with ENet lib,
* fixup! CLang
* fixup! Added support for network with ENet lib,
* fixup! Added support for network with ENet lib,
* fixup! Clang format
* More fixups!
* Moved ENetHost* and ENetPeer* into pimpl classes
* fixup! Moved ENetHost* and ENetPeer* into pimpl classes
* fixup! Clang again
* fixup! Moved ENetHost* and ENetPeer* into pimpl classes
* fixup! Moved ENetHost* and ENetPeer* into pimpl classes
* fixup! Moved ENetHost* and ENetPeer* into pimpl classes
9 years ago
mailwl
8582194a4c
Service/boss:P: Add some functions to FunctionTable
9 years ago
wwylele
8482933db8
gl_rasterizer: use texture buffer for proctex LUT
9 years ago
Kloen
0e428823f0
Remove unnecessary WIN32_LEAN_AND_MEAN macro definition
9 years ago
Subv
b53fa9514f
Kernel/SVC: Pass the current thread as a parameter to ClientSession::SendSyncRequest.
9 years ago
wwylele
85a448d405
gpu: add comments for TextureCopy
9 years ago
MerryMage
f1790e6d91
configure_debug: Add label warning that CPU JIT needs to be disabled for gdbstub to work
9 years ago
wwylele
bf16c73260
gpu: fix edge cases for TextureCopy
9 years ago
Subv
2eb174713b
UDS: Use the ToDS and FromDS fields to properly calculate the AAD used during encryption.
9 years ago
Subv
1f1739d366
UDS: Move the UDS keyslot used to generate the CCMP key to the AES::KeySlotID enum.
9 years ago
Subv
87168bfe8b
UDS: Run clang-format.
9 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.
9 years ago
Subv
c3c9175a1c
Kernel/Sessions: Clean up the list of pending request threads of a session when the client endpoint is closed.
9 years ago
Subv
88c93a7436
Kernel/SVC: Partially implemented svcReplyAndReceive.
It behaves mostly as WaitSynchronizationN with wait_all = false, except for IPC buffer translation.
The target thread of an IPC response will now wake up when responding.
IPC buffer translation is currently not implemented.
Error passing back to svcSendSyncRequest is currently not implemented.
9 years ago
wwylele
9549eed0be
apt: load shared font from system archive
9 years ago
wwylele
22994607cc
apt/shared_font: don't relocate zero offset
9 years ago
Subv
8feeb81af2
Kernel/ServerSession: Keep track of which threads have issued sync requests.
9 years ago
B3n30
6ba089fafb
Set global definition WIN32_LEAN_AND_MEAN ( #2807 )
Set definition WIN32_LEAN_AND_MEAN to avoid windows.h including a lot of libs that are usually not used.
9 years ago
Kloen
74cf73f9d3
citra-qt: Add option to configure the UI theme
9 years ago
Kloen
9c2335b984
citra-qt: load ui theme at startup and config change.
9 years ago
Kloen
1355f0f39e
citra-qt: Add Dark theme from https://github.com/ColinDuquesnoy/QDarkStyleSheet
9 years ago