<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yuzu/src/common/msg_handler.h, branch main</title>
<subtitle>Nintendo Switch emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/'/>
<entry>
<title>Remove the useless msg_handler compilation unit that was left over from Dolphin</title>
<updated>2015-02-19T06:26:22+00:00</updated>
<author>
<name>archshift</name>
<email>admin@archshift.com</email>
</author>
<published>2015-02-19T06:18:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=5efd149ad56efb2a00332af5a791b403e7f70273'/>
<id>5efd149ad56efb2a00332af5a791b403e7f70273</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Asserts: break/crash program, fit to style guide; log.h-&gt;assert.h</title>
<updated>2015-02-11T02:30:31+00:00</updated>
<author>
<name>archshift</name>
<email>admin@archshift.com</email>
</author>
<published>2015-01-21T01:16:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=ef24e72b2618806f64345544fa46c84f3f494890'/>
<id>ef24e72b2618806f64345544fa46c84f3f494890</id>
<content type='text'>
Involves making asserts use printf instead of the log functions (log functions are asynchronous and, as such, the log won't be printed in time)
As such, the log type argument was removed (printf obviously can't use it, and it's made obsolete by the file and line printing)

Also removed some GEKKO cruft.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Involves making asserts use printf instead of the log functions (log functions are asynchronous and, as such, the log won't be printed in time)
As such, the log type argument was removed (printf obviously can't use it, and it's made obsolete by the file and line printing)

Also removed some GEKKO cruft.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix MSVC-related #defines and add CMakeLists comment</title>
<updated>2014-12-30T04:12:03+00:00</updated>
<author>
<name>darkf</name>
<email>lw9k123@gmail.com</email>
</author>
<published>2014-12-30T03:59:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=5d10b212ecebb15fb1463edc08c725d8e29fa44a'/>
<id>5d10b212ecebb15fb1463edc08c725d8e29fa44a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix merge conflicts</title>
<updated>2014-12-30T03:47:41+00:00</updated>
<author>
<name>darkf</name>
<email>lw9k123@gmail.com</email>
</author>
<published>2014-12-30T03:47:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=8ba9ac0f74abb0408a26207a76a0c1808bad8de0'/>
<id>8ba9ac0f74abb0408a26207a76a0c1808bad8de0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>License change</title>
<updated>2014-12-21T05:20:24+00:00</updated>
<author>
<name>purpasmart96</name>
<email>kanzoconfigz@hotmail.com</email>
</author>
<published>2014-12-17T05:38:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=ebfd831ccba32bce097491db3d6bdff0be05935e'/>
<id>ebfd831ccba32bce097491db3d6bdff0be05935e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix MinGW build</title>
<updated>2014-11-29T05:38:20+00:00</updated>
<author>
<name>darkf</name>
<email>lw9k123@gmail.com</email>
</author>
<published>2014-11-29T05:38:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=459502e48ccb6607e531112e7ae89f62b75023c8'/>
<id>459502e48ccb6607e531112e7ae89f62b75023c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated</title>
<updated>2014-11-19T09:03:07+00:00</updated>
<author>
<name>Emmanuel Gil Peyrot</name>
<email>linkmauve@linkmauve.fr</email>
</author>
<published>2014-11-19T08:49:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=f5d38649c7ad6fedf9db95044e3ad91ce393b8df'/>
<id>f5d38649c7ad6fedf9db95044e3ad91ce393b8df</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Common: Move header guards over to pragma once</title>
<updated>2014-08-17T17:45:55+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2014-08-17T17:45:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=90e994471a385d2b965e3843e1f693ccba6fb699'/>
<id>90e994471a385d2b965e3843e1f693ccba6fb699</id>
<content type='text'>
Also replaced C headers with the C++ equivalent ones
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also replaced C headers with the C++ equivalent ones
</pre>
</div>
</content>
</entry>
<entry>
<title>got rid of 'src' folders in each sub-project</title>
<updated>2014-04-08T23:25:03+00:00</updated>
<author>
<name>bunnei</name>
<email>ericbunnie@gmail.com</email>
</author>
<published>2014-04-08T23:25:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=63e46abdb8764bc97e91bae862c8d461e61b1965'/>
<id>63e46abdb8764bc97e91bae862c8d461e61b1965</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
