Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-07 | Merge pull request #245 from rohit-n/null-nullptr | bunnei | |
Change NULLs to nullptrs. | |||
2014-12-07 | Merge pull request #252 from yuriks/patch-1 | Tony Wasserka | |
Resolve doxycomment duplication debate | |||
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 | Resolve doxycomment duplication debate | Yuri Kunde Schlesner | |
I believe putting comments in the headers has won by a good margin, with everyone other than me preferring it, so time to enshrine it. | |||
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 | Merge pull request #240 from Subv/cmake | bunnei | |
CMake: Place all built files in a single folder in MSVC | |||
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 | Merge pull request #230 from purpasmart96/hb_serv | bunnei | |
PTM_U: Added a stub for GetBatteryLevel & GetBatteryChargeState & GetAdapterState | |||
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-12-01 | CMake: Place all the built files in BUILD_DIR/bin/<Configuration> when ↵ | Subv | |
compiling with MSVC | |||
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-30 | Merge pull request #234 from lioncash/unused | bunnei | |
arm_dyncom_interpreter: Get rid of unused var warnings | |||
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-28 | Merge pull request #227 from vaguilar/fix-warnings | bunnei | |
Fixed formatting and switch statement warnings | |||
2014-11-27 | Fixed formatting and switch statement warnings | vaguilar | |
2014-11-26 | Merge pull request #223 from linkmauve/remove-thread | bunnei | |
Remove unused includes to common/thread.h | |||
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 | |