Historial de Commits

Autor SHA1 Mensaje Fecha
  Yuri Kunde Schlesner 7e2903cb74 Kernel: New handle manager hace 11 años
  Yuri Kunde Schlesner 73fba22c01 Rename ObjectPool to HandleTable hace 11 años
  purpasmart96 ebfd831ccb License change hace 11 años
  Yuri Kunde Schlesner e321decf98 Remove SyncRequest from K::Object and create a new K::Session type hace 11 años
  Yuri Kunde Schlesner 0600e2d8b5 Convert old logging calls to new logging macros hace 11 años
  archshift 43a682a106 Log the cmd_buff arguments when citra comes across an unimplemented function hace 11 años
  Yuri Kunde Schlesner 22c86824a4 Remove duplicated docs/update them for changed parameters. hace 11 años
  Yuri Kunde Schlesner c2588403c0 HLE: Revamp error handling throrough the HLE code hace 12 años
  Emmanuel Gil Peyrot f5d38649c7 Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated hace 11 años
  Yuri Kunde Schlesner d72708c1f5 Add `override` keyword through the code. hace 12 años
  Lioncash d30747efea core: Pass string by reference in FetchFromPortName and DeleteService hace 12 años
  Lioncash 98fa3f7cba Core: Alter the kernel string functions to use std::string instead of const char*. hace 12 años
  bunnei 004df76795 Merge branch 'threading' of https://github.com/bunnei/citra hace 12 años
  bunnei c95972275e HLE: Updated all uses of NULL to nullptr (to be C++11 compliant) hace 12 años
  bunnei 8cac527c94 Kernel: Updated several member functions to be const hace 12 años
  bunnei 870c6146e7 service: added a error log messages for unimplemented WaitSynchronization hace 12 años
  bunnei c451ad2835 service: cleaned up log messages hace 12 años
  bunnei 545e6919ce service: added additional hack to return success on unimplemented service calls hace 12 años
  bunnei 70af9d620b service: changed interface to return 0 (no error) when a service method is unimplemented - hack to make apps boot further hace 12 años
  bunnei a432dc8f39 kernel: added WaitSynchronization method to Kernel::Object hace 12 años
  bunnei 58a3adcdd2 kernel: updated SyncRequest to take boolean thread wait result as a parameter hace 12 años
  bunnei 16fea415d0 service: Renamed Sync to SyncRequest hace 12 años
  bunnei 0aa582bf89 service: fixed typo that MSVC did not catch as an error hace 12 años
  bunnei 9bf7ce535a service: removed redundant include of common_types.h hace 12 años
  bunnei 143bba2045 renamed "syscall" module to "svc" (more accurate naming) hace 12 años
  bunnei 44336329ed - created a Kernel namespace hace 12 años
  bunnei 112904b832 - renamed NewHandle to CreateHandle hace 12 años
  bunnei eab6fd01d7 - updated service(s) to be KernelObject's hace 12 años
  bunnei 725d240bf7 renamed "UID" to "Handle" where appropriate hace 12 años
  bunnei 772abad778 - moved Handle/Result definitions to kernel.h hace 12 años