Docs: Added DS3 & DK3 to network graph
This commit is contained in:
parent
898fa203ad
commit
97b388747a
Binary file not shown.
Before Width: | Height: | Size: 246 KiB |
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 82 KiB |
Binary file not shown.
After Width: | Height: | Size: 526 KiB |
|
@ -69,6 +69,12 @@ flowchart LR
|
||||||
end
|
end
|
||||||
SNI <-- Various, depending on SNES device --> SMZ
|
SNI <-- Various, depending on SNES device --> SMZ
|
||||||
|
|
||||||
|
%% Donkey Kong Country 3
|
||||||
|
subgraph Donkey Kong Country 3
|
||||||
|
DK3[SNES]
|
||||||
|
end
|
||||||
|
SNI <-- Various, depending on SNES device --> DK3
|
||||||
|
|
||||||
%% Native Clients or Games
|
%% Native Clients or Games
|
||||||
%% Games or clients which compile to native or which the client is integrated in the game.
|
%% Games or clients which compile to native or which the client is integrated in the game.
|
||||||
subgraph "Native"
|
subgraph "Native"
|
||||||
|
@ -82,10 +88,12 @@ flowchart LR
|
||||||
MT[Meritous]
|
MT[Meritous]
|
||||||
TW[The Witness]
|
TW[The Witness]
|
||||||
SA2B[Sonic Adventure 2: Battle]
|
SA2B[Sonic Adventure 2: Battle]
|
||||||
|
DS3[Dark Souls 3]
|
||||||
|
|
||||||
APCLIENTPP <--> SOE
|
APCLIENTPP <--> SOE
|
||||||
APCLIENTPP <--> MT
|
APCLIENTPP <--> MT
|
||||||
APCLIENTPP <-- The Witness Randomizer --> TW
|
APCLIENTPP <-- The Witness Randomizer --> TW
|
||||||
|
APCLIENTPP <--> DS3
|
||||||
APCPP <--> SM64
|
APCPP <--> SM64
|
||||||
APCPP <--> V6
|
APCPP <--> V6
|
||||||
APCPP <--> SA2B
|
APCPP <--> SA2B
|
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 92 KiB |
Loading…
Reference in New Issue