aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2015-07-29Merge pull request #1013 from lioncash/unusedYuri Kunde Schlesner
2015-07-29dyncom: Remove an unused variableLioncash
2015-07-29core: Fix missing prototype warningsLioncash
2015-07-29Merge pull request #1009 from lioncash/tableYuri Kunde Schlesner
2015-07-29am_net: Add missing function to the function tableLioncash
2015-07-29am_net: Add correct function name to the function tableLioncash
2015-07-29Merge pull request #982 from Subv/homebunnei
2015-07-28dyncom: Handle left-operand PC correctly for data-processing opsLioncash
2015-07-28Merge pull request #899 from zawata/Winsock-Deprecationbunnei
2015-07-28Merge pull request #1003 from lioncash/armcruftbunnei
2015-07-28Merge pull request #873 from jroweboy/input_arrayTony Wasserka
2015-07-28dyncom: Remove an unnecessary typedefLioncash
2015-07-28dyncom: Use enum class for instruction decoding resultsLioncash
2015-07-27Move input values into an arrayJames Rowe
2015-07-27dyncom: Remove code duplication regarding thumb instructionsLioncash
2015-07-27dyncom: Migrate exclusive memory access control into armstateLioncash
2015-07-27dyncom: Remove duplicated typedef and externLioncash
2015-07-26dyncom: Use std::array for register arraysLioncash
2015-07-26dyncom: Use ARMul_State as an objectLioncash
2015-07-25dyncom: Remove unnecessary initialization code.Lioncash
2015-07-25dyncom: Remove unnecessary abort-related cruftLioncash
2015-07-25dyncom: Rename armdefs.h to armstate.hLioncash
2015-07-25dyncom: Get rid of skyeye typedefsLioncash
2015-07-25dyncom: Move helper functions to their own headerLioncash
2015-07-25dyncom: Move arminit.cpp and armsupp.cpp into skyeye_commonLioncash
2015-07-25Merge pull request #989 from lioncash/externYuri Kunde Schlesner
2015-07-25armdefs: Remove unnecessary extern keywordsLioncash
2015-07-25loader: Remove unnecessary else usagesLioncash
2015-07-25Merge pull request #888 from zawata/Warning-Fixes-2Yuri Kunde Schlesner
2015-07-25Merge pull request #892 from zawata/another-warning-fixesYuri Kunde Schlesner
2015-07-23Service/APT: Fixed a regression, PreloadLibraryApplet should also start an ap...Subv
2015-07-23Service/APT: Return proper parameters in GetLockHandle.Subv
2015-07-23Merge pull request #983 from yuriks/null-memory-fillYuri Kunde Schlesner
2015-07-23GSP: Don't try to write memory fill registers if start address is 0Yuri Kunde Schlesner
2015-07-23Qt/GPU Breakpoints: Added three more breakpoint types:Subv
2015-07-21Merge pull request #962 from Subv/am_appbunnei
2015-07-21Merge pull request #966 from Subv/logbunnei
2015-07-21Services/Logging: Log more useful information when some operations fail.Subv
2015-07-21Merge pull request #957 from Subv/hwtest_crashbunnei
2015-07-21dyncom: Pass SVC immediates directly.Lioncash
2015-07-21Services/AM: Stubbed am:app::GetNumContentInfos to return 0 results.Subv
2015-07-20Services/CFG: Added some missing functions to cfg:sSubv
2015-07-20Kernel/Scheduling: Clean up a thread's wait_objects when its scheduled.Subv
2015-07-20Merge pull request #939 from Subv/queryprocmembunnei
2015-07-19Merge pull request #951 from Subv/bit5bunnei
2015-07-19Merge pull request #946 from archshift/update-frdubunnei
2015-07-19SOC:U : Update deprecated function gethostbyname() to getaddrinfo()zawata
2015-07-19GPU/DisplayTransfer: Implemented bit 5 in the transfer flags.Subv
2015-07-19dyncom: Properly retrieve the PC value in BX if used.Lioncash
2015-07-19Change trace/unimplemented service call logs to use hexarchshift