<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vds-libraries/include, branch release/0.4.0</title>
<subtitle>Vita Development Suite Runtime Library</subtitle>
<link rel='alternate' type='text/html' href='http://git.shotatoshounenwachigau.moe/vita/vds-libraries/'/>
<entry>
<title>Add SceMode macros</title>
<updated>2021-04-07T02:57:12+00:00</updated>
<author>
<name>Reiko Asakura</name>
</author>
<published>2021-04-07T02:57:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.shotatoshounenwachigau.moe/vita/vds-libraries/commit/?id=d26954d30d2a6118cabc35fb1f7ba6d3dd7438f6'/>
<id>d26954d30d2a6118cabc35fb1f7ba6d3dd7438f6</id>
<content type='text'>
From SDK 0.945.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From SDK 0.945.
</pre>
</div>
</content>
</entry>
<entry>
<title>Enclose macro definition in parentheses</title>
<updated>2021-04-01T21:14:17+00:00</updated>
<author>
<name>Reiko Asakura</name>
</author>
<published>2021-04-01T21:14:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.shotatoshounenwachigau.moe/vita/vds-libraries/commit/?id=71d9443d87d33c6eb7f7e19aa8f07b6eb138cebd'/>
<id>71d9443d87d33c6eb7f7e19aa8f07b6eb138cebd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add NIDs to SceNpCommonPs4</title>
<updated>2021-03-26T22:20:11+00:00</updated>
<author>
<name>Reiko Asakura</name>
</author>
<published>2021-03-26T22:20:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.shotatoshounenwachigau.moe/vita/vds-libraries/commit/?id=5391e1eaa5494dd16de6e2680f9c942025b85e36'/>
<id>5391e1eaa5494dd16de6e2680f9c942025b85e36</id>
<content type='text'>
Every name is from the PS4 SceNpCommon except for
sceNpGetSystemClockLowUsec.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Every name is from the PS4 SceNpCommon except for
sceNpGetSystemClockLowUsec.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add inline forwarder for sysmodule with arg</title>
<updated>2021-03-26T18:29:44+00:00</updated>
<author>
<name>Reiko Asakura</name>
</author>
<published>2021-03-26T18:29:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.shotatoshounenwachigau.moe/vita/vds-libraries/commit/?id=8412457fa8cc570d5d14c022088b82d32ede93cd'/>
<id>8412457fa8cc570d5d14c022088b82d32ede93cd</id>
<content type='text'>
Official names for these functions have a underscore prefix, which is a
convention for forwarded syscalls. Since the forwarders are not found in
any system software module, they must be inline.

Also note that the fourth argument has unused fields, characteristic of
forwarded syscalls.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Official names for these functions have a underscore prefix, which is a
convention for forwarded syscalls. Since the forwarders are not found in
any system software module, they must be inline.

Also note that the fourth argument has unused fields, characteristic of
forwarded syscalls.
</pre>
</div>
</content>
</entry>
<entry>
<title>Changes to SceIniFileProcessor</title>
<updated>2021-03-26T16:19:39+00:00</updated>
<author>
<name>Reiko Asakura</name>
</author>
<published>2021-03-26T16:19:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.shotatoshounenwachigau.moe/vita/vds-libraries/commit/?id=ffb17c2ef2fdf320a81508a7076bb778f8dbb4e6'/>
<id>ffb17c2ef2fdf320a81508a7076bb778f8dbb4e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add C++ paf classes</title>
<updated>2021-03-20T20:12:07+00:00</updated>
<author>
<name>GrapheneCt</name>
</author>
<published>2021-03-20T20:12:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.shotatoshounenwachigau.moe/vita/vds-libraries/commit/?id=570d94b1429316d02e665db5f7298bef75f2ecdc'/>
<id>570d94b1429316d02e665db5f7298bef75f2ecdc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix struct SceKernelModuleLibraryInfo</title>
<updated>2021-03-19T22:31:51+00:00</updated>
<author>
<name>Reiko Asakura</name>
</author>
<published>2021-03-19T22:31:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.shotatoshounenwachigau.moe/vita/vds-libraries/commit/?id=9cc7f4277638eea11735f7b513dd7ac52ea6613d'/>
<id>9cc7f4277638eea11735f7b513dd7ac52ea6613d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update name, doc, prototype in sblaimgr.h</title>
<updated>2020-11-06T03:13:33+00:00</updated>
<author>
<name>Princess of Sleeping</name>
</author>
<published>2020-11-06T03:13:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.shotatoshounenwachigau.moe/vita/vds-libraries/commit/?id=425c446dd440122ccee4ec0ff4ed93230015ab44'/>
<id>425c446dd440122ccee4ec0ff4ed93230015ab44</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add prototypes and docs in kernel/sblacmgr.h</title>
<updated>2020-11-06T02:08:44+00:00</updated>
<author>
<name>Princess of Sleeping</name>
</author>
<published>2020-11-06T02:08:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.shotatoshounenwachigau.moe/vita/vds-libraries/commit/?id=15da0ea28dfaf0f0b90becc15bb05ffd04cccb0b'/>
<id>15da0ea28dfaf0f0b90becc15bb05ffd04cccb0b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add functions in SceDebugFor{Driver,Kernel}</title>
<updated>2020-10-31T09:08:35+00:00</updated>
<author>
<name>Princess of Sleeping</name>
</author>
<published>2020-10-31T09:08:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.shotatoshounenwachigau.moe/vita/vds-libraries/commit/?id=fff628b107ce064c36c08c4d7368f67d726a0a1f'/>
<id>fff628b107ce064c36c08c4d7368f67d726a0a1f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
