Commit graph

  • 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
  • 5aa996364c Use proper constant for MSVC darkf 2014-11-29 03:31:13 -0800
  • 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
  • 19bb01c223 EmuWindow: Better document the purpose of OnMinimalClientAreaChangeRequest. Tony Wasserka 2014-11-13 18:24:15 +0100
  • 182476c96a EmuWindow: Remove window title getters/setters. Tony Wasserka 2014-11-13 18:17:39 +0100
  • ded9c8a826 EmuWindow: Add documentation. Tony Wasserka 2014-11-13 18:12:27 +0100
  • 722ce22589 EmuWindow: Add support for specifying minimal client area sizes. Tony Wasserka 2014-10-12 22:46:33 +0200
  • bd8f491e4c Fixup EmuWindow interface and implementations thereof. Tony Wasserka 2014-10-12 18:14:57 +0200
  • 221a9b023d Viewport scaling and display density independence Kevin Hartman 2014-08-29 22:23:12 -0700
  • c8d933a142 Add a GUI logging channel. Tony Wasserka 2014-11-13 17:32:03 +0100
  • 745b0219c5 Merge pull request #200 from lioncash/statics bunnei 2014-11-17 22:55:50 -0500
  • 72846c418e core: Mark some hle functions as static Lioncash 2014-11-16 22:58:39 -0500
  • b66859714b Merge pull request #192 from bunnei/fs-fix-paths bunnei 2014-11-17 22:26:54 -0500
  • 11641b5e79 Archive: Fixed to not destroy archive handle on close. bunnei 2014-11-15 01:08:00 -0500
  • bcb0dbf7e1 Archive: Fixed close archive before freeing. bunnei 2014-11-14 23:47:32 -0500
  • 3e09c07378 FS_User: Support FileSye::Path in a more generic way. bunnei 2014-11-14 00:07:02 -0500
  • a3107a6b57 FileSys: Updated backend code to use FileSys::Path instead of string for paths. bunnei 2014-11-11 19:27:35 -0500
  • c04a04189a FileSys: Added DebugStr method to Path class. bunnei 2014-11-13 19:26:33 -0500
  • 4ac4c3caf1 Merge pull request #201 from archshift/boss bunnei 2014-11-17 17:46:18 -0500
  • 77fe4b5c9e Merge pull request #199 from lioncash/prototype bunnei 2014-11-17 15:21:41 -0500
  • d563bcdaec Merge pull request #202 from lioncash/init-order bunnei 2014-11-17 12:05:32 -0500
  • e27f169acb Add missing boss:U service, needed according to Nintendo Zone logs. archshift 2014-11-16 22:06:54 -0800
  • 827e7a1898 emu_window: Fix initializer list order. Lioncash 2014-11-17 09:27:56 -0500
  • cfea27a615 mem_map: Add missing prototype for Write64 Lioncash 2014-11-16 22:50:13 -0500
  • 8717c79fe4 Merge pull request #195 from lioncash/control Tony Wasserka 2014-11-16 22:50:00 +0100
  • bd76783d91 vertex_shader: Fix control reaches end of function warning Lioncash 2014-11-14 19:32:43 -0500
  • 4409fa8798 Merge pull request #197 from archshift/osx bunnei 2014-11-15 22:37:03 -0500
  • bb9faf3dc5 Set Qt5_DIR in Travis to allow cmake to find Qt5 libraries. archshift 2014-11-15 12:05:30 -0800
  • 80e9c02bd6 Merge pull request #159 from SeannyM/enable_log Tony Wasserka 2014-11-15 12:42:08 +0100
  • b669512249 Merge 42e8cc75d6 into 26622818ae Gareth Poole 2014-11-15 07:24:44 +0000
  • 26622818ae Merge pull request #193 from lioncash/fmt bunnei 2014-11-15 01:41:28 -0500
  • 613627205c Merge pull request #194 from lioncash/virt bunnei 2014-11-15 01:38:51 -0500
  • e8f4361d76 ARM_Interface: Make destructor virtual Lioncash 2014-11-14 12:10:26 -0500
  • ac58b76e71 Fix two format strings. Lioncash 2014-11-14 11:47:06 -0500
  • 3cfdabb2e3 Merge pull request #183 from archshift/lowpath bunnei 2014-11-12 22:56:27 -0500
  • 1f7c4ab7f6 Use std::u16string for conversion between UTF-8 and UTF-16, FS:USER functions archshift 2014-11-10 14:36:32 -0800
  • a490490336 Merge pull request #188 from bunnei/apt-fixes bunnei 2014-11-12 00:06:45 -0500
  • 9fb549cb84 APT_U: Added stub for function AppletUtility. bunnei 2014-11-11 00:32:18 -0500
  • 19cfcfe8c0 APT_U: Set a valid parameter buffer size in GlanceParameter. bunnei 2014-11-11 00:25:35 -0500
  • 8eced1b697 APT_U: Release service lock on initialization. bunnei 2014-11-11 00:12:10 -0500
  • 0df9c34410 APT_U: Fixes for GetLockHandle to boot system titles. bunnei 2014-11-10 23:30:17 -0500