Commit Graph

  • 2db294306f externals: Add boost submodule. Tony Wasserka 2014-12-07 21:48:57 +0100
  • 20d2ed0950 Make OpenDirectory fail if the directory doesn't exist archshift 2014-12-07 14:40:27 -0800
  • bc318c464b Mutex: Remove some forward declarations Subv 2014-12-07 15:57:28 -0500
  • 64128aa61a Mutex: Release all held mutexes when a thread exits. Subv 2014-12-07 15:44:21 -0500
  • 2aa2d341d0 Merge pull request #245 from rohit-n/null-nullptr bunnei 2014-12-07 13:40:04 -0500
  • f06922268a Merge pull request #252 from yuriks/patch-1 Tony Wasserka 2014-12-07 13:53:42 +0100
  • e3c8e4901c Mutex: Properly lock the mutex when a thread enters it Subv 2014-12-05 23:40:43 -0500
  • 17fae11fc7 Merge pull request #250 from Subv/cbranch_2 bunnei 2014-12-04 22:15:03 -0500
  • 5056329a80 Merge pull request #222 from archshift/renamexyz bunnei 2014-12-04 22:07:47 -0500
  • 21d183e1e6 Merge pull request #248 from lioncash/kernel bunnei 2014-12-04 22:05:20 -0500
  • 6fac2bf0ab Threads: Remove a redundant function. Subv 2014-12-04 14:59:56 -0500
  • ef1d5cda06 Threads: Implemented a sequential thread id Subv 2014-12-04 08:13:53 -0500
  • 139a4d91d9 Updated archive.cpp functions for proper error handling archshift 2014-11-24 15:45:20 -0800
  • 43f7f37d93 Resolve doxycomment duplication debate Yuri Kunde Schlesner 2014-12-04 04:47:52 -0200
  • 029ff9f1fd SVC: Implemented GetThreadId. Subv 2014-12-03 23:22:06 -0500
  • 846dc72a37 Merge pull request #249 from lioncash/enum bunnei 2014-12-04 00:01:13 -0500
  • 306b5392ca Merge pull request #247 from lioncash/const bunnei 2014-12-03 23:56:35 -0500
  • 9889a775b4 Merge pull request #240 from Subv/cmake bunnei 2014-12-03 23:46:53 -0500
  • 3ba32d2b53 mem_map: Make enum for addresses use u32 as the underlying type Lioncash 2014-12-03 23:34:22 -0500
  • abbc340957 Merge pull request #238 from archshift/dsp bunnei 2014-12-03 23:35:06 -0500
  • 5f45bbcc9a Merge pull request #230 from purpasmart96/hb_serv bunnei 2014-12-03 23:05:08 -0500
  • a404ad5272 Add stub for ConvertProcessFromDspDram archshift 2014-12-01 00:31:37 -0800
  • 208598dbe2 kernel: Shorten GetCount Lioncash 2014-12-03 19:55:45 -0500
  • 9b68d5e074 kernel: Make some functions const Lioncash 2014-12-03 19:48:34 -0500
  • 7ff8f0d916 hid_user: Pass by reference with PadButtonPress/PadButtonRelease Lioncash 2014-12-03 19:33:54 -0500
  • 16fc98af64 PTM_U: Added a stub for GetBatteryLevel & GetBatteryChargeState & GetAdapterState purpasmart96 2014-11-28 16:56:44 -0800
  • 8a62423970 Change NULLs to nullptrs. Rohit Nirmal 2014-12-03 12:57:57 -0600
  • 63b1453dd8 Merge pull request #236 from rohit-n/sign-compare bunnei 2014-12-03 10:04:47 -0500
  • e5b2733801 Merge pull request #231 from purpasmart96/serv_ac_wifi_status bunnei 2014-12-03 10:00:13 -0500
  • e2e56c7bac Merge pull request #219 from Subv/ptm bunnei 2014-12-03 09:58:52 -0500
  • e3886adc22 MemMap: Updated memory map to subtract base address instead of mask. bunnei 2014-12-03 01:13:29 -0500
  • 32d420330d AC_U: Added a stub for GetWifiStatus purpasmart96 2014-11-28 17:17:55 -0800
  • 8712c9dcd6 CMake: Place all the built files in BUILD_DIR/bin/<Configuration> when compiling with MSVC Subv 2014-12-01 18:48:27 -0500
  • f9b53c3e94 Silence a few -Wsign-compare warnings. Rohit Nirmal 2014-11-30 01:44:30 -0600
  • d5be332d21 Merge pull request #237 from vaguilar/fix-viewport bunnei 2014-11-30 23:24:16 -0500
  • 884ecd58ea Merge pull request #224 from bunnei/dsp-service-improvements bunnei 2014-11-30 23:21:34 -0500
  • b0a5b3d986 Merge pull request #214 from Subv/master bunnei 2014-11-30 23:19:07 -0500
  • 1827bb1fcc Merge pull request #196 from archshift/settings bunnei 2014-11-30 23:17:45 -0500
  • 3e286fff7c DSP: Added stubs for several commonly used DSP service functions. bunnei 2014-11-26 14:30:53 -0500
  • 45fd3fe5c4 DSP: Fixed typo in port name. bunnei 2014-11-26 00:39:36 -0500
  • 4cdaac44d3 PTM_U: Implemented the GetShellState function. Subv 2014-11-23 11:06:54 -0500
  • 95b33ee0a7 Fixed viewport error caused by rounding vaguilar 2014-11-30 00:48:10 -0800
  • e3d1ffff4b Merge pull request #225 from bunnei/fix-release-mutex bunnei 2014-11-30 08:47:49 -0500
  • a5afad0937 Merge pull request #226 from bunnei/svc-and-thread-fixes bunnei 2014-11-30 08:41:49 -0500
  • 2ad9ad9297 Merge pull request #228 from linkmauve/glfw-error bunnei 2014-11-30 08:41:17 -0500
  • 13005d54aa Merge pull request #235 from yuriks/dyncom-map bunnei 2014-11-30 08:35:03 -0500
  • 7328bfcc79 Merge pull request #234 from lioncash/unused bunnei 2014-11-30 08:32:39 -0500
  • 5753da89e4 CFG:U: Implemented the GetCountryCodeID and GetCountryCodeString. Subv 2014-11-19 15:55:33 -0500
  • 648743cf66 GLFW: Add an error callback before calling glfwInit() Emmanuel Gil Peyrot 2014-11-28 23:35:57 +0000
  • 4a68e91a62 dyncom: Use unordered_map rather than the terrible 2-level bb_map Yuri Kunde Schlesner 2014-11-29 17:42:39 -0200
  • 4f28861008 arm_dyncom_interpreter: Get rid of unused var warnings Lioncash 2014-11-29 14:13:29 -0500
  • a19354aced Add comment regarding __WIN32__ in SkyEye code darkf 2014-11-28 21:50:50 -0800
  • 459502e48c Fix MinGW build darkf 2014-11-28 21:38:20 -0800
  • 83c3d37cd0 Merge pull request #227 from vaguilar/fix-warnings bunnei 2014-11-28 23:08:18 -0500
  • 223e76d51d Fixed formatting and switch statement warnings vaguilar 2014-11-27 02:35:27 -0800
  • 2a4b698f8e Merge pull request #223 from linkmauve/remove-thread bunnei 2014-11-26 16:25:23 -0500
  • de851ba1a1 Thread: Check that thread is actually in "wait state" when verifying wait. bunnei 2014-11-26 00:38:50 -0500
  • f985469901 SVC: Add debug log to ArbitrateAddress. bunnei 2014-11-26 00:35:20 -0500
  • e0e7443517 SVC: SleepThread should yield to the next ready thread. bunnei 2014-11-26 00:34:14 -0500
  • a449e0e11a Mutex: Changed behavior to always release mutex for all threads. bunnei 2014-11-26 14:37:58 -0500
  • f8c05e53c4 Remove unused includes to common/thread.h Emmanuel Gil Peyrot 2014-11-25 20:37:23 +0000
  • 43a682a106 Log the cmd_buff arguments when citra comes across an unimplemented function archshift 2014-11-23 00:22:46 -0800
  • e5ff01c2cd Implemented RenameDirectory in FS:USER archshift 2014-11-24 01:12:58 -0800
  • 45afc15aa6 Implemented RenameFile in FS:USER archshift 2014-11-23 23:20:04 -0800
  • bb730855e5 Merge pull request #147 from yuriks/error-codes bunnei 2014-11-24 15:31:53 -0500
  • 8189593255 Use pointers instead of passing handles around in some functions. Yuri Kunde Schlesner 2014-11-24 15:51:50 -0200
  • 22c86824a4 Remove duplicated docs/update them for changed parameters. Yuri Kunde Schlesner 2014-10-31 21:19:20 -0200
  • c2588403c0 HLE: Revamp error handling throrough the HLE code Yuri Kunde Schlesner 2014-10-23 01:20:01 -0200
  • 924bbde89b Change some SkyEye defines to const ints Yuri Kunde Schlesner 2014-10-25 17:52:39 -0200
  • ef1b16a7eb Merge pull request #191 from archshift/deletexyz bunnei 2014-11-23 20:02:23 -0500
  • 3b65cfabfe Merge pull request #220 from yuriks/patch-1 bunnei 2014-11-23 16:57:24 -0500
  • 1d5d94a1b9 Update CONTRIBUTING.md Yuri Kunde Schlesner 2014-11-23 19:54:04 -0200
  • eee8cc67da Add comment style notes to CONTRIBUTING.md Yuri Kunde Schlesner 2014-11-23 19:44:00 -0200
  • aa986370f3 Merge pull request #190 from purpasmart96/more_services bunnei 2014-11-23 14:32:55 -0500
  • 8aeadbd95a Added DeleteFile and DeleteDirectory functions to FS:USER and the archives. archshift 2014-11-11 10:37:26 -0800
  • 9821bfcb8e Add more services and some fixes, along with more "override" in the service's headers purpasmart96 2014-11-12 13:13:08 -0800
  • c0cd0fa78e Merge pull request #211 from linkmauve/master bunnei 2014-11-19 15:24:46 -0500
  • 112768f436 Merge pull request #208 from lioncash/statics bunnei 2014-11-19 09:39:20 -0500
  • 739bb58c3a Remove tabs in all files except in skyeye imports and in generated GL code Emmanuel Gil Peyrot 2014-11-19 09:02:05 +0000
  • f5d38649c7 Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated Emmanuel Gil Peyrot 2014-11-19 08:49:13 +0000
  • 7cbecde2ca Add static to some variables Lioncash 2014-11-18 08:48:11 -0500
  • eeb921fc6e Merge pull request #212 from archshift/idea bunnei 2014-11-18 19:01:13 -0500
  • 66431bceda Kernel:Add missing permissions in shared memory & svc purpasmart96 2014-11-07 18:53:18 -0800
  • 40acd63631 Merge pull request #165 from neobrain/viewport-scaling bunnei 2014-11-18 18:32:01 -0500
  • b73cae6b75 Update gitignore to exclude project/editor files archshift 2014-11-18 15:15:41 -0800
  • 06c9712bc7 Merge Config::ReadXYZs archshift 2014-11-15 11:56:18 -0800
  • 219628d1c8 Merge pull request #207 from lioncash/docs Tony Wasserka 2014-11-18 16:55:58 +0100
  • d218a547fa Merge pull request #209 from lioncash/warn Tony Wasserka 2014-11-18 16:54:56 +0100
  • ed4e599008 Merge pull request #210 from lioncash/typedef Tony Wasserka 2014-11-18 16:54:37 +0100
  • b37f91c617 system: Get rid of an unnecessary enum typedef Lioncash 2014-11-18 08:57:25 -0500
  • 548c49dfe9 directory_sdmc: Fix a signed/unsigned mismatch comparison Lioncash 2014-11-18 08:51:03 -0500
  • 9010b54a90 Merge pull request #206 from lioncash/semicolon Tony Wasserka 2014-11-18 14:42:48 +0100
  • 64cc6cb6cf Fix documentation of parameters Lioncash 2014-11-18 08:31:24 -0500
  • 1a8f466217 Remove extraneous semicolons Lioncash 2014-11-18 08:27:16 -0500
  • 963c923d59 citra GLFW: Ignore minimal window size hints. Tony Wasserka 2014-11-13 20:47:46 +0100
  • 5785f764ab EmuWindow: Add some explicit documentation and set proper minimal client area size. Tony Wasserka 2014-11-13 20:45:37 +0100
  • 688a5c033e citra-qt: Small cleanup. Tony Wasserka 2014-11-13 20:32:33 +0100
  • 6a6464807a EmuWindow: Add a TODO. Tony Wasserka 2014-11-13 20:31:34 +0100
  • e02ff0121f MathUtil: Make Rectangle work with unsigned types. Tony Wasserka 2014-11-13 20:25:39 +0100
  • c5c6e095f0 OpenGL Renderer: Cleanup viewport extent calculation. Tony Wasserka 2014-11-13 19:33:29 +0100