tp/include/m_Do
LagoLunatic 956e84b0e7
Start linking some TUs on debug and PAL (#2612)
* Fix clang union handling (affects all TUs including d_camera.h)

Union members with non-trivial ctors/dtors is undefined behavior and clangd normally throws a fit and refuses to parse the whole union, but it seems to be possible to ifdef the problematic ctors out for non-mwerks compilers and explicitly tell modern compilers to use the defaults instead. Thanks to encounter for this fix.

* Link all TUs that already match on debug

In order to link TUs for debug, most functions seem to need to have their alignment set to 16 in symbols.txt. There are a few hundred functions that seem to be the exception and break when their alignment is set to 16, but I don't know the reason for this.

* Remove some fakematches (nosyminline/sym off) for weak func order in retail

* Fix clang not knowing that MSL_C++ is C++

* Link more debug TUs

* Fix missing PAL split

* Fix wrong slashes being used in includes

* RZDE01_00: Fix incorrect capitalization in config.yml

* Add RZDE01_00 to configure task

* Revert configure.py to use MatchingFor

* Fix PAL splits and symbols, link matching PAL TUs
2025-08-27 17:37:31 -07:00
..
m_Do_DVDError.h
m_Do_MemCard.h e_hb equivalent / some pal work (#2577) 2025-08-10 10:27:45 -06:00
m_Do_MemCardRWmng.h e_hb equivalent / some pal work (#2577) 2025-08-10 10:27:45 -06:00
m_Do_Reset.h
m_Do_audio.h d_a_npc_tk equivalent (#2483) 2025-06-13 16:40:18 +03:00
m_Do_controller_pad.h d_vibration / JUTGamePad matched + linked (#2256) 2024-12-02 21:15:03 +02:00
m_Do_dvd_thread.h copy dolsdk2004 to tp / b_bh + e_mb done (#2299) 2025-02-10 21:20:42 +02:00
m_Do_ext.h d_a_e_hp almost matching (#2585) 2025-08-15 12:50:49 +03:00
m_Do_graphic.h Start linking some TUs on debug and PAL (#2612) 2025-08-27 17:37:31 -07:00
m_Do_hostIO.h Debug build now takes .alf as input instead of .dol (#2360) 2025-03-30 15:43:44 -07:00
m_Do_lib.h f_op_actor_mng matching (#2325) 2025-03-12 15:57:14 -07:00
m_Do_machine.h copy dolsdk2004 to tp / b_bh + e_mb done (#2299) 2025-02-10 21:20:42 +02:00
m_Do_machine_exception.h
m_Do_main.h Various alignments to debug + matching TUs (#2391) 2025-04-13 11:55:52 -07:00
m_Do_mtx.h Miscellaneous match improvements (#2562) 2025-07-31 02:19:46 -07:00
m_Do_printf.h switch to dtk setup (#2203) 2024-10-10 08:29:58 -06:00
m_Re_controller_pad.h some more wii tests/improvements (#2512) 2025-07-01 01:17:50 +03:00