This website requires JavaScript.
40a84833ae
Added ReceiveNotification, PublishToSubscriber unimplemented functions to SRV
archshift
2014-11-01 23:15:38 -07:00
0832cf7cd7
ARM: Merged additional ARMv6 instructions implemented by 3dmoo.
bunnei
2014-10-29 22:37:25 -04:00
bc6989b075
ARM: Merge latest VFP fixes from 3dmoo team.
bunnei
2014-10-29 22:25:54 -04:00
2ca12e7f38
Merge pull request #178 from archshift/errf
bunnei
2014-11-01 23:43:52 -04:00
1c074ced94
Fixed capitalization issues
Gareth Poole
2014-11-01 23:04:38 -04:00
c22923f8c4
Added stub err:f service.
archshift
2014-11-01 20:06:13 -07:00
6e6947118b
Merge pull request #135 from purpasmart96/master
bunnei
2014-11-01 19:03:01 -04:00
539b4c883d
Added a bunch of services
purpasmart96
2014-10-29 18:38:33 -07:00
b4d766fbb3
Merge pull request #167 from yuriks/vfp-build
Tony Wasserka
2014-10-31 23:04:15 +01:00
c6e3c7df62
Fix VFP compilation errors with gcc
Yuri Kunde Schlesner
2014-10-30 22:24:03 -02:00
01e37962e7
Merge pull request #162 from SeannyM/warning-fixes
bunnei
2014-10-29 21:07:27 -04:00
99d0043d64
Merge pull request #161 from archshift/sdmc-detected
bunnei
2014-10-29 20:50:44 -04:00
ed797a4354
FS:USER - Implemented IsSdmcDetected
archshift
2014-10-28 23:41:22 -07:00
0fc71cb6a7
Merge pull request #160 from Gareth422/working
bunnei
2014-10-29 20:26:20 -04:00
9a012ff007
Fix some warnings
Sean
2014-10-29 19:12:39 -04:00
38df9e96dd
Renamed souce files of services to match port names
Gareth Poole
2014-10-28 23:08:37 -04:00
48f80bb79e
Merge pull request #151 from archshift/dyncom-enabled
bunnei
2014-10-27 22:51:10 -04:00
09e19f9f1e
Added gpu_refresh_rate config setting for the new interpreter speed hack.
archshift
2014-10-27 18:56:08 -07:00
0783498f57
Use configuration files to enable or disable the new dyncom interpreter.
archshift
2014-10-25 12:54:44 -07:00
a110b06fb6
Merge pull request #141 from archshift/crash-hunt
bunnei
2014-10-27 21:35:01 -04:00
118d208d2a
Merge pull request #152 from yuriks/doxyfile
bunnei
2014-10-27 21:33:49 -04:00
19d91a45f5
Merge pull request #153 from yuriks/add-override
bunnei
2014-10-27 21:23:16 -04:00
ae311eb3ef
Merge pull request #154 from lioncash/dyncom
bunnei
2014-10-26 14:24:53 -04:00
d155586801
vfp_helper: Get rid of integer type redefinitions
Lioncash
2014-10-26 14:19:44 -04:00
d72708c1f5
Add override keyword through the code.
Yuri Kunde Schlesner
2014-10-26 02:56:13 -02:00
da564d3fe0
Fix compile errors in Clang
Yuri Kunde Schlesner
2014-10-26 00:58:25 -02:00
b97b2ff438
Add a Doxygen configuration file to generate source docs
Yuri Kunde Schlesner
2014-10-25 19:08:11 -02:00
a7a57c04c6
Merge pull request #150 from lioncash/typo
Tony Wasserka
2014-10-25 21:19:43 +02:00
70058f8151
Merge pull request #148 from archshift/no-cstring
bunnei
2014-10-25 15:19:05 -04:00
2dce9b2ead
bit_field: Fix a typo in the sample usage.
Lioncash
2014-10-25 15:12:24 -04:00
4615c73d15
Merge pull request #112 from bunnei/skyeye-dyncom-interpreter
bunnei
2014-10-25 14:35:31 -04:00
818ba32746
ARM: Removed unnecessary and unused SkyEye MMU code.
bunnei
2014-10-07 18:56:40 -04:00
3c823c0028
ARM: Removed unused armos code from SkyEye.
bunnei
2014-10-07 18:11:55 -04:00
130efd461d
ARM: Updated dyncom core to use fast label lookup table on clang.
bunnei
2014-10-07 17:55:26 -04:00
53a22b84da
ARM: Integrate SkyEye faster "dyncom" interpreter.
bunnei
2014-09-12 18:34:51 -04:00
b5e6524594
ARM: Reorganized file structure to move shared SkyEye code to a more common area.
bunnei
2014-09-10 21:27:14 -04:00
fd7f92d242
Merge pull request #149 from linkmauve/open-file-directly-fix
bunnei
2014-10-25 12:39:22 -04:00
2d960f5040
Don’t fail on empty filename in OpenFileDirectly, return the archive handle instead
Emmanuel Gil Peyrot
2014-10-25 16:12:57 +00:00
7fa4dbd0c6
Removed uses of raw c-string manipulation functions.
archshift
2014-10-23 21:17:01 -07:00
ce8390ac03
Merge pull request #133 from archshift/sdmc-enabled
bunnei
2014-10-23 18:51:54 -04:00
424fe27844
Merge pull request #146 from yuriks/inttypes
bunnei
2014-10-23 16:29:42 -04:00
b75ac24391
Use std sized types instead of platform specific typedefs
Yuri Kunde Schlesner
2014-10-22 22:43:15 -02:00
a7c7946867
Common: Return from CreateFullPath early if the directory creation fails
archshift
2014-10-09 23:27:47 -07:00
a59f57d504
Use config files to store whether SDMC is enabled or not
archshift
2014-10-09 19:43:40 -07:00
efacd65b26
Merge pull request #145 from yuriks/shader-log-crash
Tony Wasserka
2014-10-21 20:24:53 +02:00
15c59f3974
Only check OpenGL shader log if size is >1.
Yuri Kunde Schlesner
2014-10-21 16:07:39 -02:00
09fa3aa338
Merge pull request #144 from archshift/graceful-quit
Tony Wasserka
2014-10-19 11:54:19 +02:00
36c04ae2ee
emu_window_glfw.cpp: Fixed graceful quitting
archshift
2014-10-19 00:53:49 -07:00
d32ea3b977
Merge pull request #143 from archshift/graceful-quit
Tony Wasserka
2014-10-18 01:07:04 +02:00
ccb59a9d28
Implemented graceful closing of the GLFW window, along with emulation.
archshift
2014-10-15 18:48:02 -07:00
366ae1b351
hid.cpp: Fixed crash when updating pad data while null
archshift
2014-10-13 22:18:03 -07:00
e4905143c8
Merge pull request #113 from neobrain/opengl_refactor
Tony Wasserka
2014-10-12 15:18:27 +02:00
ac54cd13db
OpenGL renderer: Request a forward compatible context in citra-qt
Yuri Kunde Schlesner
2014-08-30 18:17:47 -03:00
11642fd3a2
Rework OpenGL renderer.
Yuri Kunde Schlesner
2014-08-28 15:21:54 -03:00
fec7f6b035
Rename GPU::Regs::FramebufferFormat to PixelFormat
Yuri Kunde Schlesner
2014-08-28 15:17:09 -03:00
5f598a5e2c
OpenGL renderer: Shuffle initialization code around and rename functions.
Yuri Kunde Schlesner
2014-08-28 06:34:47 -03:00
787a1b047c
Remove virtual inheritance from RendererOpenGL
Yuri Kunde Schlesner
2014-08-28 05:51:57 -03:00
8fb064cd62
Merge pull request #119 from lioncash/warn
bunnei
2014-10-08 23:06:28 -04:00
eb5054e6eb
Fix warnings in video_core
Lioncash
2014-09-28 11:20:06 -04:00
8d1154c24e
Merge pull request #128 from purpasmart96/master
bunnei
2014-10-07 20:30:21 -04:00
20f15f31dd
APT: Added a stub for the "GlanceParameter" function.
purpasmart96
2014-10-05 14:00:58 -07:00
a171000cbe
Merge pull request #108 from archshift/config
bunnei
2014-10-07 19:44:13 -04:00
e6594f9f53
Added configuration file system.
archshift
2014-09-12 17:06:13 -07:00
0e2d83fa3a
Merge pull request #129 from linkmauve/master
bunnei
2014-10-06 15:25:19 -04:00
fbd72fd6bf
Common: Add a helper function to generate a 8.3 filename from a long one. Core: Fix the SDMC Directory implementation to make blargSnes work.
Emmanuel Gil Peyrot
2014-09-29 08:34:37 +00:00
19c2a96ab0
FileSys: Add static asserts for the Directory struct, and fix its fields position.
Emmanuel Gil Peyrot
2014-09-27 19:41:21 +00:00
0be5c03176
FileSys: split the constructor into an Open method, in order to notify the opener something went wrong. Kernel: Return an invalid handle to OpenFile when it failed to open.
Emmanuel Gil Peyrot
2014-09-27 19:21:48 +00:00
23c2fbfc7a
FileSys/Kernel: Implement SetSize service call for File objects.
Emmanuel Gil Peyrot
2014-09-27 19:16:51 +00:00
d34673990b
FileSys: Add forgotten docstrings.
Emmanuel Gil Peyrot
2014-09-27 19:09:04 +00:00
44dabd0dec
Merge pull request #125 from purpasmart96/master
Tony Wasserka
2014-10-05 18:36:49 +02:00
1d0ac47832
Added some more names to the function table
purpasmart96
2014-10-04 15:01:36 -07:00
95f662c96f
Merge pull request #122 from purpasmart96/master
bunnei
2014-09-30 23:13:28 -04:00
7d6f7684e1
added "StoreDataCache" to the function table
purpasmart96
2014-09-30 09:13:29 -07:00
9061cdc9c0
Merge pull request #120 from lioncash/core-common
bunnei
2014-09-29 22:05:56 -04:00
ca2f0de08a
Fix warnings in core and common
Lioncash
2014-09-28 11:30:29 -04:00
ee7cfc71bd
Merge pull request #118 from lioncash/chunk-file
bunnei
2014-09-22 22:02:51 -04:00
07af9a587c
Merge pull request #116 from archshift/sdmc-dir
bunnei
2014-09-22 22:00:47 -04:00
ff442d6cf9
chunk_file: General cleanup
Lioncash
2014-09-21 16:35:27 -04:00
1966f7b0ad
Use the citra user path for the sdmc directory
archshift
2014-09-20 15:11:38 -07:00
a9630a9d2b
Merge pull request #70 from linkmauve/master
bunnei
2014-09-18 22:27:06 -04:00
3a570a9fee
Kernel: Implement the Close command for Archive, File and Directory.
Emmanuel Gil Peyrot
2014-09-14 11:52:52 +00:00
99bfa4ae1f
FS: Implement OpenArchive, OpenDirectory, OpenFile and OpenFileDirectly calls.
Emmanuel Gil Peyrot
2014-09-12 00:48:28 +02:00
c197ce2180
Kernel: Add a Directory object and a getter for it from an Archive object.
Emmanuel Gil Peyrot
2014-09-12 00:48:04 +02:00
c14e5713f5
Core: Add a method to obtain a Directory from an Archive.
Emmanuel Gil Peyrot
2014-09-12 00:47:05 +02:00
33b0d1081e
Core: Add a Directory object, with both a stub and a passthrough implementations.
Emmanuel Gil Peyrot
2014-09-12 00:46:42 +02:00
19d04f3abe
Kernel: Add a File object and a getter for it from an Archive object.
Emmanuel Gil Peyrot
2014-09-12 00:45:40 +02:00
e73caaefe5
Core: Add a passthrough backend for the filesystem, exposed as SDMC.
Emmanuel Gil Peyrot
2014-09-12 00:44:16 +02:00
9251f7e2f8
Core: Add a new File class, obtainable from an Archive, and a stub implementation.
Emmanuel Gil Peyrot
2014-09-12 00:42:59 +02:00
6b7b36a874
Common: Rename the File namespace to FileUtil, to match the filename and prevent collisions.
Emmanuel Gil Peyrot
2014-09-12 00:17:15 +02:00
edaf59a759
Common: Return the number of items read/written in IOFile’s methods instead of a boolean.
Emmanuel Gil Peyrot
2014-09-12 00:16:54 +02:00
1c79a4f10c
Merge pull request #107 from lioncash/sprintf
bunnei
2014-09-16 16:54:41 -04:00
73b6f85f9a
Merge pull request #109 from lioncash/cruft
bunnei
2014-09-15 00:47:13 -04:00
741321ac24
Core: Get rid of unnecessary switch statement in Kernel
Lioncash
2014-09-13 22:48:30 -04:00
31d9cf4d17
Merge pull request #110 from lioncash/warnings
bunnei
2014-09-14 21:28:44 -04:00
5481115e71
Merge pull request #97 from archshift/cleanup
bunnei
2014-09-13 22:58:58 -04:00
6cc7c73b80
Core: Fix warnings in gpu.cpp
Lioncash
2014-09-13 22:55:41 -04:00
093d6fbcdc
Core: Replace a sprintf in core_timing with StringFromFormat
Lioncash
2014-09-12 21:18:46 -04:00
cbdf4d4c8e
Merge pull request #105 from kevinhartman/hid
bunnei
2014-09-12 17:44:25 -04:00
02fd19b2f6
Added support for multiple input device types for KeyMap and connected Qt.
Kevin Hartman
2014-09-08 21:46:02 -07:00
4a94ec934a
Initial HID PAD work, with GLFW only.
Kevin Hartman
2014-09-03 18:12:58 -07:00