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:

81,742

Downloads of v 2412.252.0-dev:

11

Last Update:

03 Feb 2025

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

2412.252.0-dev | Updated: 03 Feb 2025

Downloads:

81,742

Downloads of v 2412.252.0-dev:

11

Maintainer(s):

Software Author(s):

  • Dolphin Emulator Project

Dolphin Emulator (Dev) 2412.252.0-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="'2412.252.0-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="'2412.252.0-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: '2412.252.0-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  '2412.252.0-dev'
  options  '--prerelease'
end

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


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

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


package { 'dolphin-dev':
  ensure          => '2412.252.0-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/a3/6b/dolphin-master-2412-252-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: 859A394AC8BC6FCCAA6C69ABDC6013D7A08D7AB785D578AC33E2F667FFAD8D1B
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-2412-252-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-2412-252-x64.7z
md5: B023970BDE907D6E0EEA4E691BC53412 | sha1: B4F8303115A5B2931B623BB618E51B8B13338A1D | sha256: 859A394AC8BC6FCCAA6C69ABDC6013D7A08D7AB785D578AC33E2F667FFAD8D1B | sha512: 783D609D186DDBFF2ADB7367AA75215AC8B6E8BB3A6C75E9E1D3CC4E02F29FA83EC7BA062F6278DA3883157BD7F402A95A486235240CA0B7A3D3CCC37DD74090

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