Added hash identifiers for the m64p repos to the bizbox
This commit is contained in:
parent
02e9918e95
commit
b7ef61e0a2
File diff suppressed because it is too large
Load Diff
|
@ -50,5 +50,41 @@ namespace BizHawk.MultiClient
|
|||
linkLabel5.LinkVisited = true;
|
||||
System.Diagnostics.Process.Start("https://code.google.com/p/mupen64plus/");
|
||||
}
|
||||
|
||||
private void linkLabel6_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
|
||||
{
|
||||
linkLabel6.LinkVisited = true;
|
||||
System.Diagnostics.Process.Start("https://bitbucket.org/richard42/mupen64plus-core/");
|
||||
}
|
||||
|
||||
private void linkLabel7_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
|
||||
{
|
||||
linkLabel7.LinkVisited = true;
|
||||
System.Diagnostics.Process.Start("https://bitbucket.org/richard42/mupen64plus-rsp-hle/");
|
||||
}
|
||||
|
||||
private void linkLabel8_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
|
||||
{
|
||||
linkLabel8.LinkVisited = true;
|
||||
System.Diagnostics.Process.Start("https://bitbucket.org/richard42/mupen64plus-win32-deps/");
|
||||
}
|
||||
|
||||
private void linkLabel9_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
|
||||
{
|
||||
linkLabel9.LinkVisited = true;
|
||||
System.Diagnostics.Process.Start("https://bitbucket.org/richard42/mupen64plus-video-rice/");
|
||||
}
|
||||
|
||||
private void linkLabel10_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
|
||||
{
|
||||
linkLabel10.LinkVisited = true;
|
||||
System.Diagnostics.Process.Start("https://bitbucket.org/richard42/mupen64plus-video-glide64mk2");
|
||||
}
|
||||
|
||||
private void linkLabel11_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
|
||||
{
|
||||
linkLabel11.LinkVisited = true;
|
||||
System.Diagnostics.Process.Start("https://bitbucket.org/wahrhaft/mupen64plus-video-glide64/");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue