Narr the Reg
43715edd7e
service: set: Migrate ISystemSettingsServer to new IPC
2024-02-14 12:40:10 -06:00
Liam
f191c058e6
service: use const references for input raw data
2024-02-01 12:57:54 -05:00
Narr the Reg
f1ba945f8e
service: mii: Set arguments as const
2024-01-29 11:22:44 -06:00
Narr the Reg
5f392cd555
service: mii: Migrate service to new interface
2024-01-26 10:43:34 -06:00
german77
95e03e4901
service: nfc: Validate mii data
2023-11-25 23:40:01 -06:00
Narr the Reg
9b0929a9a2
service: mii: Create random mii with name
2023-10-19 13:35:02 -06:00
german77
24eb40cb70
service: mii: Fix reported bugs
2023-09-27 23:34:03 -06:00
german77
107ff81582
service: mii: Limit checks to string size
2023-09-23 20:14:37 -06:00
Narr the Reg
8b011a8447
am: mii_edit: Implement DB operations
2023-09-21 18:21:39 -06:00
german77
4e16712bea
service: mii: Address review comments
2023-09-18 11:08:04 -06:00
german77
fbc8db57d0
service: mii: Implement the rest of the service
2023-09-17 16:06:25 -06:00
german77
854dbcc479
service: mii: Implement database manager
2023-09-17 16:06:25 -06:00
german77
89da19cd99
service: mii: Implement figurine database
2023-09-17 16:06:25 -06:00
german77
f347e2069b
service: mii: Add device crc16
2023-09-17 16:06:25 -06:00
german77
3eb0bc88bc
service: mii: Complete structs and fix mistakes
2023-09-17 16:06:23 -06:00
lat9nq
521b048287
mii_types: Remove null terminator check
...
This is an OoB array access, causing a crash on at least the Linux
Flatpak releases.
Co-authored-by: german77 <juangerman-13@hotmail.com>
2023-09-17 15:23:57 -04:00
Narr the Reg
be2ccb036e
service: mii: Remove most magic values
2023-09-11 22:07:55 -06:00
german77
fb1b1b2725
mii: service: Address review
2023-09-11 09:54:32 -06:00
german77
6377a46668
mii: Prepare Interface for new implementation
2023-09-11 00:58:46 -06:00
german77
f1d7f23049
service: mii: Fix ver3 inconsistencies
2023-09-11 00:23:46 -06:00
german77
64e9fdd8fc
service: mii: move char info operations
2023-09-10 23:18:08 -06:00
german77
b97f872a35
service: mii: Move store data operations
2023-09-10 23:18:03 -06:00
german77
1675343e86
service: mii: Move core data operations
2023-09-10 22:52:33 -06:00
german77
15619d2052
service: mii: Move ver3 operations
2023-09-10 22:42:38 -06:00
german77
e51d54de30
service: mii: separate mii types into their own file
2023-09-10 22:18:25 -06:00
german77
15342ada16
service: mii: Move all raw data to it's file
2023-09-10 22:14:37 -06:00
german77
e05834e9c4
service: mii: Add mii util and result
2023-09-10 20:43:26 -06:00
Narr the Reg
9fc8535c6a
service: mii: Fix broken mii on MK8
2023-09-07 11:46:12 -06:00
german77
24bbc30675
service: mii: Fix default mii database
2023-09-05 01:17:06 -06:00
Liam
5f2c56cd15
core: remove ResultVal type
2023-08-08 11:09:37 -04:00
Narr the Reg
d7f58e6ecb
service: nfp: Convert mii colors to v3
2023-03-15 17:01:05 -06:00
Narr the Reg
aeb65824a7
service: nfp: Actually write correct crc
2023-03-14 23:42:41 -06:00
Liam
d7e9461b71
service: move hle_ipc from kernel
2023-03-01 10:39:49 -05:00
Liam
1c3a93e7c4
service: refactor server architecture
...
Converts services to have their own processes
2023-02-21 12:19:25 -05:00
german77
d19a30670f
service: mii: Copy only valid name bytes
2022-10-02 12:34:24 -05:00
german77
d08c8cf877
nfp: Multiple fixes against HW
2022-10-02 12:32:26 -05:00
german77
28792b26a5
service: nfp: Rewrite and implement applet calls
2022-10-02 12:32:26 -05:00
Narr the Reg
8c377e882e
core: nfp: Correct date and amiibo name
2022-09-07 01:04:00 -05:00
Narr the Reg
8301e770f9
core: nfp: Implement Convert and RecreateApplicationArea, accuracy fixes
2022-09-07 01:04:00 -05:00
german77
c7890ebccc
core: Replace all instances of ResultCode with Result
2022-06-26 20:21:37 -05:00
Liam
c1771c98f3
common: Change semantics of UNREACHABLE to unconditionally crash
2022-06-13 20:09:00 -04:00
Andrea Pappacoda
b2eb103829
chore: add missing SPDX tags
...
Follow-up to 2b87305d31
2022-04-28 18:24:11 +02:00
Morph
2b87305d31
general: Convert source file copyright comments over to SPDX
...
This formats all copyright comments according to SPDX formatting guidelines.
Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
2022-04-23 05:55:32 -04:00
Morph
6e2ff19bc7
service: Move mii enums and structs into its own file
...
Moves these into types.h, since other files also make use of these types.
2022-03-21 23:57:31 -04:00
Morph
e47b5e6a26
general: Rename NewUUID to UUID, and remove the previous UUID impl
...
This completes the removal of the old UUID implementation.
2022-02-05 13:56:21 -05:00
Morph
da3c2dc90c
service: Migrate to the new UUID implementation
2022-02-05 13:18:46 -05:00
ameerj
d27abf5546
core: Remove unused includes
2021-11-03 21:42:57 -04:00
Morph
fddd57db61
general: Remove MakeResult helpers
...
This is made obsolete by the presence of implicit constructors.
2021-11-02 17:23:19 -04:00
Morph
52fa30ab7d
service: Reduce header include overhead
2021-10-07 13:32:21 -04:00
Morph
d66442a4e1
service: Append service name prefix to common filenames
2021-07-14 02:09:14 -04:00