<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/Core/Common/FileUtil.h, branch 2512</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<entry>
<title>AdvancedPane: Add a button to restore default settings</title>
<updated>2025-10-27T14:59:33+00:00</updated>
<author>
<name>Joshua Vandaële</name>
<email>joshua@vandaele.software</email>
</author>
<published>2025-08-12T13:04:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=33fd06d7f334f904d9b9742f7d1fb6f51f3b2a83'/>
<id>33fd06d7f334f904d9b9742f7d1fb6f51f3b2a83</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: remove unused Logs/Mail/ dir</title>
<updated>2025-09-24T22:42:59+00:00</updated>
<author>
<name>Farmerbilly27</name>
<email>dmw2796@gmail.com</email>
</author>
<published>2025-09-24T22:42:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=8cbfee213646abfc05c913ac8743f617283d2a30'/>
<id>8cbfee213646abfc05c913ac8743f617283d2a30</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BTReal: Implement Realtek Bluetooth firmware loading.</title>
<updated>2025-07-24T00:58:25+00:00</updated>
<author>
<name>Jordan Woyak</name>
<email>jordan.woyak@gmail.com</email>
</author>
<published>2025-07-08T05:41:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=bfef65a9d109fa11cdac7e299bb941ce20d622ba'/>
<id>bfef65a9d109fa11cdac7e299bb941ce20d622ba</id>
<content type='text'>
Logic and structures are largely taken from Linux source:
drivers/bluetooth/btusb.c
drivers/bluetooth/btrtl.c
drivers/bluetooth/btrtl.h
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Logic and structures are largely taken from Linux source:
drivers/bluetooth/btusb.c
drivers/bluetooth/btrtl.c
drivers/bluetooth/btrtl.h
</pre>
</div>
</content>
</entry>
<entry>
<title>WiiSaveBanner: fall back to $userdir/Load/WiiBanners</title>
<updated>2025-07-04T22:15:50+00:00</updated>
<author>
<name>Tillmann Karras</name>
<email>tilkax@gmail.com</email>
</author>
<published>2025-06-15T10:13:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=fe6fd2279c195517094538fff8667332049823ad'/>
<id>fe6fd2279c195517094538fff8667332049823ad</id>
<content type='text'>
Unlike custom banners which work as an override, this mechanism works as
a fallback. The use case is if you have games you don't really play but
want to keep around for testing purposes without filling up your NAND
with lots of saves. For ease of use, the directory structure is the same
but only title/$title_hi/$title_lo/data/banner.bin files are
relevant.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Unlike custom banners which work as an override, this mechanism works as
a fallback. The use case is if you have games you don't really play but
want to keep around for testing purposes without filling up your NAND
with lots of saves. For ease of use, the directory structure is the same
but only title/$title_hi/$title_lo/data/banner.bin files are
relevant.
</pre>
</div>
</content>
</entry>
<entry>
<title>AchievementManager: Cache Badges on Disk</title>
<updated>2024-07-04T20:12:28+00:00</updated>
<author>
<name>LillyJadeKatrin</name>
<email>lilly.kitty.1988@gmail.com</email>
</author>
<published>2024-06-27T00:05:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=bf97305a60a605b02e169add190dea35f74d789a'/>
<id>bf97305a60a605b02e169add190dea35f74d789a</id>
<content type='text'>
Badges are saved in /User/Cache/RetroAchievements on first download and reused from there instead of redownloaded.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Badges are saved in /User/Cache/RetroAchievements on first download and reused from there instead of redownloaded.
</pre>
</div>
</content>
</entry>
<entry>
<title>JitCache: Software Profiling Restoration</title>
<updated>2024-04-09T20:43:31+00:00</updated>
<author>
<name>mitaclaw</name>
<email>140017135+mitaclaw@users.noreply.github.com</email>
</author>
<published>2024-04-05T23:21:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=ee8bcf2cccfcc822aea9288df3da8a345ae67467'/>
<id>ee8bcf2cccfcc822aea9288df3da8a345ae67467</id>
<content type='text'>
Rekindle software JIT profiling with a std::chrono conversion and a config connection.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rekindle software JIT profiling with a std::chrono conversion and a config connection.
</pre>
</div>
</content>
</entry>
<entry>
<title>BranchWatchDialog: A Total Replacement for CodeDiffDialog</title>
<updated>2024-02-27T19:40:58+00:00</updated>
<author>
<name>mitaclaw</name>
<email>140017135+mitaclaw@users.noreply.github.com</email>
</author>
<published>2023-12-07T17:36:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=8134c8a57211f54cf2109ae3c068c0c94370f786'/>
<id>8134c8a57211f54cf2109ae3c068c0c94370f786</id>
<content type='text'>
With a purpose-built Branch Watch feature built into the emulated system: BranchWatchDialog, replacing CodeDiffDialog, is now better than ever!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With a purpose-built Branch Watch feature built into the emulated system: BranchWatchDialog, replacing CodeDiffDialog, is now better than ever!
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #11497 from vyuuui/debugger_assembler_ui</title>
<updated>2023-12-16T21:15:31+00:00</updated>
<author>
<name>Tilka</name>
<email>tilkax@gmail.com</email>
</author>
<published>2023-12-16T21:15:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=773ffd04b8ce3695e2676db66ac2a2bf2ba73494'/>
<id>773ffd04b8ce3695e2676db66ac2a2bf2ba73494</id>
<content type='text'>
Built-in assembler for debugger interface</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Built-in assembler for debugger interface</pre>
</div>
</content>
</entry>
<entry>
<title>Parser and Assembler implementations</title>
<updated>2023-12-13T13:32:20+00:00</updated>
<author>
<name>vyuuui</name>
<email>tyrannicanine@gmail.com</email>
</author>
<published>2022-12-18T08:43:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=38c15df46478d019bf22ab570a30acfa30531319'/>
<id>38c15df46478d019bf22ab570a30acfa30531319</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove references to Debugger.ini</title>
<updated>2023-11-27T20:38:43+00:00</updated>
<author>
<name>JosJuice</name>
<email>josjuice@gmail.com</email>
</author>
<published>2023-11-25T13:32:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=be1e103435090483831c9a9f32aa765071ded05a'/>
<id>be1e103435090483831c9a9f32aa765071ded05a</id>
<content type='text'>
This file was only used by DolphinWX. DolphinQt uses Qt.ini instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This file was only used by DolphinWX. DolphinQt uses Qt.ini instead.
</pre>
</div>
</content>
</entry>
</feed>
