<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yuzu/src/common/mem_arena.cpp, branch main</title>
<subtitle>Nintendo Switch emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/'/>
<entry>
<title>Common: Remove mem_arena.cpp/h</title>
<updated>2015-05-07T22:01:09+00:00</updated>
<author>
<name>Yuri Kunde Schlesner</name>
<email>yuriks@yuriks.net</email>
</author>
<published>2015-05-07T22:01:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=3396f352cb4c16aa4732df25425ff02574b8dc01'/>
<id>3396f352cb4c16aa4732df25425ff02574b8dc01</id>
<content type='text'>
It is superfluous for Citra. (It's only really necessary if you're doing
JIT. We were using it but not taking any advantage from it.) This should
make 32-bit builds work again.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is superfluous for Citra. (It's only really necessary if you're doing
JIT. We were using it but not taking any advantage from it.) This should
make 32-bit builds work again.
</pre>
</div>
</content>
</entry>
<entry>
<title>Common: Add proper macros to test for architecture pointer size</title>
<updated>2015-05-07T21:22:36+00:00</updated>
<author>
<name>Yuri Kunde Schlesner</name>
<email>yuriks@yuriks.net</email>
</author>
<published>2015-05-07T21:17:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=fae5933ad614ca8c2559f499ebe16b518594cca3'/>
<id>fae5933ad614ca8c2559f499ebe16b518594cca3</id>
<content type='text'>
The old system of just defining macros available in some other platform
was susceptible to silently using the wrong code if you forgot to
include a particular header. This fixes a crash on non-Windows platforms
introduced by e1fbac3ca13d37d2625c11d30cfdece4327b446b.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The old system of just defining macros available in some other platform
was susceptible to silently using the wrong code if you forgot to
include a particular header. This fixes a crash on non-Windows platforms
introduced by e1fbac3ca13d37d2625c11d30cfdece4327b446b.
</pre>
</div>
</content>
</entry>
<entry>
<title>Common: Remove common.h</title>
<updated>2015-05-07T18:45:22+00:00</updated>
<author>
<name>Yuri Kunde Schlesner</name>
<email>yuriks@yuriks.net</email>
</author>
<published>2015-05-06T07:06:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=e1fbac3ca13d37d2625c11d30cfdece4327b446b'/>
<id>e1fbac3ca13d37d2625c11d30cfdece4327b446b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Common: Change names containing “Dolphin” or “PPSSPP” to something more generic.</title>
<updated>2015-02-20T16:54:10+00:00</updated>
<author>
<name>Emmanuel Gil Peyrot</name>
<email>linkmauve@linkmauve.fr</email>
</author>
<published>2015-02-20T16:53:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=54d6f6c82b230b4934b1d52e6c2cf5f9d0d36396'/>
<id>54d6f6c82b230b4934b1d52e6c2cf5f9d0d36396</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>Common: Remove dead platform #ifdefs to make the code more readable.</title>
<updated>2015-01-06T18:57:28+00:00</updated>
<author>
<name>Emmanuel Gil Peyrot</name>
<email>linkmauve@linkmauve.fr</email>
</author>
<published>2015-01-05T16:30:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=6b411c63c9b084e99a3711da10f93225ff93cc85'/>
<id>6b411c63c9b084e99a3711da10f93225ff93cc85</id>
<content type='text'>
Symbian, Xbox, Blackberry and iOS got removed.
FreeBSD and Android kept due to them potentially being able to run Citra in the future.
The iOS specific part also got removed from PPSSPP in order to fix a bug there.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Symbian, Xbox, Blackberry and iOS got removed.
FreeBSD and Android kept due to them potentially being able to run Citra in the future.
The iOS specific part also got removed from PPSSPP in order to fix a bug there.
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert old logging calls to new logging macros</title>
<updated>2014-12-13T04:08:02+00:00</updated>
<author>
<name>Yuri Kunde Schlesner</name>
<email>yuriks@yuriks.net</email>
</author>
<published>2014-12-06T01:53:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=0600e2d8b5b30bd68c8b19cb1f2051e096e7caa9'/>
<id>0600e2d8b5b30bd68c8b19cb1f2051e096e7caa9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change NULLs to nullptrs.</title>
<updated>2014-12-03T18:57:57+00:00</updated>
<author>
<name>Rohit Nirmal</name>
<email>rohitnirmal9@gmail.com</email>
</author>
<published>2014-12-03T18:57:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=8a624239703c046d89ebeaf3ea13c87af75b550f'/>
<id>8a624239703c046d89ebeaf3ea13c87af75b550f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove tabs in all files except in skyeye imports and in generated GL code</title>
<updated>2014-11-19T09:04:03+00:00</updated>
<author>
<name>Emmanuel Gil Peyrot</name>
<email>linkmauve@linkmauve.fr</email>
</author>
<published>2014-11-19T09:02:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=739bb58c3a92ba94baeaa2156dc72fb7ff0ce8b7'/>
<id>739bb58c3a92ba94baeaa2156dc72fb7ff0ce8b7</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>
</feed>
