Commit graph

  • df381e5120 kernel: Shorten GetCount Lioncash 2014-12-03 19:55:45 -0500
  • 7e06be44c1 kernel: Make some functions const Lioncash 2014-12-03 19:48:34 -0500
  • 09872aecea mem_map: Make enum for addresses use u32 as the underlying type Lioncash 2014-12-03 23:34:22 -0500
  • e03fc18a41 hid_user: Pass by reference with PadButtonPress/PadButtonRelease Lioncash 2014-12-03 19:33:54 -0500
  • ca3091ece3 CMake: Place all the built files in BUILD_DIR/bin/<Configuration> when compiling with MSVC Subv 2014-12-01 18:48:27 -0500
  • 7d38dbb1b1 Add stub for ConvertProcessFromDspDram archshift 2014-12-01 00:31:37 -0800
  • 2f407d20db PTM_U: Added a stub for GetBatteryLevel & GetBatteryChargeState & GetAdapterState purpasmart96 2014-11-28 16:56:44 -0800
  • b8b26cdc77 Silence a few -Wsign-compare warnings. Rohit Nirmal 2014-11-30 01:44:30 -0600
  • 229265ee02 AC_U: Added a stub for GetWifiStatus purpasmart96 2014-11-28 17:17:55 -0800
  • 4178e80312 PTM_U: Implemented the GetShellState function. Subv 2014-11-23 11:06:54 -0500
  • 0d3449c9f9 Fixed viewport error caused by rounding vaguilar 2014-11-30 00:48:10 -0800
  • f71f3a7fc2 DSP: Added stubs for several commonly used DSP service functions. bunnei 2014-11-26 14:30:53 -0500
  • c00706859f DSP: Fixed typo in port name. bunnei 2014-11-26 00:39:36 -0500
  • 5e10817d04 CFG:U: Implemented the GetCountryCodeID and GetCountryCodeString. Subv 2014-11-19 15:55:33 -0500
  • 36f2a2ce40 Merge Config::ReadXYZs archshift 2014-11-15 11:56:18 -0800
  • f539795362 Mutex: Changed behavior to always release mutex for all threads. bunnei 2014-11-26 14:37:58 -0500
  • 546fdcd5d8 Thread: Check that thread is actually in "wait state" when verifying wait. bunnei 2014-11-26 00:38:50 -0500
  • 2f61cda3f6 SVC: Add debug log to ArbitrateAddress. bunnei 2014-11-26 00:35:20 -0500
  • a70535390a SVC: SleepThread should yield to the next ready thread. bunnei 2014-11-26 00:34:14 -0500
  • 66ccdcce83 GLFW: Add an error callback before calling glfwInit() Emmanuel Gil Peyrot 2014-11-28 23:35:57 +0000
  • 80beb058a0 dyncom: Use unordered_map rather than the terrible 2-level bb_map Yuri Kunde Schlesner 2014-11-29 17:42:39 -0200
  • c99e2ccb87 arm_dyncom_interpreter: Get rid of unused var warnings Lioncash 2014-11-29 14:13:29 -0500
  • d6baf1e59a Fixed formatting and switch statement warnings vaguilar 2014-11-27 02:35:27 -0800
  • f6c552310c Remove unused includes to common/thread.h Emmanuel Gil Peyrot 2014-11-25 20:37:23 +0000
  • 6c75a3551b Use pointers instead of passing handles around in some functions. Yuri Kunde Schlesner 2014-11-24 15:51:50 -0200
  • 0481f306cb Remove duplicated docs/update them for changed parameters. Yuri Kunde Schlesner 2014-10-31 21:19:20 -0200
  • 0d428280fa HLE: Revamp error handling throrough the HLE code Yuri Kunde Schlesner 2014-10-23 01:20:01 -0200
  • e4c1b43ece Change some SkyEye defines to const ints Yuri Kunde Schlesner 2014-10-25 17:52:39 -0200
  • 0d59f6b9ea Added DeleteFile and DeleteDirectory functions to FS:USER and the archives. archshift 2014-11-11 10:37:26 -0800
  • d9b34bcc10 Update CONTRIBUTING.md Yuri Kunde Schlesner 2014-11-23 19:54:04 -0200
  • 63d1ede625 Add comment style notes to CONTRIBUTING.md Yuri Kunde Schlesner 2014-11-23 19:44:00 -0200
  • d63e9804b8 Add more services and some fixes, along with more "override" in the service's headers purpasmart96 2014-11-12 13:13:08 -0800
  • 4153101f5b Remove tabs in all files except in skyeye imports and in generated GL code Emmanuel Gil Peyrot 2014-11-19 09:02:05 +0000
  • ca10bda591 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
  • b2af87c0e8 Add static to some variables Lioncash 2014-11-18 08:48:11 -0500
  • 3b0bf3b7a3 Update gitignore to exclude project/editor files archshift 2014-11-18 15:15:41 -0800
  • 31c473b68b citra GLFW: Ignore minimal window size hints. Tony Wasserka 2014-11-13 20:47:46 +0100
  • 8efe1fd1e5 EmuWindow: Add some explicit documentation and set proper minimal client area size. Tony Wasserka 2014-11-13 20:45:37 +0100
  • 534655fc01 citra-qt: Small cleanup. Tony Wasserka 2014-11-13 20:32:33 +0100
  • 113a614202 EmuWindow: Add a TODO. Tony Wasserka 2014-11-13 20:31:34 +0100
  • d58d0087fa MathUtil: Make Rectangle work with unsigned types. Tony Wasserka 2014-11-13 20:25:39 +0100
  • a6b05dc89e OpenGL Renderer: Cleanup viewport extent calculation. Tony Wasserka 2014-11-13 19:33:29 +0100
  • a85f69dded EmuWindow: Better document the purpose of OnMinimalClientAreaChangeRequest. Tony Wasserka 2014-11-13 18:24:15 +0100
  • ddb9800259 EmuWindow: Remove window title getters/setters. Tony Wasserka 2014-11-13 18:17:39 +0100
  • e2d82c0a2f EmuWindow: Add documentation. Tony Wasserka 2014-11-13 18:12:27 +0100
  • 476b7c8d4b EmuWindow: Add support for specifying minimal client area sizes. Tony Wasserka 2014-10-12 22:46:33 +0200
  • cb14fcdd65 Fixup EmuWindow interface and implementations thereof. Tony Wasserka 2014-10-12 18:14:57 +0200
  • 1bdf8f254e Viewport scaling and display density independence Kevin Hartman 2014-08-29 22:23:12 -0700
  • 5ce2cb9ef4 Add a GUI logging channel. Tony Wasserka 2014-11-13 17:32:03 +0100
  • 60d1b459ec Fix documentation of parameters Lioncash 2014-11-18 08:31:24 -0500
  • aaabed0ead directory_sdmc: Fix a signed/unsigned mismatch comparison Lioncash 2014-11-18 08:51:03 -0500
  • f00e099846 system: Get rid of an unnecessary enum typedef Lioncash 2014-11-18 08:57:25 -0500
  • faff2b448d Remove extraneous semicolons Lioncash 2014-11-18 08:27:16 -0500
  • 00996c8271 core: Mark some hle functions as static Lioncash 2014-11-16 22:58:39 -0500
  • 232f0e1ca2 Archive: Fixed to not destroy archive handle on close. bunnei 2014-11-15 01:08:00 -0500
  • 8a40ffa7ae Archive: Fixed close archive before freeing. bunnei 2014-11-14 23:47:32 -0500
  • 04f33c1eaa FS_User: Support FileSye::Path in a more generic way. bunnei 2014-11-14 00:07:02 -0500
  • 94fe465d45 FileSys: Updated backend code to use FileSys::Path instead of string for paths. bunnei 2014-11-11 19:27:35 -0500
  • 3c7aac0e88 FileSys: Added DebugStr method to Path class. bunnei 2014-11-13 19:26:33 -0500
  • 3e16cacb52 Add missing boss:U service, needed according to Nintendo Zone logs. archshift 2014-11-16 22:06:54 -0800
  • 37cc83c5c3 mem_map: Add missing prototype for Write64 Lioncash 2014-11-16 22:50:13 -0500
  • 63a2fc4554 emu_window: Fix initializer list order. Lioncash 2014-11-17 09:27:56 -0500
  • 8f4866a8ec vertex_shader: Fix control reaches end of function warning Lioncash 2014-11-14 19:32:43 -0500
  • fe17946fc3 Loader: Add 3DSX support ichfly 2014-11-16 15:48:47 +0100
  • 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
  • 00d56e94cb Merge d7630f97cc into d5be332d21 archshift 2014-12-01 04:31:44 +0000
  • 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