| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-07-28 | Merge pull request #1003 from lioncash/armcruft | bunnei | |
| dyncom: Minor cleanups. | |||
| 2015-07-28 | Merge pull request #873 from jroweboy/input_array | Tony Wasserka | |
| Move input values into an array. | |||
| 2015-07-28 | dyncom: Remove an unnecessary typedef | Lioncash | |
| 2015-07-28 | dyncom: Use enum class for instruction decoding results | Lioncash | |
| 2015-07-27 | Move input values into an array | James Rowe | |
| 2015-07-27 | dyncom: Remove code duplication regarding thumb instructions | Lioncash | |
| 2015-07-27 | dyncom: Migrate exclusive memory access control into armstate | Lioncash | |
| 2015-07-27 | dyncom: Remove duplicated typedef and extern | Lioncash | |
| These are already present in arm_dyncom_dec.h. | |||
| 2015-07-26 | dyncom: Use std::array for register arrays | Lioncash | |
| 2015-07-26 | dyncom: Use ARMul_State as an object | Lioncash | |
| Gets rid of C-like parameter passing. | |||
| 2015-07-25 | dyncom: Remove unnecessary initialization code. | Lioncash | |
| Targeting ARM version variants was only a thing on armemu. The reset routine also does basically the same thing as NewState. | |||
| 2015-07-25 | dyncom: Remove unnecessary abort-related cruft | Lioncash | |
| Both the MPCore and the ARM9 have the same data abort model (base restored), so differentiating isn't necessary. | |||
| 2015-07-25 | dyncom: Rename armdefs.h to armstate.h | Lioncash | |
| 2015-07-25 | dyncom: Get rid of skyeye typedefs | Lioncash | |
| 2015-07-25 | dyncom: Move helper functions to their own header | Lioncash | |
| 2015-07-25 | dyncom: Move arminit.cpp and armsupp.cpp into skyeye_common | Lioncash | |
| 2015-07-25 | Merge pull request #989 from lioncash/extern | Yuri Kunde Schlesner | |
| armdefs: Remove unnecessary extern keywords | |||
| 2015-07-25 | armdefs: Remove unnecessary extern keywords | Lioncash | |
| 2015-07-25 | loader: Remove unnecessary else usages | Lioncash | |
| 2015-07-25 | Merge pull request #888 from zawata/Warning-Fixes-2 | Yuri Kunde Schlesner | |
| Core\HLE : Fix Warning | |||
| 2015-07-25 | Merge pull request #892 from zawata/another-warning-fixes | Yuri Kunde Schlesner | |
| Yet More Warning Fixes | |||
| 2015-07-23 | Service/APT: Fixed a regression, PreloadLibraryApplet should also start an ↵ | Subv | |
| applet when called. | |||
| 2015-07-23 | Service/APT: Return proper parameters in GetLockHandle. | Subv | |
| Documented some APT functions This allows applets to boot. | |||
| 2015-07-23 | Merge pull request #983 from yuriks/null-memory-fill | Yuri Kunde Schlesner | |
| GSP: Don't try to write memory fill registers if start address is 0 | |||
| 2015-07-23 | GSP: Don't try to write memory fill registers if start address is 0 | Yuri Kunde Schlesner | |
| Verified to be what GSP does via REing. Fixes invalid virt->phys translation error spam in some games. | |||
| 2015-07-23 | Qt/GPU Breakpoints: Added three more breakpoint types: | Subv | |
| * IncomingDisplayTransfer: Triggered just before a display transfer is performed. * GSPCommandProcessed: Triggered right after a GSP command is processed. * BufferSwapped: Triggered when the frames flip | |||
| 2015-07-21 | Merge pull request #962 from Subv/am_app | bunnei | |
| Services/AM: Stubbed am:app::GetNumContentInfos to return 0 results. | |||
| 2015-07-21 | Merge pull request #966 from Subv/log | bunnei | |
| Services/Logging: Log more useful information when some operations fail. | |||
| 2015-07-21 | Services/Logging: Log more useful information when some operations fail. | Subv | |
| Namely OpenFileDirectly, OpenDirectory and OpenArchive | |||
| 2015-07-21 | Merge pull request #957 from Subv/hwtest_crash | bunnei | |
| Kernel/Scheduling: Clean up a thread's wait_objects when its scheduled. | |||
| 2015-07-21 | dyncom: Pass SVC immediates directly. | Lioncash | |
| Previously it would just re-read the already decoded instruction and extract the immediate value. | |||
| 2015-07-21 | Services/AM: Stubbed am:app::GetNumContentInfos to return 0 results. | Subv | |
| Named the service functions in am:app as per 3dbrew. This fixes an illegal read loop in Steel Diver | |||
| 2015-07-20 | Services/CFG: Added some missing functions to cfg:s | Subv | |
| 2015-07-20 | Kernel/Scheduling: Clean up a thread's wait_objects when its scheduled. | Subv | |
| They'll be reset if needed during the next svcWaitSynchronization call (if there's any pending) | |||
| 2015-07-20 | Merge pull request #939 from Subv/queryprocmem | bunnei | |
| Kernel/SVC: Implemented svcQueryProcessMemory | |||
| 2015-07-19 | Merge pull request #951 from Subv/bit5 | bunnei | |
| GPU/DisplayTransfer: Implemented bit 5 in the transfer flags. | |||
| 2015-07-19 | Merge pull request #946 from archshift/update-frdu | bunnei | |
| Add more frd:u unknown service commands from 3dbrew | |||
| 2015-07-19 | SOC:U : Update deprecated function gethostbyname() to getaddrinfo() | zawata | |
| 2015-07-19 | GPU/DisplayTransfer: Implemented bit 5 in the transfer flags. | Subv | |
| It tells the GPU to not swizzle/de-swizzle the input during the transfer. | |||
| 2015-07-19 | dyncom: Properly retrieve the PC value in BX if used. | Lioncash | |
| 2015-07-19 | Change trace/unimplemented service call logs to use hex | archshift | |
| Changes the log to use hex in the parameter list instead of decimal. | |||
| 2015-07-19 | Add more frd:u unknown service commands from 3dbrew | archshift | |
| 2015-07-19 | Core : Change variable type | zawata | |
| and fix various warnings | |||
| 2015-07-19 | Core : Fix Conversion Warnings | zawata | |
| 2015-07-18 | Dyncom: Support for a missing ARMv6 Thumb MOV encoding | Yuri Kunde Schlesner | |
| 2015-07-17 | Kernel/SVC: Implemented svcQueryProcessMemory | Subv | |
| 2015-07-17 | Merge pull request #938 from Subv/querymem | Yuri Kunde Schlesner | |
| Kernel/SVC: Implemented svcQueryMemory. | |||
| 2015-07-17 | Kernel/SVC: Implemented svcQueryMemory. | Subv | |
| 2015-07-17 | Merge pull request #937 from yuriks/codeset-leak | bunnei | |
| Ensure all kernel objects are released during shutdown | |||
| 2015-07-17 | Core\HLE : Fix Warning | zawata | |
| "signed/unsigned mismatch" | |||
