Advertisement
Guest User

Nintendo Switch open source software finds

a guest
Mar 3rd, 2017
455
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. Nintendo Switch open source software
  2. Console
  3. Nintendo Switch [Ver. 1.0.0]
  4. https://www.nintendo.co.jp/support/oss/data/NintendoSwitch_OpenSources1.0.0.zip
  5.  
  6.  
  7. Most interesting source code
  8. NSPR/
  9. NSS/
  10. src/
  11.  
  12. Nintendo Switch File System from oss
  13. nss/tmp/
  14. prdir/
  15. temp/ssl/
  16. tmp/
  17.  
  18.  
  19. NN_NINTENDO_SDK
  20. NNSDK
  21.  
  22. md/nnsdk_fsHelper.h
  23. nnsdk_ctr.h
  24. nnsdk_gcm.h
  25. _shlib_details.h
  26. nnsdk_mpi.h
  27. nnc/socket/socket_Api.h
  28. nnc/nn_SdkLog.h
  29. nnsdk_sdb.c
  30. conio.h
  31. io.h
  32. string.h
  33. memory.h
  34. process.h
  35. sqlite_nnsdk.c
  36. md/_nnsdk.h
  37. md/_nnsdk_errors.h
  38. jar.h
  39. nn/os/os_MemoryHeapCommon.h
  40.  
  41. On NNSDK we statically link all of our libs, so we don't really need to load anything or do the symbol redirection done
  42.  
  43. on other platforms.
  44.  
  45. On some platforms (NNSDK), no shared/dynamic library support is present so we statically "load" symbols for our usual shared libs.
  46.  
  47. Name of the lib on NNSDK, but it is just a stub on the fs since loadable libs are not supported.
  48. libnn_ckbi3.a
  49.  
  50. NNSDK's socket options are enums rather than macros
  51.  
  52. NNSDK doesn't like other threads re-opening the same file, so close the handles here.
  53.  
  54.  
  55. NNSDK_PAGE_SIZE: 4096
  56.  
  57. @System:%s/svrcache.ssl
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement