Skip to content

Commit e1dd9a2

Browse files
committed
1 parent 520c3d9 commit e1dd9a2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

134 files changed

+3032
-189
lines changed

.cvsignore

Lines changed: 0 additions & 7 deletions
This file was deleted.

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ install: wii cube install-headers
295295
@mkdir -p $(DESTDIR)$(DEVKITPRO)/libogc2
296296
@cp -frv include $(DESTDIR)$(DEVKITPRO)/libogc2
297297
@cp -frv lib $(DESTDIR)$(DEVKITPRO)/libogc2
298-
@cp -frv libogc_license.txt $(DESTDIR)$(DEVKITPRO)/libogc2
298+
@cp -frv libogc2_license.txt $(DESTDIR)$(DEVKITPRO)/libogc2
299299
@cp -frv gamecube_rules wii_rules $(DESTDIR)$(DEVKITPRO)/libogc2
300300

301301
#---------------------------------------------------------------------------------
@@ -309,7 +309,7 @@ dist: wii cube install-headers
309309
@tar --exclude=*CVS* --exclude=.svn --exclude=wii --exclude=cube --exclude=*deps* \
310310
--exclude=*.bz2 --exclude=*include* --exclude=*lib/* --exclude=*docs/*\
311311
-cvjf libogc2-src-$(VERSTRING).tar.bz2 *
312-
@tar -cvjf libogc2-$(VERSTRING).tar.bz2 include lib libogc_license.txt gamecube_rules wii_rules
312+
@tar -cvjf libogc2-$(VERSTRING).tar.bz2 include lib libogc2_license.txt gamecube_rules wii_rules
313313

314314

315315
LIBRARIES := $(OGCLIB).a $(MODLIB).a $(DBLIB).a $(TINYSMBLIB).a $(ASNDLIB).a $(AESNDLIB).a $(ISOLIB).a

gc/di/di.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ Copyright (C) 2008
88
Erant
99
marcan
1010
11+
rodries
12+
emukidid
13+
1114
This software is provided 'as-is', without any express or implied
1215
warranty. In no event will the authors be held liable for any
1316
damages arising from the use of this software.

gc/gccore.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
33
gccore.h -- GC core header
44
5-
Copyright (C) 2004
5+
Copyright (C) 2004 - 2025
66
Michael Wiedenbauer (shagkur)
77
Dave Murphy (WinterMute)
8+
Extrems' Corner.org
89
910
This software is provided 'as-is', without any express or implied
1011
warranty. In no event will the authors be held liable for any
@@ -27,7 +28,6 @@ distribution.
2728
2829
-------------------------------------------------------------*/
2930

30-
3131
#ifndef __GCCORE_H__
3232
#define __GCCORE_H__
3333

gc/iso9660.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/****************************************************************************
22
* ISO9660 devoptab
33
*
4-
* Copyright (C) 2008-2010
5-
* tipoloski, clava, shagkur, Tantric, joedj
4+
* Copyright (C) 2008-2025
5+
* tipoloski, clava, shagkur, Tantric, joedj, Extrems
66
****************************************************************************/
77

88
#ifndef __ISO9660_H__

gc/netif/enc28j60if.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
enc28j60if.h -- ENC28J60 device driver
44
5-
Copyright (C) 2023 Extrems
5+
Copyright (C) 2023 Extrems' Corner.org
66
77
This software is provided 'as-is', without any express or implied
88
warranty. In no event will the authors be held liable for any

gc/netif/w5500if.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
w5500if.h -- W5500 device driver
44
5-
Copyright (C) 2024 Extrems
5+
Copyright (C) 2024 Extrems' Corner.org
66
77
This software is provided 'as-is', without any express or implied
88
warranty. In no event will the authors be held liable for any

gc/netif/w6100if.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
w6100if.h -- W6100 device driver
44
5-
Copyright (C) 2024 Extrems
5+
Copyright (C) 2024 Extrems' Corner.org
66
77
This software is provided 'as-is', without any express or implied
88
warranty. In no event will the authors be held liable for any

gc/ogc/aram.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
33
aram.h -- ARAM subsystem
44
5-
Copyright (C) 2004
5+
Copyright (C) 2004 - 2025
66
Michael Wiedenbauer (shagkur)
77
Dave Murphy (WinterMute)
8+
Extrems' Corner.org
89
910
This software is provided 'as-is', without any express or implied
1011
warranty. In no event will the authors be held liable for any
@@ -27,7 +28,6 @@ distribution.
2728
2829
-------------------------------------------------------------*/
2930

30-
3131
#ifndef __OGC_ARAM_H__
3232
#define __OGC_ARAM_H__
3333

gc/ogc/arqmgr.h

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*-------------------------------------------------------------
22
3+
arqmgr.h -- ARAM task request queue management
34
4-
arqmgr.h -- ARAM task queue management
5-
6-
Copyright (C) 2004
5+
Copyright (C) 2004 - 2025
76
Michael Wiedenbauer (shagkur)
87
Dave Murphy (WinterMute)
8+
Extrems' Corner.org
99
1010
This software is provided 'as-is', without any express or implied
1111
warranty. In no event will the authors be held liable for any
@@ -26,21 +26,17 @@ must not be misrepresented as being the original software.
2626
3. This notice may not be removed or altered from any source
2727
distribution.
2828
29-
3029
-------------------------------------------------------------*/
3130

32-
3331
#ifndef __OGC_ARQMGR_H__
3432
#define __OGC_ARQMGR_H__
3533

36-
3734
/*!
3835
* \file arqmgr.h
3936
* \brief ARAM queue management subsystem
4037
*
4138
*/
4239

43-
4440
#include <gctypes.h>
4541

4642
#ifdef __cplusplus

0 commit comments

Comments
 (0)