Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-08 | Merge pull request #242 from bunnei/fix-address-arbiters | bunnei | |
Thread: Fixed to wait on address when in arbitration. | |||
2014-12-08 | Thread: Fixed to wait on address when in arbitration. | bunnei | |
2014-12-08 | Merge pull request #244 from bunnei/cleanup-memmap | bunnei | |
MemMap: Updated memory map to subtract base address instead of mask. | |||
2014-12-08 | Merge pull request #263 from lioncash/sasx | bunnei | |
Fix emulation of SASX and SSAX instructions. | |||
2014-12-08 | Merge pull request #259 from ichfly/master | bunnei | |
Loader: Add 3DSX support | |||
2014-12-08 | Merge pull request #264 from Subv/files | bunnei | |
Kernel/File: Fixed file read/write hwtests | |||
2014-12-08 | Merge pull request #260 from archshift/opendir | bunnei | |
Make OpenDirectory fail if the directory doesn't exist | |||
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-08 | armemu: Fix SSAX | Lioncash | |
2014-12-08 | Loader: Add 3DSX support | ichfly | |
2014-12-08 | armemu: Fix SASX | Lioncash | |
2014-12-07 | armemu: Fix parenthesis warnings regarding bitwise ops | Lioncash | |
2014-12-07 | Make OpenDirectory fail if the directory doesn't exist | archshift | |
This is in line with what the hardware itself does. It does this by splitting the initial directory opening into Directory.Open(), which will return false if a stat fails. Then, Archive::OpenDirectory will return nullptr, and archive.cpp will return an error code . | |||
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-03 | MemMap: Updated memory map to subtract base address instead of mask. | bunnei | |
- More readable, a little less error prone. Conflicts: src/core/mem_map.h src/core/mem_map_funcs.cpp | |||
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 | |