Lioncash
|
88431cfbca
|
WC24PatchEngine: Make GetNetworkPatch() take a std::string_view
Makes it consistent with GetNetworkPatchByPayload()
|
2023-12-14 14:24:49 -05:00 |
|
Lioncash
|
fa70a8fd01
|
WC24PatchEngine: Make a few functions internally linked
These are only used within this translation unit, so we can remove the
IniFile dependency from the header.
|
2023-12-14 14:23:41 -05:00 |
|
Lioncash
|
79c84c98ed
|
WC24PatchEngine: Resolve -Wshadow warning
While not captured, we're definitely shadowing the result variable
outside the lambda.
|
2023-12-12 17:03:42 -05:00 |
|
Lioncash
|
b4b624b97b
|
WC24PatchEngine: Mark LoadPatches() as static
Resolves a -Wmissing-declaration warning, since no prototype existed for
the function.
|
2023-12-11 17:02:15 -05:00 |
|
Sketch
|
fdaa82f96d
|
Add Everybody Votes Channel and Region Select to WiiLink config
|
2023-09-03 15:56:02 -04:00 |
|
Sketch
|
f9f8e94e30
|
Add default support for WiiLink + configuration
|
2023-06-25 14:57:15 -04:00 |
|