<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Ryujinx/Ryujinx.Debugger, branch master</title>
<subtitle>A backup of the Ryujinx master git branch.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/Ryujinx/'/>
<entry>
<title>Remove the Ryujinx.Debugger project (#1506)</title>
<updated>2020-08-30T17:06:05+00:00</updated>
<author>
<name>Mary</name>
<email>me@thog.eu</email>
</author>
<published>2020-08-30T17:06:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/Ryujinx/commit/?id=4f3ae6f62ca5858c2b74eba5a15bad5dff580349'/>
<id>4f3ae6f62ca5858c2b74eba5a15bad5dff580349</id>
<content type='text'>
This project wasn't really used by anyone and isn't worth mantaining.

This commit remove the profiler entirely from Ryujinx and remove the associated CI tasks.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This project wasn't really used by anyone and isn't worth mantaining.

This commit remove the profiler entirely from Ryujinx and remove the associated CI tasks.</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade projects to C#8 (#1193)</title>
<updated>2020-05-04T02:14:48+00:00</updated>
<author>
<name>Ac_K</name>
<email>Acoustik666@gmail.com</email>
</author>
<published>2020-05-04T02:14:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/Ryujinx/commit/?id=4c54f36c380683ef4575becf516953b7b0dfd6fc'/>
<id>4c54f36c380683ef4575becf516953b7b0dfd6fc</id>
<content type='text'>
Some parts of our code needs C# 8 who isn't set as default in Visual Studio. To fix this we have to set the C# version correctly in the csproj files and then we are be able to build the project using Visual Studio.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some parts of our code needs C# 8 who isn't set as default in Visual Studio. To fix this we have to set the C# version correctly in the csproj files and then we are be able to build the project using Visual Studio.</pre>
</div>
</content>
</entry>
<entry>
<title>Use the official JSON parser (#1151)</title>
<updated>2020-04-30T12:07:41+00:00</updated>
<author>
<name>Thog</name>
<email>me@thog.eu</email>
</author>
<published>2020-04-30T12:07:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/Ryujinx/commit/?id=886e42fb19b5d69a6a256e20bd1b948124f790a3'/>
<id>886e42fb19b5d69a6a256e20bd1b948124f790a3</id>
<content type='text'>
This remove Utf8son and JsonPrettyPrinter dependencies.

NOTE: the standard JSON parser doesn't support configurable
indentation, as a result, all the pretty printed JSON are indented with 2
spaces.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This remove Utf8son and JsonPrettyPrinter dependencies.

NOTE: the standard JSON parser doesn't support configurable
indentation, as a result, all the pretty printed JSON are indented with 2
spaces.</pre>
</div>
</content>
</entry>
<entry>
<title>Update .NET Core to 3.1, and update NuGet Packages (#1121)</title>
<updated>2020-04-22T04:13:41+00:00</updated>
<author>
<name>Michael Kuklinski</name>
<email>14104310+ameisen@users.noreply.github.com</email>
</author>
<published>2020-04-22T04:13:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/Ryujinx/commit/?id=c46edfab858051e4b800b2705df2c019c1d975cd'/>
<id>c46edfab858051e4b800b2705df2c019c1d975cd</id>
<content type='text'>
* Updated all NuGet packages to latest, and updated the framework from .NET Core 3.0 to 3.1.

* Updating appveyor settings for 3.1

Updating appveyor to use the netcoreapp3.1 path instead of 3.0.

* Removing unneeded NuGet package System.Runtime.CompilerServices.Unsafe.

* Removing unused NuGet package SharpFontCore.

* Removing unused NuGet package TimeZoneConverter.Posix

* Cleaning up by adding newline to a csproj.

* Simplfying a NuGet conditional include, and adding a warning disable for an annoying NuGet package.

* I'm not sure if .travis.yml is still used, but I'm updating its 'dotnet' version to the correct SDK.

* Making the runtime version into its own environment variable so it's a bit easier to change in the future.

* Removing OpenTK.NetStandard reference from Ryujinx.Common

* Fixing indentation in Common.csproj

* Updating the README to specify .NET Core 3.1.

* Reverting the update of the GTKSharp package so it doesn't block the PR.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Updated all NuGet packages to latest, and updated the framework from .NET Core 3.0 to 3.1.

* Updating appveyor settings for 3.1

Updating appveyor to use the netcoreapp3.1 path instead of 3.0.

* Removing unneeded NuGet package System.Runtime.CompilerServices.Unsafe.

* Removing unused NuGet package SharpFontCore.

* Removing unused NuGet package TimeZoneConverter.Posix

* Cleaning up by adding newline to a csproj.

* Simplfying a NuGet conditional include, and adding a warning disable for an annoying NuGet package.

* I'm not sure if .travis.yml is still used, but I'm updating its 'dotnet' version to the correct SDK.

* Making the runtime version into its own environment variable so it's a bit easier to change in the future.

* Removing OpenTK.NetStandard reference from Ryujinx.Common

* Fixing indentation in Common.csproj

* Updating the README to specify .NET Core 3.1.

* Reverting the update of the GTKSharp package so it doesn't block the PR.</pre>
</div>
</content>
</entry>
<entry>
<title>Suppress warnings from fields never used or never assigned (CS0169 and CS0649) (#919)</title>
<updated>2020-04-20T21:59:59+00:00</updated>
<author>
<name>Cristallix</name>
<email>Cristallix@users.noreply.github.com</email>
</author>
<published>2020-04-20T21:59:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/Ryujinx/commit/?id=4738113f293ac2477a553225a24b6c489c6855f1'/>
<id>4738113f293ac2477a553225a24b6c489c6855f1</id>
<content type='text'>
* chore : disable unwanted warnings and minor code cleanup

* chore : remove more warnings

* fix : reorder struct correctly

* fix : restore _isKernel and remove useless comment

* fix : copy/paste error

* fix : restore CallMethod call

* fix : whitespace

* chore : clean using

* feat : remove warnings

* fix : simplify warning removal on struct

* fix : revert fields deletion and code clean up

* fix : re-add RE value

* fix : typo</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* chore : disable unwanted warnings and minor code cleanup

* chore : remove more warnings

* fix : reorder struct correctly

* fix : restore _isKernel and remove useless comment

* fix : copy/paste error

* fix : restore CallMethod call

* fix : whitespace

* chore : clean using

* feat : remove warnings

* fix : simplify warning removal on struct

* fix : revert fields deletion and code clean up

* fix : re-add RE value

* fix : typo</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the item name cannot be displayed in profiler view. (#1021)</title>
<updated>2020-03-24T17:48:03+00:00</updated>
<author>
<name>Chenj168</name>
<email>62330325+Chenj168@users.noreply.github.com</email>
</author>
<published>2020-03-24T17:48:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/Ryujinx/commit/?id=d0960e75aaa597f82905a64362bc8e104dc09bc3'/>
<id>d0960e75aaa597f82905a64362bc8e104dc09bc3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Render Profiler in GUI (#854)</title>
<updated>2020-02-06T11:25:47+00:00</updated>
<author>
<name>emmauss</name>
<email>emmausssss@gmail.com</email>
</author>
<published>2020-02-06T11:25:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benis.co.uk/Ryujinx/commit/?id=f2b9a9c2b0a3d7af3b56df9ae09db8a3b2d8506c'/>
<id>f2b9a9c2b0a3d7af3b56df9ae09db8a3b2d8506c</id>
<content type='text'>
* move profiler output to gui

* addressed commits, rebased

* removed whitespaces
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* move profiler output to gui

* addressed commits, rebased

* removed whitespaces
</pre>
</div>
</content>
</entry>
</feed>
