bunnei
f4b1216c81
externals: Add lz4.
8 years ago
bunnei
55eaa14131
memory: Log with 64-bit values.
8 years ago
bunnei
6cfc867d93
kernel: Various threading fixes to support 64-bit addressing.
8 years ago
bunnei
e5731e94d6
core: Various changes to support 64-bit addressing.
8 years ago
bunnei
7f1ce2cf68
arm: Use 64-bit addressing in a bunch of places.
8 years ago
bunnei
d13377a2a9
elf: Check if machine is ARM.
9 years ago
Weiyi Wang
1f0eca1aa7
Merge pull request #2844 from jroweboy/nightlyfix
Use WinSSPI instead of OpenSSL
9 years ago
James Rowe
d05d9e75c6
Use WinSSPI instead of OpenSSL
Appveyor has OpenSSL installed, so cURL tries to link against it.
This causes dll not found errors because we would also need to ship
OpenSSL, so we link against Windows SSPI instead.
9 years ago
Sebastian Valle
803fda3c67
Merge pull request #2816 from wwylele/proctex-lutlutlut
gl_rasterizer: use texture buffer for proctex LUT
9 years ago
Sebastian Valle
62cdefaed0
Merge pull request #2834 from wwylele/depth-enable-fix
gl_rasterizer_cache: fix using_depth_fb
9 years ago
Weiyi Wang
c40c9bf285
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
9 years ago
bunnei
a32e38fba0
Merge pull request #2833 from j-selby/single-header-json
Don't pull in entire JSON repo for single header file
9 years ago
bunnei
6a82c4a331
Merge pull request #2823 from bunnei/telemetry-data
telemetry: Log performance, configuration, and system data.
9 years ago
James
7bbd6e7f38
Add description of upstream repo
9 years ago
James
5684dc8228
Don't pull in entire JSON repo for single header file
9 years ago
bunnei
b2bfbf5120
telemetry: Log performance, configuration, and system data.
9 years ago
bunnei
f6ed592be0
Merge pull request #2804 from Kloen/theming
citra-qt: UI Themes
9 years ago
Weiyi Wang
9eb8dd311c
Merge pull request #2818 from B3n30/network
Enable data transfer over ENet
9 years ago
bunnei
4795caf9d6
Merge pull request #2829 from MerryMage/check_submodules_present
CMakeLists: Check that all submodules are present
9 years ago
B3n30
e2992eb321
stubbed frd::UnscrambleLocalFriendCode ( #2827 )
9 years ago
James Rowe
bab80f120f
Merge pull request #2830 from linkmauve/master
Make enet use the same convention as other submodules
9 years ago
Emmanuel Gil Peyrot
fef9ef2aa8
.gitmodules: Make enet use the same convention as other submodules.
This makes it easier for packagers to preload all submodules.
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
MerryMage
825bc5ee1f
CMakeLists: Check that all submodules are present
9 years ago
Weiyi Wang
b5e42d338d
Merge pull request #2784 from wwylele/font-archive
load shared font from system archive
9 years ago
Weiyi Wang
b6727d9527
Merge pull request #2824 from jroweboy/mingw_compile_test
Update enet submodule
9 years ago
James Rowe
4127661f33
Update enet submodule
This includes a fix merged upstream to support mingw compilation
9 years ago
bunnei
e159b5ee3e
Merge pull request #2819 from bunnei/telemetry-submit
Telemetry: Submit logged data to the Citra service
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
bunnei
a13865c10f
externals: Add JSON as a submodule.
9 years ago
bunnei
7f37ccd0d8
externals: Add CPR as a submodule.
9 years ago
Sebastian Valle
c13e4d7ea4
Merge pull request #2815 from mailwl/bossp
Service/boss:P: Add some functions to FunctionTable
9 years ago