This website requires JavaScript.
688e44bc8b
videocore/renderer_opengl/gl_rasterizer_cache: Move bits per pixel table out of function (#5101 )
Marshall Mohror and GitHub
2020-02-22 15:37:42 -06:00
276d56ca9b
Add CPU Clock Frequency slider
James Rowe
2019-12-15 22:04:33 -07:00
670119ef86
android: use cmake 3.10
BreadFish64
2020-02-21 16:47:04 -06:00
990d27f4f9
Remove C++ standard flag
Marshall Mohror
2020-02-20 09:04:37 -06:00
55ec7031cc
Core timing 2.0 (#4913 )
Ben and GitHub
2020-02-21 19:31:32 +01:00
e3dbdcbdff
HTTP_C::Implement Context::MakeRequest (#4754 )
Ben and GitHub
2020-02-21 19:04:04 +01:00
996f1546b2
core: Remove outdated MSVC workarounds (#5099 )
Marshall Mohror and GitHub
2020-02-20 13:40:21 -06:00
a487016cb4
core, citra_qt: Implement a save states file format and slot UI
zhupengfei
2020-02-18 13:19:52 +08:00
7d880f94db
Add simple zstd compression
zhupengfei
2020-02-16 23:25:30 +08:00
4991c0121a
Remove duplicate code from the migration of frame limit to gene… (#5091 )
Vitor K and GitHub
2020-02-15 10:38:20 -03:00
57efc41973
service/cecd: Add missing SessionData serialization
zhupengfei
2020-02-14 17:15:08 +08:00
7e8041df28
kernel/timer: Add missing base object
zhupengfei
2020-02-14 17:13:53 +08:00
5aa5cd6064
Fix externals/boost spec
zhupengfei
2020-02-13 17:26:21 +08:00
246ae84a52
Pretty sure ARM/Thread serialization works now
Hamish Milne and zhupengfei
2020-01-20 21:32:38 +00:00
c983528862
Reworked DSP serialization
Hamish Milne and zhupengfei
2020-01-19 22:49:22 +00:00
55c75b5e3e
Add ClearAll to rasterizer cache for fully wiping the cache on save/load
James Rowe and zhupengfei
2020-01-16 23:17:55 -07:00
3e34ad6890
Hack: Workaround crash when loading state and gyro is used
James Rowe and zhupengfei
2020-01-16 23:17:07 -07:00
0effb229cd
Fix geometry pipeline; attempt to fix motion controls
Hamish Milne and zhupengfei
2020-01-17 07:58:40 +00:00
35c3ca995c
Fixed a bug (??) in arm_dynarmic where PageTableChanged could reset the CPU context
Hamish Milne and zhupengfei
2020-01-17 01:34:03 +00:00
b2370ea353
Fixed setting the right DSP service on deserialization
Hamish Milne and zhupengfei
2020-01-17 01:01:18 +00:00
2217b3558d
Fixed file services serialization
Hamish Milne and zhupengfei
2020-01-16 00:53:20 +00:00
c24ea0f0ee
Serialize core timing
Hamish Milne and zhupengfei
2020-01-12 20:01:29 +00:00
8abc5525be
Added Signals; more runtime fixes
Hamish Milne and zhupengfei
2020-01-12 00:24:44 +00:00
e4f05884c3
Fixed serialization runtime exceptions
Hamish Milne and zhupengfei
2020-01-11 16:33:48 +00:00
ca971ff31f
Serialize file/directory services
Hamish Milne and zhupengfei
2020-01-10 23:47:39 +00:00
9525d81344
More base-derived fixes
Hamish Milne and zhupengfei
2020-01-08 23:19:49 +00:00
996aba39fe
Correct exports; add some file serialization; fix service base object serialization
Hamish Milne and zhupengfei
2020-01-08 22:13:56 +00:00
f2de70c3fb
Fix crash bugs
Hamish Milne and zhupengfei
2020-01-06 23:20:18 +00:00
116d22d562
Refactor out the wakeup_callback function pointer
Hamish Milne and zhupengfei
2020-01-06 20:03:40 +00:00
7019561fd5
Bind NWM_UDS service in the constructor
Hamish Milne and zhupengfei
2020-01-05 16:42:04 +00:00
96432589bd
Use shared_ptr for PageTable
Hamish Milne and zhupengfei
2020-01-05 16:35:01 +00:00
e4afa8e512
Make the tests pass
Hamish Milne and zhupengfei
2020-01-05 13:26:16 +00:00
65d96bf6c1
Changed u8* to MemoryRef
Hamish Milne and zhupengfei
2020-01-04 22:39:54 +00:00
cf985631e0
Minor tidying up
Hamish Milne and zhupengfei
2020-01-04 00:40:32 +00:00
26e90a99cd
Added basic UI; misc memory fixes
Hamish Milne and zhupengfei
2020-01-03 17:19:59 +00:00
558e710e17
Finished archives; remove pod.h
Hamish Milne and zhupengfei
2020-01-03 14:00:10 +00:00
2bf5b46460
Basic archive backend serialization
Hamish Milne and zhupengfei
2020-01-02 23:34:26 +00:00
2d2c7218ef
Serialize CECD, CFG services
Hamish Milne and zhupengfei
2020-01-02 00:45:58 +00:00
ef2e503281
Serialize QTM, Y2R services
Hamish Milne and zhupengfei
2020-01-01 22:57:21 +00:00
92857efca4
Serialize PTM service
Hamish Milne and zhupengfei
2020-01-01 22:36:58 +00:00
f5e2f873b0
Serialize NWM service
Hamish Milne and zhupengfei
2020-01-01 21:31:52 +00:00
571b1062f0
Serialize NIM, PS, PXI, SOC, SSL services
Hamish Milne and zhupengfei
2020-01-01 00:58:36 +00:00
2409ee39cb
Serialize IR, MVD, NDM, NEWS, NFC
Hamish Milne and zhupengfei
2019-12-31 20:39:38 +00:00
3d6e372f96
More clang format fixes. Really need to standardise the version of this
Hamish Milne and zhupengfei
2019-12-30 17:02:44 +00:00
01ec2e8a67
Serialize MIC service
Hamish Milne and zhupengfei
2019-12-30 16:53:57 +00:00
e3c0211b74
Fix clang format
Hamish Milne and zhupengfei
2019-12-30 16:15:41 +00:00
eb67167b7c
Serialize IR service
Hamish Milne and zhupengfei
2019-12-30 16:07:03 +00:00
8bd3e8cd27
Serialize HTTP service
Hamish Milne and zhupengfei
2019-12-30 15:20:13 +00:00
74361fa3fb
Serialize HID service
Hamish Milne and zhupengfei
2019-12-30 14:46:35 +00:00
30494c06a4
Serialize GSP service
Hamish Milne and zhupengfei
2019-12-30 12:45:22 +00:00
754f63af1a
Don't require cmake 3.15
Hamish Milne and zhupengfei
2019-12-30 10:23:20 +00:00
9877bf7d48
Change how the boost target works; disable external warnings in MSVC
Hamish Milne and zhupengfei
2019-12-30 00:51:06 +00:00
a0ac302a93
Definitely disable using system boost if version doesn't match
Hamish Milne and zhupengfei
2019-12-28 23:36:12 +00:00
d041901a30
Some more CI fixes
Hamish Milne and zhupengfei
2019-12-28 23:13:39 +00:00
c7106e232f
Fix a bug on mingw
Hamish Milne and zhupengfei
2019-12-28 13:53:12 +00:00
d6862c2fca
Some CI fixes
Hamish Milne and zhupengfei
2019-12-27 22:45:00 +00:00
7b846ffa98
clang-format fixes
Hamish Milne and zhupengfei
2019-12-27 21:07:29 +00:00
d482fb359c
Attempting to fix mingw on windows
Hamish Milne and zhupengfei
2019-12-27 20:36:17 +00:00
6917eaf53b
Use load_construct_data for kernel objects
Hamish Milne and zhupengfei
2019-12-27 18:52:33 +00:00
3ed8d95866
Serialize FS service; some compiler fixes
Hamish Milne and zhupengfei
2019-12-27 11:46:10 +00:00
d1096de245
Added FRD service serialization
Hamish Milne and zhupengfei
2019-12-26 19:09:55 +00:00
4354179156
Added ERR service serialization
Hamish Milne and zhupengfei
2019-12-26 18:14:22 +00:00
452ae2e371
Added DSP service serialization
Hamish Milne and zhupengfei
2019-12-26 18:10:38 +00:00
30fe2bfe38
Added DLP service serialization
Hamish Milne and zhupengfei
2019-12-26 18:02:59 +00:00
a0c3b91785
Added CSND serialization
Hamish Milne and zhupengfei
2019-12-26 17:56:44 +00:00
17b9cbefef
CAM service serialization
Hamish Milne and zhupengfei
2019-12-26 10:37:43 +00:00
1185d62792
BOSS service serialization
Hamish Milne and zhupengfei
2019-12-25 23:19:01 +00:00
5265c79056
APT service serialization
Hamish Milne and zhupengfei
2019-12-25 21:43:51 +00:00
3e752002c4
Replace g_kernel with Core::Global etc.
Hamish Milne and zhupengfei
2019-12-25 18:51:56 +00:00
e707685c2a
Serialize AM services
Hamish Milne and zhupengfei
2019-12-24 23:53:51 +00:00
89e4e49a63
Finished AC and ACT service serialization
Hamish Milne and zhupengfei
2019-12-24 23:17:24 +00:00
3fd5c431f1
Service serialization framework; done AC
Hamish Milne and zhupengfei
2019-12-24 22:39:02 +00:00
ac0337d8df
Started IPC services serialization
Hamish Milne and zhupengfei
2019-12-24 17:49:56 +00:00
7a5bde0b44
Serialize service manager, server prt
Hamish Milne and zhupengfei
2019-12-23 11:41:07 +00:00
4f95575d41
Serialize some more kernel objects
Hamish Milne and zhupengfei
2019-12-22 23:37:17 +00:00
8c81500dee
Serialize kernel/hle/memory
Hamish Milne and zhupengfei
2019-12-22 18:35:03 +00:00
050c3bdee5
Serialize primitive_assembly
Hamish Milne and zhupengfei
2019-12-22 16:06:26 +00:00
c284192a87
Serialize geometry_pipeline
Hamish Milne and zhupengfei
2019-12-22 15:53:04 +00:00
acc89b2251
Fixed an include
Hamish Milne and zhupengfei
2019-12-21 23:37:41 +00:00
dc0d1ebc95
Added a TODO
Hamish Milne and zhupengfei
2019-08-13 17:37:04 +01:00
f557d26b40
Added CPU, mutex, process, thread, timer
Hamish Milne and zhupengfei
2019-08-12 17:01:33 +01:00
06891d9454
Added client/server objects
Hamish Milne and zhupengfei
2019-08-11 22:29:00 +01:00
5035e68dad
Added derived kernel objects
Hamish Milne and zhupengfei
2019-08-11 15:19:45 +01:00
f79c9668a3
Added shader state; WIP kernel objects
Hamish Milne and zhupengfei
2019-08-11 00:20:09 +01:00
45788b9c82
Added shader state serialization
Hamish Milne and zhupengfei
2019-08-08 05:25:24 +01:00
6f00976ab5
video_core serialization
Hamish Milne and zhupengfei
2019-08-07 17:08:52 +01:00
ee2cae2093
Added core serialization
Hamish Milne and zhupengfei
2019-08-07 02:53:56 +01:00
dc04774ece
Added POD serialization
Hamish Milne and zhupengfei
2019-08-06 17:45:06 +01:00
6940c99ed6
Added boost serialization
Hamish Milne and zhupengfei
2019-08-06 15:59:31 +01:00
f106e76132
Port yuzu commit: "yuzu/CMakeLists: Disable implicit QString co… (#5074 )
2020-02-11 13:12:09 +01:00
4273b967b5
core/file_sys: Do not apply the same mods to DLCs
zhupengfei
2020-02-11 14:03:07 +08:00
4c2c27046d
Fix compilation
FearlessTobi
2020-02-09 23:09:19 +01:00
b53b4bfb17
Merge pull request #5062 from FearlessTobi/port-3173
Pengfei Zhu and GitHub
2020-02-10 12:10:45 +08:00
b81c9bd738
fix clang format
zhupengfei
2020-02-10 07:41:31 +08:00
7362fe48ac
input_common/udp: Add missing override specifiers
Lioncash and FearlessTobi
2020-02-03 09:26:50 -05:00
575ab92a76
input_common/udp: std::move SocketCallback instances where applicable
Lioncash and FearlessTobi
2020-02-03 09:24:03 -05:00
fcdc191107
input_common/udp: std::move shared_ptr within Client constructor
Lioncash and FearlessTobi
2020-02-03 09:21:44 -05:00
8a0f8c3a4f
udp/client: Replace deprecated from_string() call with make_address_v4()
Lioncash and FearlessTobi
2020-02-03 09:19:03 -05:00
7d45fdc1df
input_common/udp: Silence -Wreorder warning for Socket
Lioncash and FearlessTobi
2020-02-03 09:15:30 -05:00
d7a58fe24d
input_common/udp: Remove unnecessary inclusions
Lioncash and FearlessTobi
2020-02-03 09:10:59 -05:00