Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

64,206

Downloads of v 5.0.19548-dev:

42

Last Update:

06 Jun 2023

Package Maintainer(s):

Software Author(s):

  • Dolphin Emulator Project

Tags:

gaming emulator wii gamecube dolphin

Dolphin Emulator (Dev)

This is a prerelease version of Dolphin Emulator (Dev).

  • 1
  • 2
  • 3

5.0.19548-dev | Updated: 06 Jun 2023

Downloads:

64,206

Downloads of v 5.0.19548-dev:

42

Maintainer(s):

Software Author(s):

  • Dolphin Emulator Project

Dolphin Emulator (Dev) 5.0.19548-dev

This is a prerelease version of Dolphin Emulator (Dev).

Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Dolphin Emulator Project. The inclusion of Dolphin Emulator Project trademark(s), if any, upon this webpage is solely to identify Dolphin Emulator Project goods or services and not for commercial purposes.

  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Resulted in Flagged as a Note:

At least one file within this package has greater than 0 detections, but less than 5

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install Dolphin Emulator (Dev), run the following command from the command line or from PowerShell:

>

To upgrade Dolphin Emulator (Dev), run the following command from the command line or from PowerShell:

>

To uninstall Dolphin Emulator (Dev), run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade dolphin-dev -y --source="'INTERNAL REPO URL'" --version="'5.0.19548-dev'" --prerelease [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade dolphin-dev -y --source="'INTERNAL REPO URL'" --version="'5.0.19548-dev'" --prerelease
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install dolphin-dev
  win_chocolatey:
    name: dolphin-dev
    version: '5.0.19548-dev'
    source: INTERNAL REPO URL
    state: present
    allow_prerelease: yes

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'dolphin-dev' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '5.0.19548-dev'
  options  '--prerelease'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller dolphin-dev
{
    Name        = "dolphin-dev"
    Version     = "5.0.19548-dev"
    Source      = "INTERNAL REPO URL"
    chocoParams = "--prerelease"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'dolphin-dev':
  ensure          => '5.0.19548-dev',
  install_options => ['--prerelease'],
  provider        => 'chocolatey',
  source          => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

WARNING

This package is exempt from moderation. While it is likely safe for you, there is more risk involved.

Description

Dolphin is an emulator for running GameCube, Wii, and Triforce games on Windows, Linux, OS X, and recent Android devices.

It allows PC gamers to enjoy games for these two consoles in full HD (1080p) with several enhancements: compatibility with all PC controllers, turbo speed, networked multiplayer, and even more!

Package specific

Package Parameters

The following package parameters can be set:

  • /NOSTART - Do not add a start menu item
  • /DesktopIcon - Add a desktop shorcut

To pass parameters, use --params "''" (e.g. choco install packageID [other options] --params="'/ITEM:value /ITEM2:value2 /FLAG_BOOLEAN'").
To have choco remember parameters on upgrade, be sure to set choco feature enable -n=useRememberedArgumentsForUpgrades.

Please Note: This is an automatically updated package. If you find it is
out of date by more than a day or two, please contact the maintainer(s) and
let them know the package is no longer updating correctly.


legal\LICENSE.txt
From: https://raw.githubusercontent.com/dolphin-emu/dolphin/master/license.txt
------------------------------------
		    GNU GENERAL PUBLIC LICENSE
		       Version 2, June 1991

 Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 Everyone is permitted to copy and distribute verbatim copies
 of this license document, but changing it is not allowed.

			    Preamble

  The licenses for most software are designed to take away your
freedom to share and change it.  By contrast, the GNU General Public
License is intended to guarantee your freedom to share and change free
software--to make sure the software is free for all its users.  This
General Public License applies to most of the Free Software
Foundation's software and to any other program whose authors commit to
using it.  (Some other Free Software Foundation software is covered by
the GNU Lesser General Public License instead.)  You can apply it to
your programs, too.

  When we speak of free software, we are referring to freedom, not
price.  Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
this service if you wish), that you receive source code or can get it
if you want it, that you can change the software or use pieces of it
in new free programs; and that you know you can do these things.

  To protect your rights, we need to make restrictions that forbid
anyone to deny you these rights or to ask you to surrender the rights.
These restrictions translate to certain responsibilities for you if you
distribute copies of the software, or if you modify it.

  For example, if you distribute copies of such a program, whether
gratis or for a fee, you must give the recipients all the rights that
you have.  You must make sure that they, too, receive or can get the
source code.  And you must show them these terms so they know their
rights.

  We protect your rights with two steps: (1) copyright the software, and
(2) offer you this license which gives you legal permission to copy,
distribute and/or modify the software.

  Also, for each author's protection and ours, we want to make certain
that everyone understands that there is no warranty for this free
software.  If the software is modified by someone else and passed on, we
want its recipients to know that what they have is not the original, so
that any problems introduced by others will not reflect on the original
authors' reputations.

  Finally, any free program is threatened constantly by software
patents.  We wish to avoid the danger that redistributors of a free
program will individually obtain patent licenses, in effect making the
program proprietary.  To prevent this, we have made it clear that any
patent must be licensed for everyone's free use or not licensed at all.

  The precise terms and conditions for copying, distribution and
modification follow.

		    GNU GENERAL PUBLIC LICENSE
   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

  0. This License applies to any program or other work which contains
a notice placed by the copyright holder saying it may be distributed
under the terms of this General Public License.  The "Program", below,
refers to any such program or work, and a "work based on the Program"
means either the Program or any derivative work under copyright law:
that is to say, a work containing the Program or a portion of it,
either verbatim or with modifications and/or translated into another
language.  (Hereinafter, translation is included without limitation in
the term "modification".)  Each licensee is addressed as "you".

Activities other than copying, distribution and modification are not
covered by this License; they are outside its scope.  The act of
running the Program is not restricted, and the output from the Program
is covered only if its contents constitute a work based on the
Program (independent of having been made by running the Program).
Whether that is true depends on what the Program does.

  1. You may copy and distribute verbatim copies of the Program's
source code as you receive it, in any medium, provided that you
conspicuously and appropriately publish on each copy an appropriate
copyright notice and disclaimer of warranty; keep intact all the
notices that refer to this License and to the absence of any warranty;
and give any other recipients of the Program a copy of this License
along with the Program.

You may charge a fee for the physical act of transferring a copy, and
you may at your option offer warranty protection in exchange for a fee.

  2. You may modify your copy or copies of the Program or any portion
of it, thus forming a work based on the Program, and copy and
distribute such modifications or work under the terms of Section 1
above, provided that you also meet all of these conditions:

    a) You must cause the modified files to carry prominent notices
    stating that you changed the files and the date of any change.

    b) You must cause any work that you distribute or publish, that in
    whole or in part contains or is derived from the Program or any
    part thereof, to be licensed as a whole at no charge to all third
    parties under the terms of this License.

    c) If the modified program normally reads commands interactively
    when run, you must cause it, when started running for such
    interactive use in the most ordinary way, to print or display an
    announcement including an appropriate copyright notice and a
    notice that there is no warranty (or else, saying that you provide
    a warranty) and that users may redistribute the program under
    these conditions, and telling the user how to view a copy of this
    License.  (Exception: if the Program itself is interactive but
    does not normally print such an announcement, your work based on
    the Program is not required to print an announcement.)

These requirements apply to the modified work as a whole.  If
identifiable sections of that work are not derived from the Program,
and can be reasonably considered independent and separate works in
themselves, then this License, and its terms, do not apply to those
sections when you distribute them as separate works.  But when you
distribute the same sections as part of a whole which is a work based
on the Program, the distribution of the whole must be on the terms of
this License, whose permissions for other licensees extend to the
entire whole, and thus to each and every part regardless of who wrote it.

Thus, it is not the intent of this section to claim rights or contest
your rights to work written entirely by you; rather, the intent is to
exercise the right to control the distribution of derivative or
collective works based on the Program.

In addition, mere aggregation of another work not based on the Program
with the Program (or with a work based on the Program) on a volume of
a storage or distribution medium does not bring the other work under
the scope of this License.

  3. You may copy and distribute the Program (or a work based on it,
under Section 2) in object code or executable form under the terms of
Sections 1 and 2 above provided that you also do one of the following:

    a) Accompany it with the complete corresponding machine-readable
    source code, which must be distributed under the terms of Sections
    1 and 2 above on a medium customarily used for software interchange; or,

    b) Accompany it with a written offer, valid for at least three
    years, to give any third party, for a charge no more than your
    cost of physically performing source distribution, a complete
    machine-readable copy of the corresponding source code, to be
    distributed under the terms of Sections 1 and 2 above on a medium
    customarily used for software interchange; or,

    c) Accompany it with the information you received as to the offer
    to distribute corresponding source code.  (This alternative is
    allowed only for noncommercial distribution and only if you
    received the program in object code or executable form with such
    an offer, in accord with Subsection b above.)

The source code for a work means the preferred form of the work for
making modifications to it.  For an executable work, complete source
code means all the source code for all modules it contains, plus any
associated interface definition files, plus the scripts used to
control compilation and installation of the executable.  However, as a
special exception, the source code distributed need not include
anything that is normally distributed (in either source or binary
form) with the major components (compiler, kernel, and so on) of the
operating system on which the executable runs, unless that component
itself accompanies the executable.

If distribution of executable or object code is made by offering
access to copy from a designated place, then offering equivalent
access to copy the source code from the same place counts as
distribution of the source code, even though third parties are not
compelled to copy the source along with the object code.

  4. You may not copy, modify, sublicense, or distribute the Program
except as expressly provided under this License.  Any attempt
otherwise to copy, modify, sublicense or distribute the Program is
void, and will automatically terminate your rights under this License.
However, parties who have received copies, or rights, from you under
this License will not have their licenses terminated so long as such
parties remain in full compliance.

  5. You are not required to accept this License, since you have not
signed it.  However, nothing else grants you permission to modify or
distribute the Program or its derivative works.  These actions are
prohibited by law if you do not accept this License.  Therefore, by
modifying or distributing the Program (or any work based on the
Program), you indicate your acceptance of this License to do so, and
all its terms and conditions for copying, distributing or modifying
the Program or works based on it.

  6. Each time you redistribute the Program (or any work based on the
Program), the recipient automatically receives a license from the
original licensor to copy, distribute or modify the Program subject to
these terms and conditions.  You may not impose any further
restrictions on the recipients' exercise of the rights granted herein.
You are not responsible for enforcing compliance by third parties to
this License.

  7. If, as a consequence of a court judgment or allegation of patent
infringement or for any other reason (not limited to patent issues),
conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License.  If you cannot
distribute so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you
may not distribute the Program at all.  For example, if a patent
license would not permit royalty-free redistribution of the Program by
all those who receive copies directly or indirectly through you, then
the only way you could satisfy both it and this License would be to
refrain entirely from distribution of the Program.

If any portion of this section is held invalid or unenforceable under
any particular circumstance, the balance of the section is intended to
apply and the section as a whole is intended to apply in other
circumstances.

It is not the purpose of this section to induce you to infringe any
patents or other property right claims or to contest validity of any
such claims; this section has the sole purpose of protecting the
integrity of the free software distribution system, which is
implemented by public license practices.  Many people have made
generous contributions to the wide range of software distributed
through that system in reliance on consistent application of that
system; it is up to the author/donor to decide if he or she is willing
to distribute software through any other system and a licensee cannot
impose that choice.

This section is intended to make thoroughly clear what is believed to
be a consequence of the rest of this License.

  8. If the distribution and/or use of the Program is restricted in
certain countries either by patents or by copyrighted interfaces, the
original copyright holder who places the Program under this License
may add an explicit geographical distribution limitation excluding
those countries, so that distribution is permitted only in or among
countries not thus excluded.  In such case, this License incorporates
the limitation as if written in the body of this License.

  9. The Free Software Foundation may publish revised and/or new versions
of the General Public License from time to time.  Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.

Each version is given a distinguishing version number.  If the Program
specifies a version number of this License which applies to it and "any
later version", you have the option of following the terms and conditions
either of that version or of any later version published by the Free
Software Foundation.  If the Program does not specify a version number of
this License, you may choose any version ever published by the Free Software
Foundation.

  10. If you wish to incorporate parts of the Program into other free
programs whose distribution conditions are different, write to the author
to ask for permission.  For software which is copyrighted by the Free
Software Foundation, write to the Free Software Foundation; we sometimes
make exceptions for this.  Our decision will be guided by the two goals
of preserving the free status of all derivatives of our free software and
of promoting the sharing and reuse of software generally.

			    NO WARRANTY

  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
REPAIR OR CORRECTION.

  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGES.

		     END OF TERMS AND CONDITIONS

	    How to Apply These Terms to Your New Programs

  If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.

  To do so, attach the following notices to the program.  It is safest
to attach them to the start of each source file to most effectively
convey the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.

    <one line to give the program's name and a brief idea of what it does.>
    Copyright (C) <year>  <name of author>

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License along
    with this program; if not, write to the Free Software Foundation, Inc.,
    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

Also add information on how to contact you by electronic and paper mail.

If the program is interactive, make it output a short notice like this
when it starts in an interactive mode:

    Gnomovision version 69, Copyright (C) year name of author
    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
    This is free software, and you are welcome to redistribute it
    under certain conditions; type `show c' for details.

The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License.  Of course, the commands you use may
be called something other than `show w' and `show c'; they could even be
mouse-clicks or menu items--whatever suits your program.

You should also get your employer (if you work as a programmer) or your
school, if any, to sign a "copyright disclaimer" for the program, if
necessary.  Here is a sample; alter the names:

  Yoyodyne, Inc., hereby disclaims all copyright interest in the program
  `Gnomovision' (which makes passes at compilers) written by James Hacker.

  <signature of Ty Coon>, 1 April 1989
  Ty Coon, President of Vice

This General Public License does not permit incorporating your program into
proprietary programs.  If your program is a subroutine library, you may
consider it more useful to permit linking proprietary applications with the
library.  If this is what you want to do, use the GNU Lesser General
Public License instead of this License.
legal\VERIFICATION.txt
VERIFICATION

Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

Package can be verified like this:

1. Go to

   x64: https://dl.dolphin-emu.org/builds/92/55/dolphin-master-5.0-19548-x64.7z

   to download the zip.

2. You can use one of the following methods to obtain the SHA256 checksum:
   - Use powershell function 'Get-FileHash'
   - Use Chocolatey utility 'checksum.exe'

   checksum64: A92A701918FBA33FEA0B81EADA50AF02AEA1BDE5DF055E47D380FB7CC3A8DB19
tools\.skipautouninstall
 
tools\chocolateyinstall.ps1
$ErrorActionPreference = 'Stop'
$toolsDir 			   = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$pp                    = Get-PackageParameters
$shortcutName          = 'Dolphin Emulator (Dev).lnk'
$extractDir            = $(Get-ToolsLocation)
$extractedDir          = (Join-Path $extractDir 'Dolphin-x64')
$dolphinDir            = (Join-Path $extractDir 'Dolphin-Dev')
$exepath               = (Join-Path $dolphinDir 'Dolphin.exe')

$packageArgs = @{
  FileFullPath64 = Join-Path $toolsDir 'dolphin-master-5.0-19548-x64.7z'
  Destination    = $extractDir
  PackageName    = $env:ChocolateyPackageName
}

Get-ChocolateyUnzip @packageArgs

if (Test-Path $dolphinDir) {
    Remove-Process -PathFilter "$([System.Text.RegularExpressions.Regex]::escape($dolphinDir))" | Out-Null
} else {
    $null = New-Item -ItemType Directory -Path $dolphinDir
}

Get-Childitem -Path $extractedDir -Recurse -File | ForEach-Object {
    $dest = (Join-Path $dolphinDir $_.FullName.SubString($extractedDir.Length))
    if (!(Test-Path (Split-Path $dest))) { $null = New-Item -ItemType Directory -Path (Split-Path $dest) }
    [System.IO.File]::Copy($_.fullname, $dest, $true)
}

Remove-Item -Force -Recurse -Path $extractedDir
Remove-Item -Force -Path $toolsDir\*.7z

Install-BinFile -Name 'Dolphin-Dev' -Path $exepath -UseStart

if ($pp['desktopicon']) {
	$desktopicon = [System.IO.Path]::Combine(([System.Environment]::GetFolderPath("Desktop")), $shortcutName)
	Write-Host -ForegroundColor white 'Adding ' $desktopicon
	Install-ChocolateyShortcut -ShortcutFilePath $desktopicon -TargetPath $exepath  -RunAsAdmin
}

if (!$pp['nostart']) {
	$starticon = (Join-Path ([System.Environment]::GetFolderPath('Programs')) $shortcutName)
	Write-Host -ForegroundColor white 'Adding ' $starticon
	Install-ChocolateyShortcut -ShortcutFilePath $starticon -TargetPath $exepath  -RunAsAdmin
}

$env:ChocolateyPackageInstallLocation = $dolphinDir
tools\chocolateyuninstall.ps1
$ErrorActionPreference = 'Stop';
$toolsDir 			   = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$dolphinDir            = (Join-Path $(Get-ToolsLocation) Dolphin-Dev)
$exepath               = (Join-Path $dolphinDir Dolphin.exe)
$shortcutName          = 'Dolphin Emulator (Dev).lnk'
$desktopicon           = [System.IO.Path]::Combine(([System.Environment]::GetFolderPath("Desktop")), $shortcutName)
$starticon             = (Join-Path ([System.Environment]::GetFolderPath('Programs')) $shortcutName)


if (Test-Path $desktopicon) {
	Remove-Item $desktopicon
	Write-Host -ForegroundColor white 'Removed ' $desktopicon
} else {
	Write-Host -ForegroundColor yellow 'Did not find ' $desktopicon 'to remove'
}

if (Test-Path $starticon) {
	Remove-Item $starticon
	Write-Host -ForegroundColor white 'Removed ' $starticon
} else {
	Write-Host -ForegroundColor yellow 'Did not find ' $starticon 'to remove'
}

Uninstall-BinFile -Name 'Dolphin-Dev' -Path $exepath

Write-Host -ForegroundColor red "Not removing $dolphinDir so as to not remove user data, it can be removed manually"
tools\dolphin-master-5.0-19548-x64.7z
md5: 3A11A74246AF7868E5082AAAE2E16832 | sha1: 7C9C4AC534D91D0FB3121115BBC423B375BD2F8D | sha256: A92A701918FBA33FEA0B81EADA50AF02AEA1BDE5DF055E47D380FB7CC3A8DB19 | sha512: 4A799A7DE1A1E2F043CF6F30422D4DC5569A472957691E356A940373F8211CDB6A2A2441B5AAEBF32751680F0CEA6B0205D2495E71BA81E22118C8EEB133AEFC

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
Dolphin Emulator (Dev) 2409.313.0-dev 6 Wednesday, November 20, 2024 Exempted
Dolphin Emulator (Dev) 2409.311.0-dev 10 Monday, November 18, 2024 Exempted
Dolphin Emulator (Dev) 2409.309.0-dev 11 Saturday, November 16, 2024 Exempted
Dolphin Emulator (Dev) 2409.307.0-dev 10 Friday, November 15, 2024 Exempted
Dolphin Emulator (Dev) 2409.305.0-dev 12 Tuesday, November 12, 2024 Exempted
Dolphin Emulator (Dev) 2409.303.0-dev 13 Monday, November 11, 2024 Exempted
Dolphin Emulator (Dev) 2409.301.0-dev 16 Sunday, November 10, 2024 Exempted
Dolphin Emulator (Dev) 2409.298.0-dev 15 Saturday, November 9, 2024 Exempted
Dolphin Emulator (Dev) 2409.292.0-dev 14 Wednesday, November 6, 2024 Exempted
Dolphin Emulator (Dev) 2409.290.0-dev 11 Tuesday, November 5, 2024 Exempted
Dolphin Emulator (Dev) 2409.288.0-dev 13 Monday, November 4, 2024 Exempted
Dolphin Emulator (Dev) 2409.279.0-dev 10 Sunday, November 3, 2024 Exempted
Dolphin Emulator (Dev) 2409.271.0-dev 12 Friday, November 1, 2024 Exempted
Dolphin Emulator (Dev) 2409.262.0-dev 10 Wednesday, October 30, 2024 Exempted
Dolphin Emulator (Dev) 2409.233.0-dev 11 Saturday, October 26, 2024 Exempted
Dolphin Emulator (Dev) 2409.231.0-dev 11 Friday, October 25, 2024 Exempted
Dolphin Emulator (Dev) 2409.218.0-dev 13 Wednesday, October 23, 2024 Exempted
Dolphin Emulator (Dev) 2409.216.0-dev 13 Monday, October 21, 2024 Exempted
Dolphin Emulator (Dev) 2409.205.0-dev 19 Sunday, October 20, 2024 Exempted
Dolphin Emulator (Dev) 2409.197.0-dev 12 Saturday, October 19, 2024 Exempted
Dolphin Emulator (Dev) 2409.192.0-dev 10 Friday, October 18, 2024 Exempted
Dolphin Emulator (Dev) 2409.189.0-dev 12 Thursday, October 17, 2024 Exempted
Dolphin Emulator (Dev) 2409.183.0-dev 12 Wednesday, October 16, 2024 Exempted
Dolphin Emulator (Dev) 2409.179.0-dev 12 Tuesday, October 15, 2024 Exempted
Dolphin Emulator (Dev) 2409.157.0-dev 11 Monday, October 14, 2024 Exempted
Dolphin Emulator (Dev) 2409.152.0-dev 10 Sunday, October 13, 2024 Exempted
Dolphin Emulator (Dev) 2409.148.0-dev 14 Saturday, October 12, 2024 Exempted
Dolphin Emulator (Dev) 2409.119.0-dev 14 Friday, October 11, 2024 Exempted
Dolphin Emulator (Dev) 2409.115.0-dev 12 Wednesday, October 9, 2024 Exempted
Dolphin Emulator (Dev) 2409.112.0-dev 12 Monday, October 7, 2024 Exempted
Dolphin Emulator (Dev) 2409.108.0-dev 12 Sunday, October 6, 2024 Exempted
Dolphin Emulator (Dev) 2409.100.0-dev 13 Saturday, October 5, 2024 Exempted
Dolphin Emulator (Dev) 2409.92.0-dev 12 Friday, October 4, 2024 Exempted
Dolphin Emulator (Dev) 2409.86.0-dev 13 Thursday, October 3, 2024 Exempted
Dolphin Emulator (Dev) 2409.78.0-dev 15 Tuesday, October 1, 2024 Exempted
Dolphin Emulator (Dev) 2409.69.0-dev 14 Sunday, September 29, 2024 Exempted
Dolphin Emulator (Dev) 2409.65.0-dev 14 Friday, September 27, 2024 Exempted
Dolphin Emulator (Dev) 2409.52.0-dev 16 Thursday, September 26, 2024 Exempted
Dolphin Emulator (Dev) 2409.48.0-dev 11 Wednesday, September 25, 2024 Exempted
Dolphin Emulator (Dev) 2409.45.0-dev 17 Monday, September 23, 2024 Exempted
Dolphin Emulator (Dev) 2409.41.0-dev 14 Sunday, September 22, 2024 Exempted
Dolphin Emulator (Dev) 2409.37.0-dev 18 Tuesday, September 17, 2024 Exempted
Dolphin Emulator (Dev) 2409.32.0-dev 13 Monday, September 16, 2024 Exempted
Dolphin Emulator (Dev) 2409.30.0-dev 23 Sunday, September 8, 2024 Exempted
Dolphin Emulator (Dev) 2409.19.0-dev 13 Saturday, September 7, 2024 Exempted
Dolphin Emulator (Dev) 2409.1.0-dev 16 Wednesday, September 4, 2024 Exempted
Dolphin Emulator (Dev) 2407.279.0-dev 17 Monday, September 2, 2024 Exempted
Dolphin Emulator (Dev) 2407.277.0-dev 13 Sunday, September 1, 2024 Exempted
Dolphin Emulator (Dev) 2407.276.0-dev 17 Saturday, August 31, 2024 Exempted
Dolphin Emulator (Dev) 2407.264.0-dev 18 Wednesday, August 28, 2024 Exempted
Dolphin Emulator (Dev) 2407.260.0-dev 13 Tuesday, August 27, 2024 Exempted
Dolphin Emulator (Dev) 2407.258.0-dev 14 Sunday, August 25, 2024 Exempted
Dolphin Emulator (Dev) 2407.253.0-dev 15 Saturday, August 24, 2024 Exempted
Dolphin Emulator (Dev) 2407.251.0-dev 16 Friday, August 23, 2024 Exempted
Dolphin Emulator (Dev) 2407.247.0-dev 13 Wednesday, August 21, 2024 Exempted
Dolphin Emulator (Dev) 2407.240.0-dev 16 Monday, August 19, 2024 Exempted
Dolphin Emulator (Dev) 2407.238.0-dev 15 Sunday, August 18, 2024 Exempted
Dolphin Emulator (Dev) 2407.221.0-dev 19 Saturday, August 17, 2024 Exempted
Dolphin Emulator (Dev) 2407.202.0-dev 15 Friday, August 16, 2024 Exempted
Dolphin Emulator (Dev) 2407.195.0-dev 16 Thursday, August 15, 2024 Exempted
Dolphin Emulator (Dev) 2407.191.0-dev 18 Wednesday, August 14, 2024 Exempted
Dolphin Emulator (Dev) 2407.183.0-dev 13 Tuesday, August 13, 2024 Exempted
Dolphin Emulator (Dev) 2407.177.0-dev 14 Monday, August 12, 2024 Exempted
Dolphin Emulator (Dev) 2407.175.0-dev 17 Sunday, August 11, 2024 Exempted
Dolphin Emulator (Dev) 2407.171.0-dev 20 Saturday, August 10, 2024 Exempted
Dolphin Emulator (Dev) 2407.167.0-dev 14 Friday, August 9, 2024 Exempted
Dolphin Emulator (Dev) 2407.165.0-dev 16 Thursday, August 8, 2024 Exempted
Dolphin Emulator (Dev) 2407.150.0-dev 17 Wednesday, August 7, 2024 Exempted
Dolphin Emulator (Dev) 2407.136.0-dev 16 Monday, August 5, 2024 Exempted
Dolphin Emulator (Dev) 2407.130.0-dev 14 Sunday, August 4, 2024 Exempted
Dolphin Emulator (Dev) 2407.119.0-dev 19 Saturday, August 3, 2024 Exempted
Dolphin Emulator (Dev) 2407.117.0-dev 19 Thursday, August 1, 2024 Exempted
Dolphin Emulator (Dev) 2407.115.0-dev 20 Tuesday, July 30, 2024 Exempted
Dolphin Emulator (Dev) 2407.111.0-dev 17 Monday, July 29, 2024 Exempted
Dolphin Emulator (Dev) 2407.105.0-dev 17 Sunday, July 28, 2024 Exempted
Dolphin Emulator (Dev) 2407.103.0-dev 24 Wednesday, July 24, 2024 Exempted
Dolphin Emulator (Dev) 2407.88.0-dev 16 Tuesday, July 23, 2024 Exempted
Dolphin Emulator (Dev) 2407.82.0-dev 17 Monday, July 22, 2024 Exempted
Dolphin Emulator (Dev) 2407.78.0-dev 20 Saturday, July 20, 2024 Exempted
Dolphin Emulator (Dev) 2407.76.0-dev 18 Friday, July 19, 2024 Exempted
Dolphin Emulator (Dev) 2407.68.0-dev 16 Tuesday, July 16, 2024 Exempted
Dolphin Emulator (Dev) 2407.59.0-dev 17 Monday, July 15, 2024 Exempted
Dolphin Emulator (Dev) 2407.55.0-dev 22 Sunday, July 14, 2024 Exempted
Dolphin Emulator (Dev) 2407.43.0-dev 20 Friday, July 12, 2024 Exempted
Dolphin Emulator (Dev) 2407.39.0-dev 16 Wednesday, July 10, 2024 Exempted
Dolphin Emulator (Dev) 2407.37.0-dev 17 Tuesday, July 9, 2024 Exempted
Dolphin Emulator (Dev) 2407.34.0-dev 16 Monday, July 8, 2024 Exempted
Dolphin Emulator (Dev) 2407.26.0-dev 19 Saturday, July 6, 2024 Exempted
Dolphin Emulator (Dev) 2407.17.0-dev 18 Friday, July 5, 2024 Exempted
Dolphin Emulator (Dev) 2407.7.0-dev 19 Thursday, July 4, 2024 Exempted
Dolphin Emulator (Dev) 2407.5.0-dev 19 Wednesday, July 3, 2024 Exempted
Dolphin Emulator (Dev) 2407.3.0-dev 20 Tuesday, July 2, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21802-dev 18 Monday, July 1, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21798-dev 18 Sunday, June 30, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21785-dev 21 Friday, June 28, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21779-dev 17 Thursday, June 27, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21774-dev 19 Tuesday, June 25, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21770-dev 20 Monday, June 24, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21766-dev 17 Sunday, June 23, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21746-dev 18 Saturday, June 22, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21744-dev 17 Saturday, June 22, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21738-dev 16 Friday, June 21, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21736-dev 19 Thursday, June 20, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21734-dev 22 Wednesday, June 19, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21717-dev 19 Sunday, June 16, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21712-dev 21 Saturday, June 15, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21687-dev 18 Thursday, June 13, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21685-dev 23 Wednesday, June 12, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21681-dev 19 Tuesday, June 11, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21673-dev 18 Monday, June 10, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21666-dev 23 Saturday, June 8, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21664-dev 19 Friday, June 7, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21662-dev 19 Thursday, June 6, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21656-dev 23 Wednesday, June 5, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21646-dev 20 Sunday, June 2, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21637-dev 18 Friday, May 31, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21610-dev 26 Thursday, May 30, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21606-dev 20 Wednesday, May 29, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21604-dev 31 Sunday, May 26, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21593-dev 31 Friday, May 24, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21586-dev 21 Thursday, May 23, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21582-dev 24 Wednesday, May 22, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21555-dev 36 Monday, May 20, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21551-dev 28 Saturday, May 18, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21543-dev 26 Tuesday, May 14, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21541-dev 24 Friday, May 10, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21539-dev 30 Wednesday, May 8, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21536-dev 29 Monday, May 6, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21534-dev 27 Sunday, May 5, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21529-dev 23 Saturday, May 4, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21506-dev 22 Friday, May 3, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21502-dev 32 Thursday, May 2, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21496-dev 24 Wednesday, May 1, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21464-dev 25 Tuesday, April 30, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21459-dev 28 Sunday, April 28, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21453-dev 33 Monday, April 22, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21439-dev 29 Sunday, April 21, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21435-dev 21 Saturday, April 20, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21418-dev 20 Saturday, April 20, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21401-dev 27 Thursday, April 18, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21395-dev 24 Wednesday, April 17, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21383-dev 22 Monday, April 15, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21379-dev 23 Sunday, April 14, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21375-dev 24 Saturday, April 13, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21333-dev 30 Friday, April 12, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21329-dev 25 Thursday, April 11, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21325-dev 26 Tuesday, April 9, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21317-dev 39 Monday, April 8, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21315-dev 20 Sunday, April 7, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21313-dev 31 Saturday, April 6, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21311-dev 26 Friday, April 5, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21303-dev 25 Tuesday, April 2, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21301-dev 24 Monday, April 1, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21297-dev 22 Sunday, March 31, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21280-dev 22 Saturday, March 30, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21278-dev 21 Friday, March 29, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21268-dev 22 Thursday, March 28, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21264-dev 23 Tuesday, March 26, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21261-dev 27 Friday, March 22, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21234-dev 24 Thursday, March 21, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21222-dev 32 Sunday, March 17, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21212-dev 38 Friday, March 15, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21202-dev 28 Wednesday, March 13, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21200-dev 29 Tuesday, March 12, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21182-dev 28 Sunday, March 10, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21174-dev 34 Tuesday, March 5, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21172-dev 26 Monday, March 4, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21164-dev 27 Saturday, March 2, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21152-dev 30 Wednesday, February 28, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21150-dev 23 Tuesday, February 27, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21148-dev 37 Wednesday, February 21, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21140-dev 32 Monday, February 19, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21129-dev 24 Sunday, February 18, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21121-dev 32 Saturday, February 17, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21116-dev 34 Wednesday, February 14, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21114-dev 29 Tuesday, February 13, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21108-dev 36 Monday, February 12, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21094-dev 37 Thursday, February 8, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21092-dev 27 Thursday, February 8, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21090-dev 26 Wednesday, February 7, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21088-dev 30 Monday, February 5, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21084-dev 32 Saturday, February 3, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21066-dev 31 Friday, February 2, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21061-dev 32 Thursday, February 1, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21044-dev 29 Wednesday, January 31, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21039-dev 28 Tuesday, January 30, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21035-dev 32 Sunday, January 28, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21021-dev 40 Saturday, January 27, 2024 Exempted
Dolphin Emulator (Dev) 5.0.21017-dev 29 Friday, January 26, 2024 Exempted
Dolphin Emulator (Dev) 5.0.20996-dev 29 Thursday, January 25, 2024 Exempted
Dolphin Emulator (Dev) 5.0.20994-dev 29 Wednesday, January 24, 2024 Exempted
Dolphin Emulator (Dev) 5.0.20969-dev 28 Monday, January 22, 2024 Exempted
Dolphin Emulator (Dev) 5.0.20967-dev 29 Sunday, January 21, 2024 Exempted
Dolphin Emulator (Dev) 5.0.20961-dev 27 Sunday, January 21, 2024 Exempted
Dolphin Emulator (Dev) 5.0.20959-dev 28 Saturday, January 20, 2024 Exempted
Dolphin Emulator (Dev) 5.0.20957-dev 34 Thursday, January 18, 2024 Exempted
Dolphin Emulator (Dev) 5.0.20950-dev 34 Tuesday, January 16, 2024 Exempted
Dolphin Emulator (Dev) 5.0.20943-dev 33 Sunday, January 14, 2024 Exempted
Dolphin Emulator (Dev) 5.0.20941-dev 36 Saturday, January 13, 2024 Exempted
Dolphin Emulator (Dev) 5.0.20931-dev 39 Friday, January 12, 2024 Exempted
Dolphin Emulator (Dev) 5.0.20923-dev 40 Thursday, January 11, 2024 Exempted
Dolphin Emulator (Dev) 5.0.20921-dev 35 Wednesday, January 10, 2024 Exempted
Dolphin Emulator (Dev) 5.0.20919-dev 34 Tuesday, January 9, 2024 Exempted
Dolphin Emulator (Dev) 5.0.20916-dev 29 Monday, January 8, 2024 Exempted
Dolphin Emulator (Dev) 5.0.20903-dev 34 Sunday, January 7, 2024 Exempted
Dolphin Emulator (Dev) 5.0.20897-dev 36 Saturday, January 6, 2024 Exempted
Dolphin Emulator (Dev) 5.0.20893-dev 34 Friday, January 5, 2024 Exempted
Dolphin Emulator (Dev) 5.0.20880-dev 29 Tuesday, January 2, 2024 Exempted
Dolphin Emulator (Dev) 5.0.20874-dev 43 Monday, January 1, 2024 Exempted
Dolphin Emulator (Dev) 5.0.20867-dev 25 Monday, January 1, 2024 Exempted
Dolphin Emulator (Dev) 5.0.20865-dev 36 Saturday, December 30, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20852-dev 43 Friday, December 29, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20847-dev 32 Thursday, December 28, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20842-dev 32 Monday, December 25, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20840-dev 31 Saturday, December 23, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20836-dev 39 Friday, December 22, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20826-dev 41 Thursday, December 21, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20822-dev 39 Wednesday, December 20, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20814-dev 33 Tuesday, December 19, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20785-dev 27 Monday, December 18, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20760-dev 31 Sunday, December 17, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20754-dev 31 Saturday, December 16, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20748-dev 30 Saturday, December 16, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20734-dev 33 Friday, December 15, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20728-dev 35 Thursday, December 14, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20714-dev 39 Wednesday, December 13, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20657-dev 37 Tuesday, December 12, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20621-dev 33 Monday, December 11, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20611-dev 33 Sunday, December 10, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20582-dev 31 Saturday, December 9, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20571-dev 33 Friday, December 8, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20562-dev 34 Thursday, December 7, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20560-dev 28 Wednesday, December 6, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20555-dev 28 Tuesday, December 5, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20535-dev 36 Monday, December 4, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20525-dev 33 Sunday, December 3, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20517-dev 33 Saturday, December 2, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20507-dev 30 Friday, December 1, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20495-dev 35 Thursday, November 30, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20487-dev 36 Wednesday, November 29, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20446-dev 37 Tuesday, November 28, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20400-dev 37 Monday, November 27, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20383-dev 36 Sunday, November 26, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20368-dev 36 Saturday, November 25, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20360-dev 35 Friday, November 24, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20358-dev 31 Thursday, November 23, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20351-dev 41 Tuesday, November 21, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20347-dev 39 Friday, November 17, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20345-dev 29 Thursday, November 16, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20344-dev 37 Wednesday, November 15, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20339-dev 38 Monday, November 13, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20327-dev 35 Sunday, November 12, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20318-dev 41 Saturday, November 11, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20314-dev 36 Thursday, November 9, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20309-dev 39 Wednesday, November 8, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20306-dev 33 Monday, November 6, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20303-dev 37 Sunday, November 5, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20292-dev 33 Sunday, November 5, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20290-dev 36 Saturday, November 4, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20288-dev 30 Friday, November 3, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20281-dev 33 Thursday, November 2, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20279-dev 31 Wednesday, November 1, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20263-dev 35 Monday, October 30, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20259-dev 43 Saturday, October 28, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20241-dev 43 Thursday, October 26, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20240-dev 55 Thursday, October 19, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20237-dev 43 Tuesday, October 17, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20229-dev 48 Monday, October 16, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20223-dev 36 Sunday, October 15, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20215-dev 52 Saturday, October 14, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20211-dev 55 Wednesday, October 11, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20207-dev 45 Tuesday, October 10, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20196-dev 33 Sunday, October 8, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20193-dev 34 Friday, October 6, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20191-dev 462 Wednesday, October 4, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20186-dev 40 Tuesday, October 3, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20184-dev 484 Sunday, October 1, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20166-dev 596 Saturday, September 30, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20164-dev 36 Friday, September 29, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20144-dev 562 Monday, September 25, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20142-dev 581 Sunday, September 24, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20130-dev 484 Friday, September 22, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20128-dev 38 Wednesday, September 20, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20126-dev 207 Sunday, September 17, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20124-dev 271 Saturday, September 16, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20122-dev 63 Tuesday, September 12, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20116-dev 165 Sunday, September 10, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20109-dev 37 Saturday, September 9, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20107-dev 43 Thursday, September 7, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20101-dev 37 Wednesday, September 6, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20097-dev 38 Tuesday, September 5, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20088-dev 54 Monday, September 4, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20076-dev 53 Sunday, September 3, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20065-dev 38 Saturday, September 2, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20059-dev 35 Wednesday, August 30, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20050-dev 43 Tuesday, August 29, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20039-dev 55 Sunday, August 27, 2023 Exempted
Dolphin Emulator (Dev) 5.0.20035-dev 47 Saturday, August 26, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19980-dev 47 Wednesday, August 23, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19978-dev 39 Tuesday, August 22, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19976-dev 47 Tuesday, August 22, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19961-dev 44 Monday, August 21, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19958-dev 46 Sunday, August 20, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19955-dev 39 Saturday, August 19, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19933-dev 47 Friday, August 18, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19918-dev 46 Wednesday, August 16, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19903-dev 40 Monday, August 14, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19899-dev 41 Sunday, August 13, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19874-dev 43 Friday, August 11, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19868-dev 44 Thursday, August 10, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19866-dev 41 Wednesday, August 9, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19864-dev 51 Wednesday, August 2, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19863-dev 47 Monday, July 31, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19859-dev 39 Saturday, July 29, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19844-dev 41 Friday, July 28, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19842-dev 47 Thursday, July 27, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19836-dev 45 Wednesday, July 26, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19835-dev 50 Monday, July 24, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19817-dev 40 Saturday, July 22, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19808-dev 48 Thursday, July 20, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19804-dev 47 Monday, July 17, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19795-dev 41 Wednesday, July 12, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19791-dev 46 Tuesday, July 11, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19789-dev 43 Monday, July 10, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19787-dev 39 Sunday, July 9, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19778-dev 42 Saturday, July 8, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19776-dev 37 Monday, July 3, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19764-dev 40 Saturday, July 1, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19751-dev 36 Friday, June 30, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19738-dev 35 Wednesday, June 28, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19729-dev 35 Monday, June 26, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19722-dev 39 Sunday, June 25, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19720-dev 49 Saturday, June 24, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19718-dev 40 Friday, June 23, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19708-dev 47 Thursday, June 22, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19706-dev 38 Wednesday, June 21, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19700-dev 36 Tuesday, June 20, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19693-dev 43 Monday, June 19, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19689-dev 40 Sunday, June 18, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19678-dev 38 Saturday, June 17, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19652-dev 40 Thursday, June 15, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19649-dev 44 Wednesday, June 14, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19641-dev 40 Tuesday, June 13, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19638-dev 38 Tuesday, June 13, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19623-dev 37 Monday, June 12, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19608-dev 36 Sunday, June 11, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19601-dev 43 Saturday, June 10, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19597-dev 45 Friday, June 9, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19562-dev 43 Thursday, June 8, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19552-dev 47 Wednesday, June 7, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19548-dev 42 Tuesday, June 6, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19513-dev 33 Tuesday, June 6, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19503-dev 35 Monday, June 5, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19501-dev 45 Sunday, June 4, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19499-dev 35 Saturday, June 3, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19476-dev 35 Friday, June 2, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19474-dev 514 Friday, June 2, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19465-dev 40 Wednesday, May 31, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19463-dev 39 Tuesday, May 30, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19459-dev 40 Monday, May 29, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19444-dev 40 Sunday, May 28, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19433-dev 39 Saturday, May 27, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19431-dev 41 Wednesday, May 24, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19424-dev 46 Tuesday, May 23, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19415-dev 35 Sunday, May 21, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19401-dev 40 Friday, May 19, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19385-dev 40 Wednesday, May 17, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19377-dev 37 Tuesday, May 16, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19372-dev 36 Sunday, May 14, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19370-dev 41 Saturday, May 13, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19368-dev 38 Friday, May 12, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19365-dev 36 Thursday, May 11, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19363-dev 44 Wednesday, May 10, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19358-dev 34 Sunday, May 7, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19353-dev 41 Wednesday, May 3, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19345-dev 41 Tuesday, May 2, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19343-dev 38 Monday, May 1, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19338-dev 41 Sunday, April 30, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19325-dev 43 Saturday, April 29, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19316-dev 51 Friday, April 28, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19306-dev 48 Wednesday, April 26, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19295-dev 50 Tuesday, April 25, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19280-dev 36 Monday, April 24, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19277-dev 45 Sunday, April 23, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19266-dev 39 Friday, April 21, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19264-dev 51 Thursday, April 20, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19260-dev 30 Wednesday, April 19, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19245-dev 39 Tuesday, April 18, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19229-dev 40 Saturday, April 15, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19227-dev 45 Friday, April 14, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19215-dev 40 Thursday, April 13, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19211-dev 37 Wednesday, April 12, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19200-dev 39 Tuesday, April 11, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19188-dev 41 Monday, April 10, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19186-dev 44 Sunday, April 9, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19180-dev 41 Saturday, April 8, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19176-dev 38 Friday, April 7, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19159-dev 37 Thursday, April 6, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19156-dev 43 Wednesday, April 5, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19141-dev 41 Tuesday, April 4, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19133-dev 39 Monday, April 3, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19129-dev 39 Sunday, April 2, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19124-dev 38 Saturday, April 1, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19122-dev 49 Thursday, March 30, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19112-dev 39 Wednesday, March 29, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19109-dev 35 Tuesday, March 28, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19100-dev 39 Monday, March 27, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19097-dev 46 Sunday, March 26, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19093-dev 56 Saturday, March 25, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19087-dev 51 Friday, March 24, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19082-dev 42 Thursday, March 23, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19077-dev 41 Wednesday, March 22, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19072-dev 41 Tuesday, March 21, 2023 Exempted
Dolphin Emulator (Dev) 5.0.19055-dev 48 Sunday, March 19, 2023 Exempted
Dolphin Emulator (Dev) 5.0.18999-dev 38 Saturday, March 18, 2023 Exempted
Dolphin Emulator (Dev) 5.0.18995-dev 40 Friday, March 17, 2023 Exempted
Dolphin Emulator (Dev) 5.0.18988-dev 43 Thursday, March 16, 2023 Exempted
Dolphin Emulator (Dev) 5.0.18973-dev 40 Wednesday, March 15, 2023 Exempted
Dolphin Emulator (Dev) 5.0.18962-dev 43 Tuesday, March 14, 2023 Exempted
Dolphin Emulator (Dev) 5.0.18938-dev 42 Monday, March 13, 2023 Exempted
Dolphin Emulator (Dev) 5.0.18931-dev 42 Sunday, March 12, 2023 Exempted
Dolphin Emulator (Dev) 5.0.18920-dev 42 Saturday, March 11, 2023 Exempted
Dolphin Emulator (Dev) 5.0.18869-dev 43 Friday, March 10, 2023 Exempted
Dolphin Emulator (Dev) 5.0.18867-dev 40 Thursday, March 9, 2023 Exempted
Dolphin Emulator (Dev) 5.0.18846-dev 45 Wednesday, March 8, 2023 Exempted
Dolphin Emulator (Dev) 5.0.18822-dev 40 Tuesday, March 7, 2023 Exempted
Dolphin Emulator (Dev) 5.0.18820-dev 40 Monday, March 6, 2023 Exempted
Dolphin Emulator (Dev) 5.0.18818-dev 41 Sunday, March 5, 2023 Exempted
Dolphin Emulator (Dev) 5.0.18813-dev 42 Saturday, March 4, 2023 Exempted
Dolphin Emulator (Dev) 5.0.18809-dev 38 Friday, March 3, 2023 Exempted
Dolphin Emulator (Dev) 5.0.18807-dev 36 Friday, March 3, 2023 Exempted
Dolphin Emulator (Dev) 5.0.18754-dev 39 Wednesday, March 1, 2023 Exempted
Dolphin Emulator (Dev) 5.0.18748-dev 46 Tuesday, February 28, 2023 Exempted
Dolphin Emulator (Dev) 5.0.18745-dev 56 Monday, February 27, 2023 Exempted
Dolphin Emulator (Dev) 5.0.18731-dev 48 Sunday, February 26, 2023 Exempted
Dolphin Emulator (Dev) 5.0.18725-dev 41 Saturday, February 25, 2023 Exempted
Dolphin Emulator (Dev) 5.0.18718-dev 44 Thursday, February 23, 2023 Exempted
Dolphin Emulator (Dev) 5.0.18714-dev 45 Tuesday, February 21, 2023 Exempted
Dolphin Emulator (Dev) 5.0.18707-dev 42 Monday, February 20, 2023 Exempted
Dolphin Emulator (Dev) 5.0.18700-dev 45 Sunday, February 19, 2023 Exempted
Dolphin Emulator (Dev) 5.0.18698-dev 50 Saturday, February 18, 2023 Exempted
Dolphin Emulator (Dev) 5.0.18685-dev 38 Friday, February 17, 2023 Exempted
Dolphin Emulator (Dev) 5.0.18681-dev 40 Thursday, February 16, 2023 Exempted
Dolphin Emulator (Dev) 5.0.18672-dev 47 Wednesday, February 15, 2023 Exempted
Dolphin Emulator (Dev) 5.0.18663-dev 42 Tuesday, February 14, 2023 Exempted
Dolphin Emulator (Dev) 5.0.18628-dev 45 Sunday, February 12, 2023 Exempted
Dolphin Emulator (Dev) 5.0.18626-dev 46 Saturday, February 11, 2023 Exempted
Dolphin Emulator (Dev) 5.0.18591-dev 43 Thursday, February 9, 2023 Exempted
Dolphin Emulator (Dev) 5.0.18515-dev 39 Tuesday, February 7, 2023 Exempted
Dolphin Emulator (Dev) 5.0.18505-dev 44 Sunday, February 5, 2023 Exempted
Dolphin Emulator (Dev) 5.0.18501-dev 46 Saturday, February 4, 2023 Exempted
Dolphin Emulator (Dev) 5.0.18498-dev 53 Friday, February 3, 2023 Exempted
Dolphin Emulator (Dev) 5.0.18497-dev 42 Thursday, February 2, 2023 Exempted
Dolphin Emulator (Dev) 5.0.18485-dev 44 Tuesday, January 31, 2023 Exempted
Dolphin Emulator (Dev) 5.0.18454-dev 44 Monday, January 30, 2023 Exempted
Dolphin Emulator (Dev) 5.0.18426-dev 38 Sunday, January 29, 2023 Exempted
Dolphin Emulator (Dev) 5.0.18407-dev 56 Saturday, January 28, 2023 Exempted
Dolphin Emulator (Dev) 5.0.18358-dev 51 Friday, January 27, 2023 Exempted
Dolphin Emulator (Dev) 5.0.18349-dev 41 Thursday, January 26, 2023 Exempted
Dolphin Emulator (Dev) 5.0.18336-dev 41 Tuesday, January 24, 2023 Exempted
Dolphin Emulator (Dev) 5.0.18291-dev 46 Monday, January 23, 2023 Exempted
Dolphin Emulator (Dev) 5.0.18281-dev 41 Sunday, January 22, 2023 Exempted
Dolphin Emulator (Dev) 5.0.18279-dev 46 Saturday, January 21, 2023 Exempted
Dolphin Emulator (Dev) 5.0.18275-dev 43 Friday, January 20, 2023 Exempted
Dolphin Emulator (Dev) 5.0.18273-dev 42 Thursday, January 19, 2023 Exempted
Dolphin Emulator (Dev) 5.0.18269-dev 40 Wednesday, January 18, 2023 Exempted
Dolphin Emulator (Dev) 5.0.18246-dev 46 Monday, January 16, 2023 Exempted
Dolphin Emulator (Dev) 5.0.18234-dev 39 Sunday, January 15, 2023 Exempted
Dolphin Emulator (Dev) 5.0.18231-dev 43 Saturday, January 14, 2023 Exempted
Dolphin Emulator (Dev) 5.0.18221-dev 49 Friday, January 13, 2023 Exempted
Dolphin Emulator (Dev) 5.0.18219-dev 48 Wednesday, January 11, 2023 Exempted
Dolphin Emulator (Dev) 5.0.18214-dev 51 Tuesday, January 10, 2023 Exempted
Dolphin Emulator (Dev) 5.0.18207-dev 43 Monday, January 9, 2023 Exempted
Dolphin Emulator (Dev) 5.0.18184-dev 53 Sunday, January 8, 2023 Exempted
Dolphin Emulator (Dev) 5.0.18179-dev 47 Saturday, January 7, 2023 Exempted
Dolphin Emulator (Dev) 5.0.18171-dev 38 Thursday, January 5, 2023 Exempted
Dolphin Emulator (Dev) 5.0.18163-dev 43 Wednesday, January 4, 2023 Exempted
Dolphin Emulator (Dev) 5.0.18160-dev 35 Tuesday, January 3, 2023 Exempted
Dolphin Emulator (Dev) 5.0.18145-dev 52 Monday, January 2, 2023 Exempted
Dolphin Emulator (Dev) 5.0.18143-dev 35 Sunday, January 1, 2023 Exempted
Dolphin Emulator (Dev) 5.0.18135-dev 43 Saturday, December 31, 2022 Exempted
Dolphin Emulator (Dev) 5.0.18128-dev 46 Thursday, December 29, 2022 Exempted
Dolphin Emulator (Dev) 5.0.18114-dev 37 Wednesday, December 28, 2022 Exempted
Dolphin Emulator (Dev) 5.0.18106-dev 47 Tuesday, December 27, 2022 Exempted
Dolphin Emulator (Dev) 5.0.18102-dev 38 Monday, December 26, 2022 Exempted
Dolphin Emulator (Dev) 5.0.18100-dev 43 Sunday, December 25, 2022 Exempted
Dolphin Emulator (Dev) 5.0.18097-dev 45 Saturday, December 24, 2022 Exempted
Dolphin Emulator (Dev) 5.0.18080-dev 44 Friday, December 23, 2022 Exempted
Dolphin Emulator (Dev) 5.0.18076-dev 46 Wednesday, December 21, 2022 Exempted
Dolphin Emulator (Dev) 5.0.18074-dev 47 Tuesday, December 20, 2022 Exempted
Dolphin Emulator (Dev) 5.0.18066-dev 59 Monday, December 19, 2022 Exempted
Dolphin Emulator (Dev) 5.0.18061-dev 44 Sunday, December 18, 2022 Exempted
Dolphin Emulator (Dev) 5.0.18059-dev 41 Saturday, December 17, 2022 Exempted
Dolphin Emulator (Dev) 5.0.18057-dev 47 Monday, December 12, 2022 Exempted
Dolphin Emulator (Dev) 5.0.18048-dev 42 Sunday, December 11, 2022 Exempted
Dolphin Emulator (Dev) 5.0.18027-dev 43 Saturday, December 10, 2022 Exempted
Dolphin Emulator (Dev) 5.0.18025-dev 45 Friday, December 9, 2022 Exempted
Dolphin Emulator (Dev) 5.0.18019-dev 45 Thursday, December 8, 2022 Exempted
Dolphin Emulator (Dev) 5.0.18017-dev 39 Wednesday, December 7, 2022 Exempted
Dolphin Emulator (Dev) 5.0.18008-dev 38 Monday, December 5, 2022 Exempted
Dolphin Emulator (Dev) 5.0.18003-dev 40 Sunday, December 4, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17984-dev 47 Saturday, December 3, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17976-dev 57 Thursday, December 1, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17970-dev 41 Tuesday, November 29, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17960-dev 42 Sunday, November 27, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17949-dev 41 Saturday, November 26, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17937-dev 51 Friday, November 25, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17934-dev 44 Thursday, November 24, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17924-dev 48 Wednesday, November 23, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17893-dev 41 Tuesday, November 22, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17891-dev 48 Monday, November 21, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17889-dev 49 Saturday, November 19, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17885-dev 45 Thursday, November 17, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17877-dev 47 Wednesday, November 16, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17868-dev 43 Tuesday, November 15, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17842-dev 46 Monday, November 14, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17828-dev 43 Friday, November 11, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17824-dev 46 Monday, November 7, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17819-dev 46 Sunday, November 6, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17805-dev 46 Saturday, November 5, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17790-dev 47 Thursday, November 3, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17786-dev 45 Wednesday, November 2, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17783-dev 56 Tuesday, November 1, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17772-dev 59 Monday, October 31, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17768-dev 63 Sunday, October 30, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17752-dev 48 Saturday, October 29, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17732-dev 46 Wednesday, October 26, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17730-dev 42 Tuesday, October 25, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17716-dev 54 Monday, October 24, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17699-dev 52 Sunday, October 23, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17625-dev 48 Thursday, October 20, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17620-dev 52 Monday, October 17, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17609-dev 49 Saturday, October 15, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17601-dev 50 Thursday, October 13, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17587-dev 50 Tuesday, October 11, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17580-dev 56 Sunday, October 9, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17560-dev 41 Saturday, October 8, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17554-dev 47 Friday, October 7, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17549-dev 56 Thursday, October 6, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17545-dev 44 Wednesday, October 5, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17538-dev 60 Tuesday, October 4, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17527-dev 49 Monday, October 3, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17499-dev 59 Saturday, October 1, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17491-dev 58 Friday, September 30, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17445-dev 56 Tuesday, September 27, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17441-dev 54 Monday, September 26, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17439-dev 48 Sunday, September 25, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17430-dev 50 Saturday, September 24, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17422-dev 62 Friday, September 23, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17403-dev 56 Wednesday, September 21, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17390-dev 50 Tuesday, September 20, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17361-dev 48 Sunday, September 18, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17357-dev 53 Friday, September 16, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17354-dev 50 Thursday, September 15, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17348-dev 63 Wednesday, September 14, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17340-dev 60 Tuesday, September 13, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17338-dev 54 Monday, September 12, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17334-dev 51 Sunday, September 11, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17316-dev 48 Saturday, September 10, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17314-dev 47 Friday, September 9, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17301-dev 51 Thursday, September 8, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17271-dev 46 Sunday, September 4, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17269-dev 53 Saturday, September 3, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17268-dev 48 Friday, September 2, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17266-dev 60 Thursday, September 1, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17258-dev 58 Tuesday, August 30, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17253-dev 64 Monday, August 29, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17245-dev 61 Saturday, August 27, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17243-dev 63 Wednesday, August 24, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17231-dev 59 Tuesday, August 23, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17225-dev 55 Monday, August 22, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17212-dev 53 Saturday, August 20, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17210-dev 55 Friday, August 19, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17208-dev 51 Thursday, August 18, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17197-dev 55 Sunday, August 14, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17193-dev 60 Friday, August 12, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17188-dev 67 Thursday, August 11, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17182-dev 51 Wednesday, August 10, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17155-dev 63 Monday, August 8, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17153-dev 67 Sunday, August 7, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17150-dev 52 Saturday, August 6, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17145-dev 48 Friday, August 5, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17125-dev 49 Thursday, August 4, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17085-dev 55 Wednesday, August 3, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17081-dev 58 Tuesday, August 2, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17070-dev 57 Sunday, July 31, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17055-dev 53 Saturday, July 30, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17040-dev 48 Friday, July 29, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17031-dev 50 Thursday, July 28, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17025-dev 49 Wednesday, July 27, 2022 Exempted
Dolphin Emulator (Dev) 5.0.17021-dev 55 Tuesday, July 26, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16991-dev 58 Monday, July 25, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16974-dev 54 Sunday, July 24, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16972-dev 52 Saturday, July 23, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16952-dev 48 Friday, July 22, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16950-dev 58 Thursday, July 21, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16944-dev 72 Wednesday, July 20, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16942-dev 55 Tuesday, July 19, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16937-dev 49 Monday, July 18, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16932-dev 61 Sunday, July 17, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16912-dev 60 Saturday, July 16, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16907-dev 69 Thursday, July 14, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16897-dev 53 Wednesday, July 13, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16891-dev 60 Tuesday, July 12, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16853-dev 55 Monday, July 11, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16843-dev 61 Sunday, July 10, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16833-dev 60 Saturday, July 9, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16805-dev 65 Friday, July 8, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16795-dev 60 Wednesday, July 6, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16790-dev 55 Tuesday, July 5, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16786-dev 61 Sunday, July 3, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16781-dev 58 Saturday, July 2, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16766-dev 66 Friday, July 1, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16765-dev 69 Thursday, June 30, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16763-dev 56 Tuesday, June 28, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16737-dev 82 Sunday, June 26, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16730-dev 92 Saturday, June 25, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16713-dev 75 Thursday, June 23, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16709-dev 70 Wednesday, June 22, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16676-dev 64 Tuesday, June 21, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16668-dev 69 Sunday, June 19, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16666-dev 82 Friday, June 17, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16655-dev 57 Wednesday, June 15, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16639-dev 63 Monday, June 13, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16635-dev 59 Sunday, June 12, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16633-dev 64 Saturday, June 11, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16627-dev 79 Friday, June 10, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16625-dev 58 Thursday, June 9, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16621-dev 73 Tuesday, June 7, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16607-dev 64 Sunday, June 5, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16589-dev 69 Saturday, June 4, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16584-dev 62 Friday, June 3, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16549-dev 85 Thursday, June 2, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16545-dev 63 Sunday, May 29, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16526-dev 64 Saturday, May 28, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16522-dev 77 Friday, May 27, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16520-dev 60 Wednesday, May 25, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16512-dev 58 Tuesday, May 24, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16510-dev 65 Monday, May 23, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16479-dev 56 Saturday, May 21, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16475-dev 65 Friday, May 20, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16453-dev 76 Tuesday, May 17, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16448-dev 64 Monday, May 16, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16445-dev 56 Sunday, May 15, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16443-dev 70 Saturday, May 14, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16434-dev 55 Friday, May 13, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16426-dev 70 Wednesday, May 11, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16422-dev 87 Tuesday, May 10, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16405-dev 67 Monday, May 9, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16401-dev 85 Sunday, May 8, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16387-dev 78 Saturday, May 7, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16380-dev 59 Friday, May 6, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16377-dev 70 Wednesday, May 4, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16369-dev 67 Tuesday, May 3, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16364-dev 68 Saturday, April 30, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16363-dev 65 Saturday, April 30, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16361-dev 83 Wednesday, April 27, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16350-dev 56 Monday, April 25, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16337-dev 63 Sunday, April 24, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16305-dev 62 Saturday, April 23, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16292-dev 62 Friday, April 22, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16287-dev 65 Wednesday, April 20, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16285-dev 61 Monday, April 18, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16283-dev 76 Saturday, April 16, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16279-dev 79 Friday, April 15, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16273-dev 64 Wednesday, April 13, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16269-dev 77 Tuesday, April 12, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16267-dev 67 Monday, April 11, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16263-dev 79 Sunday, April 10, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16262-dev 82 Sunday, April 10, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16260-dev 76 Saturday, April 9, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16238-dev 72 Friday, April 8, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16220-dev 74 Thursday, April 7, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16216-dev 64 Wednesday, April 6, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16214-dev 59 Tuesday, April 5, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16211-dev 61 Sunday, April 3, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16209-dev 68 Saturday, April 2, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16201-dev 69 Thursday, March 31, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16195-dev 71 Monday, March 28, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16189-dev 72 Sunday, March 27, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16183-dev 62 Saturday, March 26, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16176-dev 65 Friday, March 25, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16174-dev 78 Thursday, March 24, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16170-dev 70 Wednesday, March 23, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16168-dev 63 Tuesday, March 22, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16164-dev 81 Monday, March 21, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16162-dev 79 Sunday, March 20, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16151-dev 71 Saturday, March 19, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16145-dev 76 Friday, March 18, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16143-dev 76 Tuesday, March 15, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16127-dev 63 Saturday, March 12, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16120-dev 71 Tuesday, March 8, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16118-dev 71 Sunday, March 6, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16116-dev 77 Thursday, March 3, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16099-dev 70 Tuesday, March 1, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16091-dev 97 Sunday, February 27, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16087-dev 81 Saturday, February 26, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16083-dev 77 Thursday, February 24, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16081-dev 70 Wednesday, February 23, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16077-dev 86 Tuesday, February 22, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16075-dev 80 Monday, February 21, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16073-dev 84 Saturday, February 19, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16051-dev 79 Friday, February 18, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16039-dev 88 Thursday, February 17, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16037-dev 97 Wednesday, February 16, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16035-dev 72 Tuesday, February 15, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16032-dev 71 Monday, February 14, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16019-dev 69 Saturday, February 12, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16009-dev 80 Thursday, February 10, 2022 Exempted
Dolphin Emulator (Dev) 5.0.16007-dev 79 Wednesday, February 9, 2022 Exempted
Dolphin Emulator (Dev) 5.0.15999-dev 76 Saturday, February 5, 2022 Exempted
Dolphin Emulator (Dev) 5.0.15997-dev 90 Friday, February 4, 2022 Exempted
Dolphin Emulator (Dev) 5.0.15993-dev 95 Wednesday, February 2, 2022 Exempted
Dolphin Emulator (Dev) 5.0.15968-dev 83 Sunday, January 30, 2022 Exempted
Dolphin Emulator (Dev) 5.0.15957-dev 73 Saturday, January 29, 2022 Exempted
Dolphin Emulator (Dev) 5.0.15952-dev 81 Friday, January 28, 2022 Exempted
Dolphin Emulator (Dev) 5.0.15950-dev 71 Friday, January 28, 2022 Exempted
Dolphin Emulator (Dev) 5.0.15943-dev 78 Thursday, January 27, 2022 Exempted
Dolphin Emulator (Dev) 5.0.15936-dev 73 Tuesday, January 25, 2022 Exempted
Dolphin Emulator (Dev) 5.0.15931-dev 67 Sunday, January 23, 2022 Exempted
Dolphin Emulator (Dev) 5.0.15920-dev 74 Friday, January 21, 2022 Exempted
Dolphin Emulator (Dev) 5.0.15906-dev 70 Thursday, January 20, 2022 Exempted
Dolphin Emulator (Dev) 5.0.15905-dev 72 Tuesday, January 18, 2022 Exempted
Dolphin Emulator (Dev) 5.0.15903-dev 82 Monday, January 17, 2022 Exempted
Dolphin Emulator (Dev) 5.0.15887-dev 63 Friday, January 14, 2022 Exempted
Dolphin Emulator (Dev) 5.0.15885-dev 64 Thursday, January 13, 2022 Exempted
Dolphin Emulator (Dev) 5.0.15874-dev 71 Wednesday, January 12, 2022 Exempted
Dolphin Emulator (Dev) 5.0.15864-dev 72 Tuesday, January 11, 2022 Exempted
Dolphin Emulator (Dev) 5.0.15862-dev 65 Monday, January 10, 2022 Exempted
Dolphin Emulator (Dev) 5.0.15839-dev 69 Saturday, January 8, 2022 Exempted
Dolphin Emulator (Dev) 5.0.15837-dev 71 Friday, January 7, 2022 Exempted
Dolphin Emulator (Dev) 5.0.15835-dev 75 Thursday, January 6, 2022 Exempted
Dolphin Emulator (Dev) 5.0.15804-dev 76 Wednesday, January 5, 2022 Exempted
Dolphin Emulator (Dev) 5.0.15801-dev 79 Tuesday, January 4, 2022 Exempted
Dolphin Emulator (Dev) 5.0.15793-dev 68 Monday, January 3, 2022 Exempted
Dolphin Emulator (Dev) 5.0.15767-dev 70 Saturday, January 1, 2022 Exempted
Dolphin Emulator (Dev) 5.0.15741-dev 87 Friday, December 31, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15723-dev 71 Thursday, December 30, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15716-dev 74 Wednesday, December 29, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15710-dev 80 Tuesday, December 28, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15697-dev 75 Monday, December 27, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15686-dev 66 Sunday, December 26, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15684-dev 68 Friday, December 24, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15682-dev 74 Thursday, December 23, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15663-dev 79 Tuesday, December 21, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15624-dev 71 Sunday, December 19, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15619-dev 77 Saturday, December 18, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15617-dev 80 Thursday, December 16, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15615-dev 68 Wednesday, December 15, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15613-dev 84 Tuesday, December 14, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15604-dev 112 Monday, December 13, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15602-dev 74 Sunday, December 12, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15594-dev 89 Friday, December 10, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15592-dev 81 Friday, December 10, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15586-dev 82 Saturday, December 4, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15583-dev 75 Friday, December 3, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15581-dev 69 Thursday, December 2, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15573-dev 77 Tuesday, November 30, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15571-dev 88 Sunday, November 28, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15568-dev 106 Thursday, November 25, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15563-dev 74 Tuesday, November 23, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15554-dev 91 Monday, November 22, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15545-dev 98 Sunday, November 21, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15520-dev 75 Saturday, November 20, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15518-dev 79 Friday, November 19, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15499-dev 87 Wednesday, November 17, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15496-dev 83 Wednesday, November 17, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15486-dev 90 Tuesday, November 16, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15482-dev 91 Monday, November 15, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15476-dev 76 Sunday, November 14, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15472-dev 85 Saturday, November 13, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15470-dev 87 Friday, November 12, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15467-dev 101 Monday, November 8, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15465-dev 88 Sunday, November 7, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15456-dev 86 Saturday, November 6, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15448-dev 88 Thursday, November 4, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15445-dev 87 Monday, November 1, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15433-dev 96 Saturday, October 30, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15421-dev 98 Wednesday, October 27, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15417-dev 76 Monday, October 25, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15407-dev 70 Sunday, October 24, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15377-dev 87 Saturday, October 23, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15361-dev 83 Thursday, October 21, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15360-dev 106 Sunday, October 17, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15358-dev 86 Saturday, October 16, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15350-dev 78 Friday, October 15, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15339-dev 82 Thursday, October 14, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15322-dev 66 Wednesday, October 13, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15294-dev 77 Tuesday, October 12, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15281-dev 94 Sunday, October 10, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15276-dev 82 Saturday, October 9, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15269-dev 86 Thursday, October 7, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15267-dev 86 Wednesday, October 6, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15264-dev 99 Tuesday, October 5, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15262-dev 74 Monday, October 4, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15255-dev 95 Saturday, October 2, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15253-dev 91 Thursday, September 30, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15249-dev 73 Wednesday, September 29, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15238-dev 90 Thursday, September 23, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15230-dev 72 Tuesday, September 21, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15228-dev 73 Monday, September 20, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15224-dev 77 Monday, September 20, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15193-dev 80 Sunday, September 19, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15189-dev 69 Saturday, September 18, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15185-dev 68 Friday, September 17, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15178-dev 92 Thursday, September 16, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15158-dev 77 Wednesday, September 15, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15143-dev 81 Tuesday, September 14, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15139-dev 76 Monday, September 13, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15132-dev 79 Saturday, September 11, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15130-dev 67 Friday, September 10, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15126-dev 77 Thursday, September 9, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15114-dev 71 Wednesday, September 8, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15107-dev 93 Sunday, September 5, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15105-dev 76 Friday, September 3, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15103-dev 80 Thursday, September 2, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15101-dev 77 Wednesday, September 1, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15099-dev 77 Tuesday, August 31, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15013-dev 83 Monday, August 30, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15009-dev 70 Sunday, August 29, 2021 Exempted
Dolphin Emulator (Dev) 5.0.15007-dev 76 Friday, August 27, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14999-dev 74 Thursday, August 26, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14997-dev 80 Tuesday, August 24, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14991-dev 79 Monday, August 23, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14964-dev 80 Sunday, August 22, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14914-dev 88 Friday, August 20, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14912-dev 81 Thursday, August 19, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14907-dev 70 Wednesday, August 18, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14899-dev 82 Tuesday, August 17, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14886-dev 78 Monday, August 16, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14883-dev 79 Sunday, August 15, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14876-dev 91 Friday, August 13, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14866-dev 95 Thursday, August 12, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14862-dev 87 Tuesday, August 10, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14853-dev 77 Sunday, August 8, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14846-dev 73 Saturday, August 7, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14835-dev 103 Friday, August 6, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14831-dev 80 Thursday, August 5, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14818-dev 94 Wednesday, August 4, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14814-dev 87 Wednesday, August 4, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14808-dev 82 Monday, August 2, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14799-dev 89 Sunday, August 1, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14787-dev 92 Saturday, July 31, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14764-dev 97 Saturday, July 31, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14762-dev 84 Thursday, July 29, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14751-dev 100 Wednesday, July 28, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14748-dev 82 Monday, July 26, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14746-dev 85 Sunday, July 25, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14731-dev 77 Friday, July 23, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14712-dev 95 Thursday, July 22, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14706-dev 83 Wednesday, July 21, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14669-dev 78 Tuesday, July 20, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14652-dev 96 Sunday, July 18, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14630-dev 85 Sunday, July 18, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14628-dev 98 Thursday, July 15, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14623-dev 85 Wednesday, July 14, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14619-dev 100 Tuesday, July 13, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14607-dev 76 Monday, July 12, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14604-dev 87 Monday, July 12, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14594-dev 84 Sunday, July 11, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14587-dev 86 Saturday, July 10, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14583-dev 81 Friday, July 9, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14579-dev 92 Thursday, July 8, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14566-dev 84 Wednesday, July 7, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14554-dev 80 Tuesday, July 6, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14531-dev 73 Tuesday, July 6, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14523-dev 87 Monday, July 5, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14521-dev 87 Monday, July 5, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14519-dev 85 Wednesday, June 30, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14504-dev 113 Tuesday, June 29, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14493-dev 84 Monday, June 28, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14482-dev 86 Saturday, June 26, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14480-dev 92 Thursday, June 24, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14454-dev 86 Wednesday, June 23, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14445-dev 90 Sunday, June 20, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14442-dev 81 Thursday, June 17, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14436-dev 91 Thursday, June 17, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14431-dev 89 Monday, June 14, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14429-dev 109 Sunday, June 13, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14406-dev 79 Friday, June 11, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14402-dev 102 Thursday, June 10, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14394-dev 85 Tuesday, June 8, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14386-dev 95 Monday, June 7, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14357-dev 91 Sunday, June 6, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14344-dev 94 Saturday, June 5, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14337-dev 82 Friday, June 4, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14332-dev 89 Wednesday, June 2, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14326-dev 87 Tuesday, June 1, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14323-dev 95 Monday, May 31, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14321-dev 88 Sunday, May 30, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14318-dev 74 Saturday, May 29, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14311-dev 73 Friday, May 28, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14304-dev 86 Thursday, May 27, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14298-dev 95 Wednesday, May 26, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14295-dev 103 Monday, May 24, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14265-dev 87 Sunday, May 23, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14257-dev 94 Saturday, May 22, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14252-dev 79 Friday, May 21, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14245-dev 70 Thursday, May 20, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14214-dev 87 Wednesday, May 19, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14209-dev 87 Tuesday, May 18, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14205-dev 109 Monday, May 17, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14203-dev 77 Monday, May 17, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14191-dev 89 Saturday, May 15, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14162-dev 102 Friday, May 14, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14143-dev 89 Thursday, May 13, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14122-dev 94 Sunday, May 9, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14109-dev 94 Saturday, May 8, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14107-dev 96 Friday, May 7, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14097-dev 99 Thursday, May 6, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14095-dev 89 Thursday, May 6, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14092-dev 88 Wednesday, May 5, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14089-dev 97 Sunday, May 2, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14085-dev 85 Sunday, May 2, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14083-dev 91 Saturday, May 1, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14081-dev 102 Thursday, April 29, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14078-dev 91 Tuesday, April 27, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14070-dev 88 Monday, April 26, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14068-dev 105 Sunday, April 25, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14053-dev 116 Sunday, April 25, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14051-dev 91 Saturday, April 24, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14048-dev 95 Saturday, April 24, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14041-dev 86 Saturday, April 24, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14039-dev 101 Friday, April 23, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14030-dev 97 Tuesday, April 20, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14028-dev 103 Tuesday, April 20, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14025-dev 80 Monday, April 19, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14019-dev 86 Sunday, April 18, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14017-dev 92 Sunday, April 18, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14011-dev 78 Saturday, April 17, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14009-dev 95 Saturday, April 17, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14007-dev 93 Wednesday, April 14, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14005-dev 92 Tuesday, April 13, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14002.20210413-dev 90 Monday, April 12, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14002.20210412-dev 99 Monday, April 12, 2021 Exempted
Dolphin Emulator (Dev) 5.0.14002-dev 92 Wednesday, April 7, 2021 Exempted
Dolphin Emulator (Dev) 5.0.13986-dev 89 Tuesday, April 6, 2021 Exempted
Dolphin Emulator (Dev) 5.0.13971-dev 82 Sunday, April 4, 2021 Exempted
Dolphin Emulator (Dev) 5.0.13965-dev 96 Saturday, April 3, 2021 Exempted
Dolphin Emulator (Dev) 5.0.13961-dev 95 Friday, April 2, 2021 Exempted
Dolphin Emulator (Dev) 5.0.13909-dev 116 Friday, March 26, 2021 Exempted
Dolphin Emulator (Dev) 5.0.13907-dev 86 Wednesday, March 24, 2021 Exempted
Dolphin Emulator (Dev) 5.0.13901-dev 100 Tuesday, March 23, 2021 Exempted
Dolphin Emulator (Dev) 5.0.13900-dev 106 Monday, March 22, 2021 Exempted
Dolphin Emulator (Dev) 5.0.13875-dev 108 Saturday, March 20, 2021 Exempted
Dolphin Emulator (Dev) 5.0.13873-dev 98 Friday, March 19, 2021 Exempted
Dolphin Emulator (Dev) 5.0.13871-dev 123 Thursday, March 18, 2021 Exempted
Dolphin Emulator (Dev) 5.0.13869-dev 140 Wednesday, March 17, 2021 Exempted
Dolphin Emulator (Dev) 5.0.13867-dev 98 Tuesday, March 16, 2021 Exempted
Dolphin Emulator (Dev) 5.0.13827-dev 109 Thursday, March 11, 2021 Exempted
Dolphin Emulator (Dev) 5.0.13817-dev 91 Sunday, March 7, 2021 Exempted
Dolphin Emulator (Dev) 5.0.13816-dev 91 Sunday, March 7, 2021 Exempted
Dolphin Emulator (Dev) 5.0.13792-dev 114 Friday, March 5, 2021 Exempted
Dolphin Emulator (Dev) 5.0.13772-dev 112 Thursday, March 4, 2021 Exempted
Dolphin Emulator (Dev) 5.0.13770-dev 118 Thursday, March 4, 2021 Exempted
Dolphin Emulator (Dev) 5.0.13739-dev 106 Wednesday, March 3, 2021 Exempted
Dolphin Emulator (Dev) 5.0.13712-dev 110 Tuesday, March 2, 2021 Exempted
Dolphin Emulator (Dev) 5.0.13710-dev 134 Tuesday, March 2, 2021 Exempted
Dolphin Emulator (Dev) 5.0.13705-dev 95 Monday, March 1, 2021 Exempted
Dolphin Emulator (Dev) 5.0.13698-dev 97 Friday, February 26, 2021 Exempted
Dolphin Emulator (Dev) 5.0.13694-dev 91 Monday, February 22, 2021 Exempted
Dolphin Emulator (Dev) 5.0.13690-dev 93 Saturday, February 20, 2021 Exempted
Dolphin Emulator (Dev) 5.0.13688-dev 92 Friday, February 19, 2021 Exempted
Dolphin Emulator (Dev) 5.0.13687-dev 92 Friday, February 19, 2021 Exempted
Dolphin Emulator (Dev) 5.0.13676-dev 97 Friday, February 19, 2021 Exempted
Dolphin Emulator (Dev) 5.0.13673-dev 74 Thursday, February 18, 2021 Exempted
Dolphin Emulator (Dev) 5.0.13671-dev 116 Tuesday, February 16, 2021 Exempted
Dolphin Emulator (Dev) 5.0.13669-dev 113 Monday, February 15, 2021 Exempted
Dolphin Emulator (Dev) 5.0.13667-dev 91 Sunday, February 14, 2021 Exempted
Dolphin Emulator (Dev) 5.0.13653-dev 107 Sunday, February 14, 2021 Exempted
Dolphin Emulator (Dev) 5.0.13648-dev 113 Saturday, February 13, 2021 Exempted
Dolphin Emulator (Dev) 5.0.13646-dev 109 Saturday, February 13, 2021 Exempted
Dolphin Emulator (Dev) 5.0.13637-dev 105 Friday, February 12, 2021 Exempted
Dolphin Emulator (Dev) 5.0.13626-dev 98 Thursday, February 11, 2021 Exempted
Dolphin Emulator (Dev) 5.0.13620-dev 101 Thursday, February 11, 2021 Exempted
Dolphin Emulator (Dev) 5.0.13618-dev 98 Wednesday, February 10, 2021 Exempted
Dolphin Emulator (Dev) 5.0.13616-dev 107 Wednesday, February 10, 2021 Exempted
Dolphin Emulator (Dev) 5.0.13614-dev 116 Monday, February 8, 2021 Exempted
Dolphin Emulator (Dev) 5.0.13607-dev 105 Friday, February 5, 2021 Exempted
Dolphin Emulator (Dev) 5.0.13605-dev 124 Wednesday, February 3, 2021 Exempted
Dolphin Emulator (Dev) 5.0.13601-dev 110 Monday, February 1, 2021 Exempted
Dolphin Emulator (Dev) 5.0.13600-dev 105 Sunday, January 31, 2021 Exempted
Dolphin Emulator (Dev) 5.0.13595-dev 109 Saturday, January 30, 2021 Exempted
Dolphin Emulator (Dev) 5.0.13592-dev 111 Friday, January 29, 2021 Exempted
Dolphin Emulator (Dev) 5.0.13590-dev 119 Thursday, January 28, 2021 Exempted
Dolphin Emulator (Dev) 5.0.13583-dev 128 Thursday, January 28, 2021 Exempted
Dolphin Emulator (Dev) 5.0.13555-dev 106 Wednesday, January 27, 2021 Exempted
Dolphin Emulator (Dev) 5.0.13531-dev 92 Wednesday, January 27, 2021 Exempted
Dolphin Emulator (Dev) 5.0.13512-dev 111 Wednesday, January 27, 2021 Exempted
Dolphin Emulator (Dev) 5.0.13497-dev 121 Tuesday, January 26, 2021 Exempted
Dolphin Emulator (Dev) 5.0.13495-dev 99 Friday, January 22, 2021 Exempted
Dolphin Emulator (Dev) 5.0.13480-dev 117 Friday, January 15, 2021 Exempted
Dolphin Emulator (Dev) 5.0.13469-dev 109 Tuesday, January 12, 2021 Exempted
Dolphin Emulator (Dev) 5.0.13467-dev 112 Sunday, January 10, 2021 Exempted
Dolphin Emulator (Dev) 5.0.13465-dev 95 Sunday, January 10, 2021 Exempted
Dolphin Emulator (Dev) 5.0.13454-dev 105 Saturday, January 9, 2021 Exempted
Dolphin Emulator (Dev) 5.0.13452-dev 105 Wednesday, January 6, 2021 Exempted
Dolphin Emulator (Dev) 5.0.13442-dev 120 Tuesday, January 5, 2021 Exempted
Dolphin Emulator (Dev) 5.0.13424-dev 117 Sunday, January 3, 2021 Exempted
Dolphin Emulator (Dev) 5.0.13416-dev 132 Friday, January 1, 2021 Exempted
Dolphin Emulator (Dev) 5.0.13414-dev 123 Friday, January 1, 2021 Exempted
Dolphin Emulator (Dev) 5.0.13392-dev 123 Thursday, December 31, 2020 Exempted
Dolphin Emulator (Dev) 5.0.13391-dev 110 Thursday, December 31, 2020 Exempted
Dolphin Emulator (Dev) 5.0.13388-dev 104 Wednesday, December 30, 2020 Exempted
Dolphin Emulator (Dev) 5.0.13386-dev 126 Wednesday, December 30, 2020 Exempted
Dolphin Emulator (Dev) 5.0.13365-dev 112 Tuesday, December 29, 2020 Exempted
Dolphin Emulator (Dev) 5.0.13353-dev 125 Tuesday, December 29, 2020 Exempted
Dolphin Emulator (Dev) 5.0.13337-dev 117 Monday, December 28, 2020 Exempted
Dolphin Emulator (Dev) 5.0.13334-dev 116 Monday, December 28, 2020 Exempted
Dolphin Emulator (Dev) 5.0.13309-dev 126 Sunday, December 27, 2020 Exempted
Dolphin Emulator (Dev) 5.0.13304-dev 119 Sunday, December 27, 2020 Exempted
Dolphin Emulator (Dev) 5.0.13298-dev 111 Saturday, December 26, 2020 Exempted
Dolphin Emulator (Dev) 5.0.13290-dev 121 Thursday, December 24, 2020 Exempted
Dolphin Emulator (Dev) 5.0.13272-dev 113 Thursday, December 24, 2020 Exempted
Dolphin Emulator (Dev) 5.0.13268-dev 107 Monday, December 21, 2020 Exempted
Dolphin Emulator (Dev) 5.0.13266-dev 98 Monday, December 21, 2020 Exempted
Dolphin Emulator (Dev) 5.0.13262-dev 126 Sunday, December 20, 2020 Exempted
Dolphin Emulator (Dev) 5.0.13248-dev 101 Saturday, December 19, 2020 Exempted
Dolphin Emulator (Dev) 5.0.13246-dev 133 Thursday, December 17, 2020 Exempted
Dolphin Emulator (Dev) 5.0.13242-dev 123 Tuesday, December 15, 2020 Exempted
Dolphin Emulator (Dev) 5.0.13227-dev 127 Monday, December 14, 2020 Exempted
Dolphin Emulator (Dev) 5.0.13225-dev 113 Sunday, December 13, 2020 Exempted
Dolphin Emulator (Dev) 5.0.13221-dev 115 Saturday, December 12, 2020 Exempted
Dolphin Emulator (Dev) 5.0.13217-dev 125 Friday, December 11, 2020 Exempted
Dolphin Emulator (Dev) 5.0.13194-dev 118 Thursday, December 10, 2020 Exempted
Dolphin Emulator (Dev) 5.0.13191-dev 110 Tuesday, December 8, 2020 Exempted
Dolphin Emulator (Dev) 5.0.13189-dev 108 Tuesday, December 8, 2020 Exempted
Dolphin Emulator (Dev) 5.0.13184-dev 123 Sunday, December 6, 2020 Exempted
Dolphin Emulator (Dev) 5.0.13178-dev 118 Friday, December 4, 2020 Exempted
Dolphin Emulator (Dev) 5.0.13176-dev 119 Thursday, December 3, 2020 Exempted
Dolphin Emulator (Dev) 5.0.13172-dev 125 Wednesday, December 2, 2020 Exempted
Dolphin Emulator (Dev) 5.0.13170-dev 127 Monday, November 30, 2020 Exempted
Dolphin Emulator (Dev) 5.0.13169-dev 98 Monday, November 30, 2020 Exempted
Dolphin Emulator (Dev) 5.0.13163-dev 124 Sunday, November 29, 2020 Exempted
Dolphin Emulator (Dev) 5.0.13148-dev 118 Saturday, November 28, 2020 Exempted
Dolphin Emulator (Dev) 5.0.13144-dev 110 Saturday, November 28, 2020 Exempted
Dolphin Emulator (Dev) 5.0.13138-dev 109 Friday, November 27, 2020 Exempted
Dolphin Emulator (Dev) 5.0.13136-dev 111 Friday, November 27, 2020 Exempted
Dolphin Emulator (Dev) 5.0.13129-dev 122 Thursday, November 26, 2020 Exempted
Dolphin Emulator (Dev) 5.0.13117-dev 108 Wednesday, November 25, 2020 Exempted
Dolphin Emulator (Dev) 5.0.13102-dev 114 Tuesday, November 24, 2020 Exempted
Dolphin Emulator (Dev) 5.0.13100-dev 128 Monday, November 23, 2020 Exempted
Dolphin Emulator (Dev) 5.0.13083-dev 100 Sunday, November 22, 2020 Exempted
Dolphin Emulator (Dev) 5.0.13071-dev 107 Friday, November 20, 2020 Exempted

Discussion for the Dolphin Emulator (Dev) Package

Ground Rules:

  • This discussion is only about Dolphin Emulator (Dev) and the Dolphin Emulator (Dev) package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or Dolphin Emulator (Dev), or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus