<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/Core/WinUpdater/Platform.cpp, branch 2603a</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<entry>
<title>Misc: fix compiler warning: implicit declaration of function</title>
<updated>2026-02-07T23:37:29+00:00</updated>
<author>
<name>oltolm</name>
<email>oleg.tolmatcev@gmail.com</email>
</author>
<published>2026-02-04T21:22:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=60351c19ccb5fb48cc82e7b6b59ae291577b5560'/>
<id>60351c19ccb5fb48cc82e7b6b59ae291577b5560</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify `std::find_if` with `std::ranges::find` and projections</title>
<updated>2025-03-09T20:26:35+00:00</updated>
<author>
<name>mitaclaw</name>
<email>140017135+mitaclaw@users.noreply.github.com</email>
</author>
<published>2024-09-21T21:43:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=62b2b939b5825e48c89b8a3ebb97d9fc38cb59e5'/>
<id>62b2b939b5825e48c89b8a3ebb97d9fc38cb59e5</id>
<content type='text'>
In LabelMap.cpp, the code is currently unused so I was unable to test it.

In WiiUtils.cpp, the magic value `1u` was replaced by the constant value `DiscIO::PARTITION_UPDATE`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In LabelMap.cpp, the code is currently unused so I was unable to test it.

In WiiUtils.cpp, the magic value `1u` was replaced by the constant value `DiscIO::PARTITION_UPDATE`.
</pre>
</div>
</content>
</entry>
<entry>
<title>winupdater: fix CR getting into parsed VCToolsUpdateURL</title>
<updated>2023-03-11T20:58:33+00:00</updated>
<author>
<name>Shawn Hoffman</name>
<email>godisgovernment@gmail.com</email>
</author>
<published>2023-03-11T00:53:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=06cb4ffa648f813c347ca0e807af07f05eaa216c'/>
<id>06cb4ffa648f813c347ca0e807af07f05eaa216c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>updater: add test for update flow</title>
<updated>2023-03-11T20:58:33+00:00</updated>
<author>
<name>Shawn Hoffman</name>
<email>godisgovernment@gmail.com</email>
</author>
<published>2023-03-10T02:23:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=0a8725e4a97de50b1e267a67492e0cd0c4275010'/>
<id>0a8725e4a97de50b1e267a67492e0cd0c4275010</id>
<content type='text'>
currently windows-only
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
currently windows-only
</pre>
</div>
</content>
</entry>
<entry>
<title>updater: flush log after each write</title>
<updated>2023-03-11T20:58:33+00:00</updated>
<author>
<name>Shawn Hoffman</name>
<email>godisgovernment@gmail.com</email>
</author>
<published>2023-03-10T02:18:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=de0bc06856bb4d1c36a62c84bc4f8e245138c090'/>
<id>de0bc06856bb4d1c36a62c84bc4f8e245138c090</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>windows: prefer os version from registry</title>
<updated>2023-01-17T09:38:00+00:00</updated>
<author>
<name>Shawn Hoffman</name>
<email>godisgovernment@gmail.com</email>
</author>
<published>2023-01-17T09:23:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=dff7f20f9db6210c4b9fe1f0bdd6332abde9f7d9'/>
<id>dff7f20f9db6210c4b9fe1f0bdd6332abde9f7d9</id>
<content type='text'>
this value is not modified by compatibility mode
drop reporting service pack numbers. no longer used
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this value is not modified by compatibility mode
drop reporting service pack numbers. no longer used
</pre>
</div>
</content>
</entry>
<entry>
<title>MacUpdater: check os version</title>
<updated>2022-10-30T19:04:57+00:00</updated>
<author>
<name>Shawn Hoffman</name>
<email>godisgovernment@gmail.com</email>
</author>
<published>2022-10-27T20:24:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=089886a6f869992f7566ee9543e136e136b168aa'/>
<id>089886a6f869992f7566ee9543e136e136b168aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>WinUpdater: Check OS and VC++ Redist versions.</title>
<updated>2022-09-20T22:57:50+00:00</updated>
<author>
<name>Shawn Hoffman</name>
<email>godisgovernment@gmail.com</email>
</author>
<published>2022-09-11T06:21:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=717c36bc43c2a568b3fff04bd6d3ea2a81c0582d'/>
<id>717c36bc43c2a568b3fff04bd6d3ea2a81c0582d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
