<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yuzu/src/network/network.h, branch main</title>
<subtitle>Nintendo Switch emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/'/>
<entry>
<title>network, yuzu: Make copyright headers SPDX-compliant</title>
<updated>2022-07-25T19:59:31+00:00</updated>
<author>
<name>FearlessTobi</name>
<email>thm.frey@gmail.com</email>
</author>
<published>2022-07-25T15:18:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=61ce57b5242984c297283de5868ea4938391a911'/>
<id>61ce57b5242984c297283de5868ea4938391a911</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>network, yuzu: Improve variable naming and style consistency</title>
<updated>2022-07-25T19:59:31+00:00</updated>
<author>
<name>FearlessTobi</name>
<email>thm.frey@gmail.com</email>
</author>
<published>2022-07-25T15:08:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=6a2dcc8b3d4ed0940e33d60fee701bcdb063eb6b'/>
<id>6a2dcc8b3d4ed0940e33d60fee701bcdb063eb6b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>network: Move global state into a seperate class</title>
<updated>2022-07-25T19:59:31+00:00</updated>
<author>
<name>FearlessTobi</name>
<email>thm.frey@gmail.com</email>
</author>
<published>2022-07-22T14:31:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=7d82e57b91dee30e0fe6fed36550ea7cc9eb778e'/>
<id>7d82e57b91dee30e0fe6fed36550ea7cc9eb778e</id>
<content type='text'>
Co-Authored-By: Narr the Reg &lt;5944268+german77@users.noreply.github.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-Authored-By: Narr the Reg &lt;5944268+german77@users.noreply.github.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>network: Add initial files and enet dependency</title>
<updated>2022-07-25T19:57:14+00:00</updated>
<author>
<name>FearlessTobi</name>
<email>thm.frey@gmail.com</email>
</author>
<published>2022-07-06T00:20:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=dcfe0a5febb252e3a4f40c1b25765740a269467f'/>
<id>dcfe0a5febb252e3a4f40c1b25765740a269467f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Massive removal of unused modules</title>
<updated>2018-01-13T02:11:03+00:00</updated>
<author>
<name>James Rowe</name>
<email>jroweboy@gmail.com</email>
</author>
<published>2018-01-12T02:21:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=ebf9a784a9f7f4148a669dbb39e7cd50df779a14'/>
<id>ebf9a784a9f7f4148a669dbb39e7cd50df779a14</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement basic virtual Room support based on enet (#2803)</title>
<updated>2017-07-07T19:34:15+00:00</updated>
<author>
<name>B3n30</name>
<email>bene_thomas@web.de</email>
</author>
<published>2017-07-07T19:34:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/yuzu/commit/?id=2e37ce01c9dcdc5932cf5fe47a1ade0e0d2b7cf8'/>
<id>2e37ce01c9dcdc5932cf5fe47a1ade0e0d2b7cf8</id>
<content type='text'>
* Added support for network with ENet lib,

connecting is possible, but data can't be sent, yet.

* fixup! Added support for network with ENet lib,

* fixup! CLang

* fixup! Added support for network with ENet lib,

* fixup! Added support for network with ENet lib,

* fixup! Clang format

* More fixups!

* Moved ENetHost* and ENetPeer* into pimpl classes

* fixup! Moved ENetHost* and ENetPeer* into pimpl classes

* fixup! Clang again

* fixup! Moved ENetHost* and ENetPeer* into pimpl classes

* fixup! Moved ENetHost* and ENetPeer* into pimpl classes

* fixup! Moved ENetHost* and ENetPeer* into pimpl classes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Added support for network with ENet lib,

connecting is possible, but data can't be sent, yet.

* fixup! Added support for network with ENet lib,

* fixup! CLang

* fixup! Added support for network with ENet lib,

* fixup! Added support for network with ENet lib,

* fixup! Clang format

* More fixups!

* Moved ENetHost* and ENetPeer* into pimpl classes

* fixup! Moved ENetHost* and ENetPeer* into pimpl classes

* fixup! Clang again

* fixup! Moved ENetHost* and ENetPeer* into pimpl classes

* fixup! Moved ENetHost* and ENetPeer* into pimpl classes

* fixup! Moved ENetHost* and ENetPeer* into pimpl classes
</pre>
</div>
</content>
</entry>
</feed>
