Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-08 | Kernel/File: Fixed file read/write hwtests | Subv | |
The 3DS allows the user to read from files opened with the Write access modifier, even if he did not specify the Read access modifier. Open the files in binary mode so that we can prevent CR/LF problems in Windows, where a line-end is replaced by these two bytes instead of just 0xA, this was causing problems with the GetSize test | |||
2014-12-07 | Merge pull request #245 from rohit-n/null-nullptr | bunnei | |
Change NULLs to nullptrs. | |||
2014-12-04 | Merge pull request #250 from Subv/cbranch_2 | bunnei | |
SVC: Implemented GetThreadId. | |||
2014-12-04 | Merge pull request #222 from archshift/renamexyz | bunnei | |
Implemented RenameFile and RenameDirectory in FS:USER | |||
2014-12-04 | Merge pull request #248 from lioncash/kernel | bunnei | |
Misc minor kernel-related changes. | |||
2014-12-04 | Threads: Remove a redundant function. | Subv | |
Use the next_thread_id variable directly. | |||
2014-12-04 | Threads: Implemented a sequential thread id | Subv | |
2014-12-03 | Updated archive.cpp functions for proper error handling | archshift | |
2014-12-04 | SVC: Implemented GetThreadId. | Subv | |
For now threads are using their Handle value as their Id, it should not really cause any problems because Handle values are unique in Citra, but it should be changed. I left a ToDo there because this is not correct behavior as per hardware. | |||
2014-12-04 | Merge pull request #249 from lioncash/enum | bunnei | |
mem_map: Make enum for addresses use u32 as the underlying type | |||
2014-12-03 | Merge pull request #247 from lioncash/const | bunnei | |
hid_user: Pass by reference with PadButtonPress/PadButtonRelease | |||
2014-12-03 | mem_map: Make enum for addresses use u32 as the underlying type | Lioncash | |
2014-12-03 | Merge pull request #238 from archshift/dsp | bunnei | |
Add stub for ConvertProcessFromDspDram | |||
2014-12-03 | Add stub for ConvertProcessFromDspDram | archshift | |
Should theoretically push retail stuff further along | |||
2014-12-03 | kernel: Shorten GetCount | Lioncash | |
2014-12-03 | kernel: Make some functions const | Lioncash | |
2014-12-03 | hid_user: Pass by reference with PadButtonPress/PadButtonRelease | Lioncash | |
2014-12-03 | PTM_U: Added a stub for GetBatteryLevel & GetBatteryChargeState & ↵ | purpasmart96 | |
GetAdapterState | |||
2014-12-03 | Change NULLs to nullptrs. | Rohit Nirmal | |
2014-12-03 | Merge pull request #236 from rohit-n/sign-compare | bunnei | |
Silence a few -Wsign-compare warnings. | |||
2014-12-03 | Merge pull request #231 from purpasmart96/serv_ac_wifi_status | bunnei | |
AC_U: Added a stub for GetWifiStatus | |||
2014-12-03 | Merge pull request #219 from Subv/ptm | bunnei | |
PTM_U: Implemented the GetShellState function. | |||
2014-12-02 | AC_U: Added a stub for GetWifiStatus | purpasmart96 | |
2014-11-30 | Silence a few -Wsign-compare warnings. | Rohit Nirmal | |
2014-11-30 | Merge pull request #237 from vaguilar/fix-viewport | bunnei | |
Fixed viewport error caused by rounding | |||
2014-11-30 | Merge pull request #224 from bunnei/dsp-service-improvements | bunnei | |
Dsp service improvements | |||
2014-11-30 | Merge pull request #214 from Subv/master | bunnei | |
CFG:U: Implemented the GetCountryCodeID and GetCountryCodeString | |||
2014-11-30 | Merge pull request #196 from archshift/settings | bunnei | |
Merge Config::ReadXYZs | |||
2014-11-30 | DSP: Added stubs for several commonly used DSP service functions. | bunnei | |
2014-11-30 | DSP: Fixed typo in port name. | bunnei | |
2014-11-30 | PTM_U: Implemented the GetShellState function. | Subv | |
2014-11-30 | Fixed viewport error caused by rounding | vaguilar | |
2014-11-30 | Merge pull request #225 from bunnei/fix-release-mutex | bunnei | |
Mutex: Changed behavior to always release mutex for all threads. | |||
2014-11-30 | Merge pull request #226 from bunnei/svc-and-thread-fixes | bunnei | |
Svc and thread fixes | |||
2014-11-30 | Merge pull request #228 from linkmauve/glfw-error | bunnei | |
GLFW: Add an error callback before calling glfwInit() | |||
2014-11-30 | Merge pull request #235 from yuriks/dyncom-map | bunnei | |
dyncom: Use unordered_map rather than the terrible 2-level bb_map | |||
2014-11-29 | CFG:U: Implemented the GetCountryCodeID and GetCountryCodeString. | Subv | |
2014-11-29 | GLFW: Add an error callback before calling glfwInit() | Emmanuel Gil Peyrot | |
It will print a message to know what happened in case something went wrong in a GLFW call. Also replace every printf() in the glfw emu-window by ERROR_LOG(). | |||
2014-11-29 | dyncom: Use unordered_map rather than the terrible 2-level bb_map | Yuri Kunde Schlesner | |
Seems (probably just placebo/wishful thinking) to make it slightly faster. Also reduces memory usage and makes shutdown when debugging from MSVC fast. | |||
2014-11-29 | arm_dyncom_interpreter: Get rid of unused var warnings | Lioncash | |
2014-11-27 | Fixed formatting and switch statement warnings | vaguilar | |
2014-11-26 | Thread: Check that thread is actually in "wait state" when verifying wait. | bunnei | |
2014-11-26 | SVC: Add debug log to ArbitrateAddress. | bunnei | |
2014-11-26 | SVC: SleepThread should yield to the next ready thread. | bunnei | |
2014-11-26 | Mutex: Changed behavior to always release mutex for all threads. | bunnei | |
2014-11-25 | Remove unused includes to common/thread.h | Emmanuel Gil Peyrot | |
2014-11-24 | Implemented RenameDirectory in FS:USER | archshift | |
2014-11-24 | Implemented RenameFile in FS:USER | archshift | |
2014-11-24 | Use pointers instead of passing handles around in some functions. | Yuri Kunde Schlesner | |
2014-11-24 | Remove duplicated docs/update them for changed parameters. | Yuri Kunde Schlesner | |