Commit graph

1215 commits

Author SHA1 Message Date
wheremyfoodat
7a78b2cf20
Fix FS::GetThisSaveDataSecureValue stub
Based on https://github.com/citra-emu/citra/pull/7191
2023-11-20 21:46:20 +02:00
wheremyfoodat
a98fcfc56f
Merge pull request #339 from wheremyfoodat/y2r
Implement more HLE applet and GSP stuff
2023-11-12 21:52:46 +02:00
wheremyfoodat
62af35c42b [Applet Manager] Fix resetting 2023-11-12 21:27:32 +02:00
wheremyfoodat
aa40eaf4cc [APT] Remove redundant cast 2023-11-12 21:16:38 +02:00
wheremyfoodat
bd1d7b7a81 [APT] Properly forward parameters in SendParameter 2023-11-12 21:07:44 +02:00
wheremyfoodat
5df44e0c4f [GSP] Add GSP::GPU::ReleaseRight 2023-11-11 20:51:53 +02:00
wheremyfoodat
60b565273e [Applets] Properly expose nextParameter 2023-11-11 20:35:10 +02:00
wheremyfoodat
135c8cb508 [Applets] Proper glance/receiveParameter sorta 2023-11-11 20:11:40 +02:00
wheremyfoodat
11f42f8c16
Merge pull request #338 from wheremyfoodat/y2r
Better KTimer implementation
2023-11-11 18:07:19 +02:00
wheremyfoodat
1f7fc2274a Add vector of timer handles 2023-11-04 18:28:28 +02:00
wheremyfoodat
708b10c194 Fix svcSetTimer ABI maybe...? 2023-11-04 18:26:20 +02:00
wheremyfoodat
798b10ec69 Fix KTimer not properly triggering 2023-11-04 18:07:13 +02:00
wheremyfoodat
42252e6442
Fix Y2R::SetCoefficientParams 2023-11-01 23:29:09 +02:00
wheremyfoodat
0b56427019 Add Y2R::SetCoefficientParams 2023-11-01 23:09:07 +02:00
wheremyfoodat
cc130d52e9 Add Y2R::GetCoefficientParams 2023-11-01 23:01:38 +02:00
wheremyfoodat
171733870d Add Y2R::GetStandardCoefficientParams 2023-11-01 22:49:50 +02:00
wheremyfoodat
f922870785 format 2023-10-27 02:24:06 +03:00
wheremyfoodat
8502cd9285 Moar cheats 2023-10-27 02:24:04 +03:00
offtkp
7e7d4f7f16 Make cheats struct more versatile 2023-10-27 02:23:41 +03:00
wheremyfoodat
e900e9d614 Add Renderer::deinitGraphicsContext 2023-10-25 22:46:45 +03:00
offtkp
13f2ddc77e Fix ambiguity between enum and type 2023-10-21 02:32:24 +03:00
offtkp
23636b22fa Hydra core 2023-10-20 19:31:55 +03:00
wheremyfoodat
6626c2ae9b
Better MAC address handling (#312) 2023-10-17 23:27:37 +03:00
wheremyfoodat
07afcfb24c
Merge pull request #307 from wheremyfoodat/rhappy
Stuff
2023-10-15 17:44:24 +03:00
wheremyfoodat
abe4675477 Attempt to add RomFS dumping 2023-10-07 21:23:05 +03:00
wheremyfoodat
2ab37b3d4a Don't sleep on service handles for the time being 2023-10-06 18:16:46 +03:00
wheremyfoodat
c10a3e7160 Make emulator output size properly configurable 2023-10-01 16:28:14 +03:00
wheremyfoodat
5155682e0f Get emulator rendering working with Qt 2023-10-01 01:28:08 +03:00
wheremyfoodat
2f47f15315 Implement RenameFile for ExtSaveData 2023-09-27 14:16:27 +03:00
wheremyfoodat
4199c3b25b Stub TLS root certificate archive 2023-09-26 23:53:13 +03:00
wheremyfoodat
a42d678c04 Implement CFG::TranslateCountryInfo 2023-09-26 23:45:52 +03:00
wheremyfoodat
9e2707e097 Add FS::RenameFile 2023-09-26 23:31:17 +03:00
wheremyfoodat
fc15a179ad Stub FRD::GetFriendRelationship 2023-09-26 22:59:48 +03:00
wheremyfoodat
0ba4ffffab [SystemSaveData] Return error when path is unsafe 2023-09-25 20:21:12 +03:00
wheremyfoodat
80ebb353a5 Update apt.cpp 2023-09-25 00:54:35 +03:00
wheremyfoodat
e9ec836504 Add SystemSaveData::CreateDirectory 2023-09-24 22:41:31 +03:00
wheremyfoodat
7c8d73071a Add cfg:s 2023-09-24 22:24:49 +03:00
wheremyfoodat
ef51572193 [AC] Stub undocumented functions 2023-09-24 19:07:47 +03:00
wheremyfoodat
becc777bd8 Moar FRD 2023-09-24 18:53:25 +03:00
wheremyfoodat
fe8a23e0d9 Add CFG::GetConfigInfoBlk8 implementation 2023-09-24 18:32:37 +03:00
wheremyfoodat
d9ddb65b8c [NDM] Add exclusive state 2023-09-24 18:22:03 +03:00
wheremyfoodat
77fb6d8f0a Add FRD::IsOnline 2023-09-24 18:09:33 +03:00
wheremyfoodat
7d55193087 Add implementations for CFG::SecureInfoGetByte101 and CFG::GetLocalFriendCodeSeed 2023-09-24 17:11:40 +03:00
wheremyfoodat
1f8194dfa3 ShaderJIT: Make BREAK(C) emit a warning instead of crashing until implemented 2023-09-16 18:07:07 +03:00
wheremyfoodat
e2888d839a Don't die on ns:s, add wifi level config mem address 2023-09-14 23:26:06 +03:00
wheremyfoodat
103cb6acc2 Add BOSS:SetOptoutFlag 2023-09-14 22:43:38 +03:00
wheremyfoodat
88eebbcbae Moar filesystem 2023-09-14 22:22:18 +03:00
wheremyfoodat
712be4ce72 Split PTM services 2023-09-14 17:16:39 +03:00
wheremyfoodat
1332488326 Add SystemSaveData::CreateFile 2023-09-13 23:29:49 +03:00
wheremyfoodat
7c2167e0f2 Add SystemSaveData::OpenFile and split up frd:u and frd:a 2023-09-13 23:21:30 +03:00