@@ -475,33 +475,33 @@ def MatchingFor(*versions):
475475 Object (NonMatching , "dolphin/src/axfx/reverb_hi.c" ),
476476 Object (NonMatching , "dolphin/src/axfx/reverb_std.c" ),
477477 Object (NonMatching , "dolphin/src/axfx/chorus.c" ),
478- Object (NonMatching , "dolphin/src/axfx/delay.c" ),
479- Object (NonMatching , "dolphin/src/axfx/axfx.c" ),
478+ Object (Matching , "dolphin/src/axfx/delay.c" ),
479+ Object (Matching , "dolphin/src/axfx/axfx.c" ),
480480 Object (NonMatching , "dolphin/src/axfx/reverb_hi_4ch.c" ),
481481 ]
482482 ),
483483 DolphinLib (
484484 "base" ,
485485 [
486- Object (NonMatching , "dolphin/src/base/PPCArch.c" )
486+ Object (Matching , "dolphin/src/base/PPCArch.c" )
487487 ]
488488 ),
489489 DolphinLib (
490490 "card" ,
491491 [
492- Object (NonMatching , "dolphin/src/card/CARDBios.c" ),
492+ Object (Matching , "dolphin/src/card/CARDBios.c" ),
493493 Object (NonMatching , "dolphin/src/card/CARDUnlock.c" ),
494- Object (NonMatching , "dolphin/src/card/CARDRdwr.c" ),
495- Object (NonMatching , "dolphin/src/card/CARDBlock.c" ),
496- Object (NonMatching , "dolphin/src/card/CARDDir.c" ),
497- Object (NonMatching , "dolphin/src/card/CARDCheck.c" ),
498- Object (NonMatching , "dolphin/src/card/CARDMount.c" ),
499- Object (NonMatching , "dolphin/src/card/CARDFormat.c" ),
494+ Object (Matching , "dolphin/src/card/CARDRdwr.c" ),
495+ Object (Matching , "dolphin/src/card/CARDBlock.c" ),
496+ Object (Matching , "dolphin/src/card/CARDDir.c" ),
497+ Object (Matching , "dolphin/src/card/CARDCheck.c" ),
498+ Object (Matching , "dolphin/src/card/CARDMount.c" ),
499+ Object (Matching , "dolphin/src/card/CARDFormat.c" ),
500500 Object (NonMatching , "dolphin/src/card/CARDOpen.c" ),
501- Object (NonMatching , "dolphin/src/card/CARDCreate.c" ),
501+ Object (Matching , "dolphin/src/card/CARDCreate.c" ),
502502 Object (NonMatching , "dolphin/src/card/CARDRead.c" ),
503- Object (NonMatching , "dolphin/src/card/CARDWrite.c" ),
504- Object (NonMatching , "dolphin/src/card/CARDDelete.c" ),
503+ Object (Matching , "dolphin/src/card/CARDWrite.c" ),
504+ Object (Matching , "dolphin/src/card/CARDDelete.c" ),
505505 Object (NonMatching , "dolphin/src/card/CARDStat.c" ),
506506 Object (NonMatching ,"dolphin/src/card/CARDStatEx.c" ),
507507 Object (NonMatching , "dolphin/src/card/CARDNet.c" ),
@@ -510,14 +510,14 @@ def MatchingFor(*versions):
510510 DolphinLib (
511511 "db" ,
512512 [
513- Object (NonMatching , "dolphin/src/db/db.c" ),
513+ Object (Matching , "dolphin/src/db/db.c" ),
514514 ]
515515 ),
516516 DolphinLib (
517517 "dsp" ,
518518 [
519519 Object (NonMatching , "dolphin/src/dsp/dsp.c" ),
520- Object (NonMatching , "dolphin/src/dsp/dsp_debug.c" ),
520+ Object (Matching , "dolphin/src/dsp/dsp_debug.c" ),
521521 Object (NonMatching , "dolphin/src/dsp/dsp_task.c" )
522522 ]
523523 ),
@@ -527,18 +527,18 @@ def MatchingFor(*versions):
527527 Object (NonMatching , "dolphin/src/dvd/dvdlow.c" ),
528528 Object (NonMatching , "dolphin/src/dvd/dvdfs.c" ),
529529 Object (NonMatching , "dolphin/src/dvd/dvd.c" ),
530- Object (NonMatching , "dolphin/src/dvd/dvdqueue.c" ),
531- Object (NonMatching , "dolphin/src/dvd/dvderror.c" ),
532- Object (NonMatching , "dolphin/src/dvd/dvdidutils.c" ),
533- Object (NonMatching , "dolphin/src/dvd/dvdFatal.c" ),
534- Object (NonMatching , "dolphin/src/dvd/emu_level2/fstload.c" ),
530+ Object (Matching , "dolphin/src/dvd/dvdqueue.c" ),
531+ Object (Matching , "dolphin/src/dvd/dvderror.c" ),
532+ Object (Matching , "dolphin/src/dvd/dvdidutils.c" ),
533+ Object (Matching , "dolphin/src/dvd/dvdFatal.c" ),
534+ Object (Matching , "dolphin/src/dvd/emu_level2/fstload.c" ),
535535 ],
536536 ),
537537 DolphinLib (
538538 "exi" ,
539539 [
540- Object (NonMatching , "dolphin/src/exi/EXIBios.c" ),
541- Object (NonMatching , "dolphin/src/exi/EXIUart.c" )
540+ Object (Matching , "dolphin/src/exi/EXIBios.c" ),
541+ Object (Matching , "dolphin/src/exi/EXIUart.c" )
542542 ]
543543 ),
544544 DolphinLib (
@@ -669,11 +669,11 @@ def MatchingFor(*versions):
669669 Object (Matching , "MSL_C/MSL_Common/errno.c" ),
670670 Object (NonMatching , "MSL_C/MSL_Common/file_io.c" ),
671671 Object (NonMatching , "MSL_C/MSL_Common/FILE_POS.C" ),
672- Object (NonMatching , "MSL_C/MSL_Common/locale.c" ),
672+ Object (Matching , "MSL_C/MSL_Common/locale.c" ),
673673 Object (NonMatching , "MSL_C/MSL_Common/mbstring.c" ),
674674 Object (NonMatching , "MSL_C/MSL_Common/mem.c" ),
675675 Object (NonMatching , "MSL_C/MSL_Common/mem_funcs.c" ),
676- Object (NonMatching , "MSL_C/MSL_Common/misc_io.c" ),
676+ Object (Matching , "MSL_C/MSL_Common/misc_io.c" ),
677677 Object (NonMatching , "MSL_C/MSL_Common/printf.c" ),
678678 Object (NonMatching , "MSL_C/MSL_Common/qsort.c" ),
679679 Object (NonMatching , "MSL_C/MSL_Common/rand.c" ),
@@ -682,7 +682,7 @@ def MatchingFor(*versions):
682682 Object (NonMatching , "MSL_C/MSL_Common/string.c" ),
683683 Object (NonMatching , "MSL_C/MSL_Common/strtold.c" ),
684684 Object (NonMatching , "MSL_C/MSL_Common/strtoul.c" ),
685- Object (NonMatching , "MSL_C/MSL_Common/float.c" ),
685+ Object (Matching , "MSL_C/MSL_Common/float.c" ),
686686 Object (NonMatching , "MSL_C/MSL_Common/char_io.c" ),
687687 Object (NonMatching , "MSL_C/MSL_Common/wchar_io.c" ),
688688 Object (NonMatching , "MSL_C/MSL_Common_Embedded/uart_console_io_gcn.c" )
@@ -692,8 +692,8 @@ def MatchingFor(*versions):
692692 "fdlibm.PPCEABI.H" ,
693693 [],
694694 [
695- Object (NonMatching , "MSL_C/MSL_Common_Embedded/Math/Double_precision/e_acos.c" ),
696- Object (NonMatching , "MSL_C/MSL_Common_Embedded/Math/Double_precision/e_asin.c" ),
695+ Object (Matching , "MSL_C/MSL_Common_Embedded/Math/Double_precision/e_acos.c" ),
696+ Object (Matching , "MSL_C/MSL_Common_Embedded/Math/Double_precision/e_asin.c" ),
697697 Object (Matching , "MSL_C/MSL_Common_Embedded/Math/Double_precision/e_atan2.c" ),
698698 Object (Matching , "MSL_C/MSL_Common_Embedded/Math/Double_precision/e_exp.c" ),
699699 Object (Matching , "MSL_C/MSL_Common_Embedded/Math/Double_precision/e_fmod.c" ),
@@ -721,7 +721,7 @@ def MatchingFor(*versions):
721721 Object (Matching , "MSL_C/MSL_Common_Embedded/Math/Double_precision/w_fmod.c" ),
722722 Object (Matching , "MSL_C/MSL_Common_Embedded/Math/Double_precision/w_log.c" ),
723723 Object (Matching , "MSL_C/MSL_Common_Embedded/Math/Double_precision/w_pow.c" ),
724- Object (NonMatching , "MSL_C/PPC_EABI/math_ppc.c" ),
724+ Object (Matching , "MSL_C/PPC_EABI/math_ppc.c" ),
725725 ]
726726 ),
727727 trkLib (
0 commit comments