<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mm/src/audio/session_config.c, branch gha</title>
<subtitle>Decompilation of The Legend of Zelda: Majora’s Mask</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/mm/'/>
<entry>
<title>Move gAudioTatumInit and gAudioHeapInitSizes to their own file, using data-with-rodata instead of const qualifiers (#1771)</title>
<updated>2024-12-21T01:41:28+00:00</updated>
<author>
<name>Tharo</name>
<email>17233964+Thar0@users.noreply.github.com</email>
</author>
<published>2024-12-21T01:41:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/mm/commit/?id=5a9c2871ed5f774c845a4f83d38bec5884b25f3e'/>
<id>5a9c2871ed5f774c845a4f83d38bec5884b25f3e</id>
<content type='text'>
* Do not qualify gAudioHeapInitSizes with const under AVOID_UB

* Move gAudioTatumInit and gAudioHeapInitSizes to their own file, move data to rodata

* Space</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Do not qualify gAudioHeapInitSizes with const under AVOID_UB

* Move gAudioTatumInit and gAudioHeapInitSizes to their own file, move data to rodata

* Space</pre>
</div>
</content>
</entry>
<entry>
<title>[Audio 9/9] Loose ends (#1755)</title>
<updated>2024-12-14T00:27:45+00:00</updated>
<author>
<name>Tharo</name>
<email>17233964+Thar0@users.noreply.github.com</email>
</author>
<published>2024-12-14T00:27:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/mm/commit/?id=fc8d1165c8beb6d6d54b54c2a56387c99b8d7861'/>
<id>fc8d1165c8beb6d6d54b54c2a56387c99b8d7861</id>
<content type='text'>
* [Audio 9/9] Loose ends

* Fix sampleconv memset bug

* Doc updates from oot</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [Audio 9/9] Loose ends

* Fix sampleconv memset bug

* Doc updates from oot</pre>
</div>
</content>
</entry>
<entry>
<title>Import data + bss (#1676)</title>
<updated>2024-09-07T22:03:00+00:00</updated>
<author>
<name>Derek Hensley</name>
<email>hensley.derek58@gmail.com</email>
</author>
<published>2024-09-07T22:03:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/mm/commit/?id=e982c44721a76972de0e16a971e6447fc68f3f67'/>
<id>e982c44721a76972de0e16a971e6447fc68f3f67</id>
<content type='text'>
* extract gfxprint font data as blobs

* Remove font from fault_drawer out name

* audio heap bss

* audio sequence bss

* audio session config bss

* Move code_801D1E80 down in the spec

* Gfxprint don't just include generated c file</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* extract gfxprint font data as blobs

* Remove font from fault_drawer out name

* audio heap bss

* audio sequence bss

* audio session config bss

* Move code_801D1E80 down in the spec

* Gfxprint don't just include generated c file</pre>
</div>
</content>
</entry>
<entry>
<title>`z_en_test7.c` Documentation Pass (#1497)</title>
<updated>2023-11-27T10:21:52+00:00</updated>
<author>
<name>engineer124</name>
<email>47598039+engineer124@users.noreply.github.com</email>
</author>
<published>2023-11-27T10:21:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/mm/commit/?id=5284302c8fcd7a708e427968b4737d7659d1fb44'/>
<id>5284302c8fcd7a708e427968b4737d7659d1fb44</id>
<content type='text'>
* copy over docs

* more docs

* some docs

* more docs

* small cleanup

* more small cleanup

* more small cleanup

* lerp time

* small reordering

* feather type

* general owl warp docs

* more cleanup

* rm redundant info

* PR Review

* PR Review</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* copy over docs

* more docs

* some docs

* more docs

* small cleanup

* more small cleanup

* more small cleanup

* lerp time

* small reordering

* feather type

* general owl warp docs

* more cleanup

* rm redundant info

* PR Review

* PR Review</pre>
</div>
</content>
</entry>
<entry>
<title>Stack cleanups (#1193)</title>
<updated>2023-03-08T18:25:51+00:00</updated>
<author>
<name>Anghelo Carvajal</name>
<email>angheloalf95@gmail.com</email>
</author>
<published>2023-03-08T18:25:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/mm/commit/?id=2f1e7b3de8695c8f093c18ee6fe2e9e5c4c9e15a'/>
<id>2f1e7b3de8695c8f093c18ee6fe2e9e5c4c9e15a</id>
<content type='text'>
* Use STACK and STACK_TOP everywhere

* format

* remove fake variable

* bss

* review

Co-authored-by: Derek Hensley &lt;hensley.derek58@gmail.com&gt;

* Update src/boot_O2_g3/boot_main.c

Co-authored-by: Derek Hensley &lt;hensley.derek58@gmail.com&gt;

* review

* renames

* more renames

* and more

* whoopsie, forgot those too

* hopefully the last cleanup

* forgot some stuff

* a

* bss

---------

Co-authored-by: Derek Hensley &lt;hensley.derek58@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Use STACK and STACK_TOP everywhere

* format

* remove fake variable

* bss

* review

Co-authored-by: Derek Hensley &lt;hensley.derek58@gmail.com&gt;

* Update src/boot_O2_g3/boot_main.c

Co-authored-by: Derek Hensley &lt;hensley.derek58@gmail.com&gt;

* review

* renames

* more renames

* and more

* whoopsie, forgot those too

* hopefully the last cleanup

* forgot some stuff

* a

* bss

---------

Co-authored-by: Derek Hensley &lt;hensley.derek58@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>rename audio files (#1188)</title>
<updated>2023-03-08T03:14:43+00:00</updated>
<author>
<name>engineer124</name>
<email>47598039+engineer124@users.noreply.github.com</email>
</author>
<published>2023-03-08T03:14:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/mm/commit/?id=9b33e6a3a55cbb3cb423c3b89ed4a712e34c0c4f'/>
<id>9b33e6a3a55cbb3cb423c3b89ed4a712e34c0c4f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
