aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Collapse)AuthorAge
* Merge pull request #899 from zawata/Winsock-DeprecationGravatar bunnei2015-07-28
|\ | | | | SOC:U : Fix WinSock function deprecation
* \ Merge pull request #1003 from lioncash/armcruftGravatar bunnei2015-07-28
|\ \ | | | | | | dyncom: Minor cleanups.
* \ \ Merge pull request #873 from jroweboy/input_arrayGravatar Tony Wasserka2015-07-28
|\ \ \ | | | | | | | | Move input values into an array.
| | * | dyncom: Remove an unnecessary typedefGravatar Lioncash2015-07-28
| | | |
| | * | dyncom: Use enum class for instruction decoding resultsGravatar Lioncash2015-07-28
| | | |
| * | | Move input values into an arrayGravatar James Rowe2015-07-27
| | | |
| | * | dyncom: Remove code duplication regarding thumb instructionsGravatar Lioncash2015-07-27
| | | |
| | * | dyncom: Migrate exclusive memory access control into armstateGravatar Lioncash2015-07-27
| | | |
| | * | dyncom: Remove duplicated typedef and externGravatar Lioncash2015-07-27
| |/ / |/| | | | | | | | These are already present in arm_dyncom_dec.h.
* | | dyncom: Use std::array for register arraysGravatar Lioncash2015-07-26
| | |
* | | dyncom: Use ARMul_State as an objectGravatar Lioncash2015-07-26
| | | | | | | | | | | | Gets rid of C-like parameter passing.
* | | dyncom: Remove unnecessary initialization code.Gravatar Lioncash2015-07-25
| | | | | | | | | | | | | | | | | | Targeting ARM version variants was only a thing on armemu. The reset routine also does basically the same thing as NewState.
* | | dyncom: Remove unnecessary abort-related cruftGravatar Lioncash2015-07-25
| | | | | | | | | | | | Both the MPCore and the ARM9 have the same data abort model (base restored), so differentiating isn't necessary.
* | | dyncom: Rename armdefs.h to armstate.hGravatar Lioncash2015-07-25
| | |
* | | dyncom: Get rid of skyeye typedefsGravatar Lioncash2015-07-25
| | |
* | | dyncom: Move helper functions to their own headerGravatar Lioncash2015-07-25
| | |
* | | dyncom: Move arminit.cpp and armsupp.cpp into skyeye_commonGravatar Lioncash2015-07-25
|/ /
* | Merge pull request #989 from lioncash/externGravatar Yuri Kunde Schlesner2015-07-25
|\ \ | | | | | | armdefs: Remove unnecessary extern keywords
| * | armdefs: Remove unnecessary extern keywordsGravatar Lioncash2015-07-25
| | |
* | | loader: Remove unnecessary else usagesGravatar Lioncash2015-07-25
|/ /
* | Merge pull request #888 from zawata/Warning-Fixes-2Gravatar Yuri Kunde Schlesner2015-07-25
|\ \ | | | | | | Core\HLE : Fix Warning
* \ \ Merge pull request #892 from zawata/another-warning-fixesGravatar Yuri Kunde Schlesner2015-07-25
|\ \ \ | | | | | | | | Yet More Warning Fixes
* \ \ \ Merge pull request #983 from yuriks/null-memory-fillGravatar Yuri Kunde Schlesner2015-07-23
|\ \ \ \ | | | | | | | | | | GSP: Don't try to write memory fill registers if start address is 0
| * | | | GSP: Don't try to write memory fill registers if start address is 0Gravatar Yuri Kunde Schlesner2015-07-23
| | | | | | | | | | | | | | | | | | | | | | | | | Verified to be what GSP does via REing. Fixes invalid virt->phys translation error spam in some games.
* | | | | Qt/GPU Breakpoints: Added three more breakpoint types:Gravatar Subv2015-07-23
|/ / / / | | | | | | | | | | | | | | | | | | | | * IncomingDisplayTransfer: Triggered just before a display transfer is performed. * GSPCommandProcessed: Triggered right after a GSP command is processed. * BufferSwapped: Triggered when the frames flip
* | | | Merge pull request #962 from Subv/am_appGravatar bunnei2015-07-21
|\ \ \ \ | | | | | | | | | | Services/AM: Stubbed am:app::GetNumContentInfos to return 0 results.
* \ \ \ \ Merge pull request #966 from Subv/logGravatar bunnei2015-07-21
|\ \ \ \ \ | | | | | | | | | | | | Services/Logging: Log more useful information when some operations fail.
| * | | | | Services/Logging: Log more useful information when some operations fail.Gravatar Subv2015-07-21
| | | | | | | | | | | | | | | | | | | | | | | | Namely OpenFileDirectly, OpenDirectory and OpenArchive
* | | | | | Merge pull request #957 from Subv/hwtest_crashGravatar bunnei2015-07-21
|\ \ \ \ \ \ | | | | | | | | | | | | | | Kernel/Scheduling: Clean up a thread's wait_objects when its scheduled.
* | | | | | | dyncom: Pass SVC immediates directly.Gravatar Lioncash2015-07-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously it would just re-read the already decoded instruction and extract the immediate value.
| | | * | | | Services/AM: Stubbed am:app::GetNumContentInfos to return 0 results.Gravatar Subv2015-07-21
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Named the service functions in am:app as per 3dbrew. This fixes an illegal read loop in Steel Diver
* | / / / / Services/CFG: Added some missing functions to cfg:sGravatar Subv2015-07-20
| |/ / / / |/| | | |
| * | | | Kernel/Scheduling: Clean up a thread's wait_objects when its scheduled.Gravatar Subv2015-07-20
|/ / / / | | | | | | | | | | | | They'll be reset if needed during the next svcWaitSynchronization call (if there's any pending)
* | | | Merge pull request #939 from Subv/queryprocmemGravatar bunnei2015-07-20
|\ \ \ \ | | | | | | | | | | Kernel/SVC: Implemented svcQueryProcessMemory
* \ \ \ \ Merge pull request #951 from Subv/bit5Gravatar bunnei2015-07-19
|\ \ \ \ \ | | | | | | | | | | | | GPU/DisplayTransfer: Implemented bit 5 in the transfer flags.
* \ \ \ \ \ Merge pull request #946 from archshift/update-frduGravatar bunnei2015-07-19
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add more frd:u unknown service commands from 3dbrew
| | | | | | * SOC:U : Update deprecated function gethostbyname() to getaddrinfo()Gravatar zawata2015-07-19
| | | | | | |
| | * | | | | GPU/DisplayTransfer: Implemented bit 5 in the transfer flags.Gravatar Subv2015-07-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | It tells the GPU to not swizzle/de-swizzle the input during the transfer.
* | | | | | | dyncom: Properly retrieve the PC value in BX if used.Gravatar Lioncash2015-07-19
| |/ / / / / |/| | | | |
* | | | | | Change trace/unimplemented service call logs to use hexGravatar archshift2015-07-19
| | | | | | | | | | | | | | | | | | | | | | | | Changes the log to use hex in the parameter list instead of decimal.
| * | | | | Add more frd:u unknown service commands from 3dbrewGravatar archshift2015-07-19
|/ / / / /
| | * | | Core : Change variable typeGravatar zawata2015-07-19
| | | | | | | | | | | | | | | | | | | | and fix various warnings
| | * | | Core : Fix Conversion WarningsGravatar zawata2015-07-19
| |/ / / |/| | |
* | | | Dyncom: Support for a missing ARMv6 Thumb MOV encodingGravatar Yuri Kunde Schlesner2015-07-18
| | | |
| * | | Kernel/SVC: Implemented svcQueryProcessMemoryGravatar Subv2015-07-17
|/ / /
* | | Merge pull request #938 from Subv/querymemGravatar Yuri Kunde Schlesner2015-07-17
|\ \ \ | | | | | | | | Kernel/SVC: Implemented svcQueryMemory.
| * | | Kernel/SVC: Implemented svcQueryMemory.Gravatar Subv2015-07-17
| | | |
* | | | Merge pull request #937 from yuriks/codeset-leakGravatar bunnei2015-07-17
|\ \ \ \ | |/ / / |/| | | Ensure all kernel objects are released during shutdown
| | * | Core\HLE : Fix WarningGravatar zawata2015-07-17
| | |/ | | | | | | | | | "signed/unsigned mismatch"
| * | Ensure all kernel objects are released during shutdownGravatar Yuri Kunde Schlesner2015-07-17
| | | | | | | | | | | | | | | | | | | | | | | | This commit fixes several kernel object leaks. The most severe of them was threads not being removed from the private handle table used for CoreTiming events. This resulted in Threads never being released, which in turn held references to Process, causing CodeSets to never be freed when loading other applications.