Revīziju vēsture

Autors SHA1 Ziņojums Datums
  bunnei 3013015a0c mem_map: Updated interface to expose template functions to other modules. 12 gadi atpakaļ
  bunnei ad1adb2f92 Merge pull request #26 from bunnei/romfs-archive 12 gadi atpakaļ
  bunnei b70c4fb48e NCCH: Updated ExeFS memory allocation to be safer. 12 gadi atpakaļ
  bunnei 542700ccb7 Archive: Added Init/Shutdown methods to reset kernel archive state. 12 gadi atpakaļ
  bunnei 1099d83455 Marked AppLoader_ELF, AppLoader_NCCH, and Archive_RomFS virtual functions as "override". 12 gadi atpakaļ
  bunnei 2d734bb6c5 Marked AppLoader_ELF, AppLoader_NCCH, and Archive_RomFS classes as "final" 12 gadi atpakaļ
  bunnei 2c62d92551 Loader: Updated read methods to be const 12 gadi atpakaļ
  bunnei 1ccdb6a769 Qt: Updated open dialog to include NCCH formats. 12 gadi atpakaļ
  bunnei 17a6148f9d FileSys: Added preliminary support for applications reading the RomFS archive. 12 gadi atpakaļ
  bunnei 82702fedb8 APT: Added stubbed ReceiveParameter and various cleanups. 12 gadi atpakaļ
  bunnei d8da707bb9 Loader: Refactored interface such that data is no longer stored by loader. 12 gadi atpakaļ
  bunnei 48e39fc992 FS: Added stubbed code to intercept and decode file system service functions. 12 gadi atpakaļ
  bunnei 8b8c8f4c13 Kernel: Added stubbed code to support creation of kernel Archive objects. 12 gadi atpakaļ
  bunnei 0cc3e85685 Core: Removed unused directory_file_system and meta_file_system modules. 12 gadi atpakaļ
  bunnei 469fe42fad Merge pull request #22 from bunnei/loader-improvements 12 gadi atpakaļ
  bunnei a7f1c54490 Loader: Refactored loading functions to only read data from binary if called. 12 gadi atpakaļ
  bunnei 6aebd4ac98 MemMap: Added a WriteBlock function to write a buffer of data to memory. 12 gadi atpakaļ
  bunnei cedc28dcc6 ELF: Refactored LoadInto(..) to use memcpy, removed unnecessary code. 12 gadi atpakaļ
  bunnei 62b444cd17 Loader: Refactored use of const. 12 gadi atpakaļ
  bunnei a8c4648520 NCCH: Added RomFS loading. 12 gadi atpakaļ
  bunnei 3da2bc6830 NCCH: Fixes reduce unnecessary logging and load logo/banner/etc. sections correctly. 12 gadi atpakaļ
  bunnei 7889cafc76 Loader: Implemented AppLoader interface for abstracting application loading. 12 gadi atpakaļ
  bunnei 10f11b958e Merge pull request #7 from archshift/travis-osx 12 gadi atpakaļ
  bunnei 280d7af35d Merge pull request #24 from bunnei/remove-autogenerated-files 12 gadi atpakaļ
  bunnei 4e4a028ecd citra_qt: Removed autogenerated files from repo and fixed build issues. 12 gadi atpakaļ
  archshift 99110dc460 Travis: Added OSX, use default compilers, moved cmds into own scripts 12 gadi atpakaļ
  bunnei 79a48082e2 NCCH: Changed decompression to load .code directly into memory rather than an intermediate buffer. 12 gadi atpakaļ
  bunnei c144ed5058 Elf: Removed unused macros, changed #include of "common.h" to just "common_types.h". 12 gadi atpakaļ
  bunnei 13bdaa6c60 Loader: Cleaned up and removed unused code, refactored ELF namespace. 12 gadi atpakaļ
  bunnei 1da361c7ab Elf: Renamed modules to be consistent with new loader naming, fixed tabs -> spaces. 12 gadi atpakaļ