Skip to content

Commit dd869de

Browse files
committed
Update KallistiOS
1 parent de639ba commit dd869de

File tree

3 files changed

+2
-21
lines changed

3 files changed

+2
-21
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ SDL_LIBS = -lSDL_$(SDL_VER) \
6868

6969
IMAGE_LIBS = -lkmg -ljpeg -lpng -lz
7070
LUA_LIBS = -llua_$(LUA_VER)
71-
KLIBS = -lkosext2fs -lkosutils -lstdc++ -lm
71+
KLIBS = -lkosext2fs -lpthread -lkosutils -lstdc++ -lm
7272
GRAPHICS_LIBS = -ltsunami_$(TSUNAMI_VER) \
7373
-lparallax_$(PARALLAX_VER)
7474

exports.txt

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1969,8 +1969,6 @@ rwsem_init
19691969
#
19701970
pthread_condattr_init
19711971
pthread_condattr_destroy
1972-
pthread_condattr_getpshared
1973-
pthread_condattr_setpshared
19741972
pthread_cond_init
19751973
pthread_cond_destroy
19761974
pthread_cond_signal
@@ -1980,8 +1978,6 @@ pthread_cond_timedwait
19801978
#
19811979
pthread_mutexattr_init
19821980
pthread_mutexattr_destroy
1983-
pthread_mutexattr_getpshared
1984-
pthread_mutexattr_setpshared
19851981
pthread_mutex_init
19861982
pthread_mutex_destroy
19871983
pthread_mutex_lock
@@ -2001,16 +1997,12 @@ pthread_attr_init
20011997
pthread_attr_destroy
20021998
pthread_attr_getstacksize
20031999
pthread_attr_setstacksize
2004-
pthread_attr_getstackaddr
2005-
pthread_attr_setstackaddr
20062000
pthread_attr_getdetachstate
20072001
pthread_attr_setdetachstate
20082002
pthread_cancel
20092003
pthread_setcancelstate
20102004
pthread_setcanceltype
20112005
pthread_testcancel
2012-
pthread_cleanup_push
2013-
pthread_cleanup_pop
20142006
#
20152007
pthread_once
20162008
pthread_key_create
@@ -2050,17 +2042,6 @@ library_list
20502042
#
20512043
asic_evt_remove_handler
20522044
#
2053-
# CD-Rom
2054-
cdrom_init
2055-
cdrom_shutdown
2056-
cdrom_set_sector_size
2057-
cdrom_get_status
2058-
cdrom_exec_cmd
2059-
cdrom_change_dataype
2060-
cdrom_reinit_ex
2061-
cdrom_read_sectors_ex
2062-
cdrom_get_subcode
2063-
#
20642045
# FlashRom
20652046
flashrom_get_block
20662047
flashrom_get_ispcfg

sdk/doc/KallistiOS.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
e120412ac981ce36e51c941d03e0db2608651992
1+
de6feb24c33b81a2669c89ab1030b0e70c7924a0

0 commit comments

Comments
 (0)