bunnei
1aa29b2b6c
Merge pull request #169 from archshift/autoplay
...
Qt: Auto-start game when selected, play game that's passed via argv[1].
2014-11-05 19:17:16 -05:00
bunnei
5a1de3366c
Merge pull request #182 from SeannyM/fix-compile
...
Fix compilation errors
2014-11-02 18:57:30 -05:00
bunnei
9be17e4d84
Merge pull request #163 from archshift/create-directory
...
Added CreateDirectory function to service/fs.cpp, and in Archive.
2014-11-02 17:15:52 -05:00
bunnei
be1fb2c5f2
Merge pull request #179 from Gareth422/myradicalbranch
...
Fixed capitalization issues
2014-11-02 17:12:16 -05:00
bunnei
7f9bcacdf7
Merge pull request #166 from bunnei/skyeye-vfp-fixes
...
SkyEye ARM/VFP fixes
2014-11-02 17:09:35 -05:00
bunnei
94c1c97d2b
Merge pull request #181 from archshift/errf
...
Added ReceiveNotification, PublishToSubscriber unimplemented functions to SRV
2014-11-02 17:07:17 -05:00
bunnei
0832cf7cd7
ARM: Merged additional ARMv6 instructions implemented by 3dmoo.
2014-11-02 01:04:54 -05:00
bunnei
bc6989b075
ARM: Merge latest VFP fixes from 3dmoo team.
2014-11-02 01:04:41 -05:00
bunnei
2ca12e7f38
Merge pull request #178 from archshift/errf
...
Added stub err:f service.
2014-11-01 23:43:52 -04:00
bunnei
6e6947118b
Merge pull request #135 from purpasmart96/master
...
Added a bunch of services
2014-11-01 19:03:01 -04:00
bunnei
01e37962e7
Merge pull request #162 from SeannyM/warning-fixes
...
Fix some warnings
2014-10-29 21:07:27 -04:00
bunnei
99d0043d64
Merge pull request #161 from archshift/sdmc-detected
...
FS:USER - Implemented IsSdmcDetected
2014-10-29 20:50:44 -04:00
bunnei
0fc71cb6a7
Merge pull request #160 from Gareth422/working
...
Renamed souce files of services to match port names
2014-10-29 20:26:20 -04:00
bunnei
48f80bb79e
Merge pull request #151 from archshift/dyncom-enabled
...
Use configuration files to enable or disable the new dyncom interpreter.
2014-10-27 22:51:10 -04:00
bunnei
a110b06fb6
Merge pull request #141 from archshift/crash-hunt
...
hid.cpp: Fixed crash when updating pad data while null
2014-10-27 21:35:01 -04:00
bunnei
118d208d2a
Merge pull request #152 from yuriks/doxyfile
...
Add a Doxygen configuration file to generate source docs
2014-10-27 21:33:49 -04:00
bunnei
19d91a45f5
Merge pull request #153 from yuriks/add-override
...
Add override keyword where appropriate
2014-10-27 21:23:16 -04:00
bunnei
ae311eb3ef
Merge pull request #154 from lioncash/dyncom
...
vfp_helper: Get rid of integer type redefinitions
2014-10-26 14:24:53 -04:00
bunnei
70058f8151
Merge pull request #148 from archshift/no-cstring
...
Removed some uses of raw c-string manipulation functions.
2014-10-25 15:19:05 -04:00
bunnei
4615c73d15
Merge pull request #112 from bunnei/skyeye-dyncom-interpreter
...
SkyEye dyncom interpreter
2014-10-25 14:35:31 -04:00
bunnei
818ba32746
ARM: Removed unnecessary and unused SkyEye MMU code.
...
Added license header back in. I originally removed this because I mostly rewrote the file, but meh
2014-10-25 14:11:41 -04:00
bunnei
3c823c0028
ARM: Removed unused armos code from SkyEye.
2014-10-25 14:11:40 -04:00
bunnei
130efd461d
ARM: Updated dyncom core to use fast label lookup table on clang.
2014-10-25 14:11:40 -04:00
bunnei
53a22b84da
ARM: Integrate SkyEye faster "dyncom" interpreter.
...
Fixed typo (make protected member public)
Added license header back in. I originally removed this because I mostly rewrote the file, but meh
ARM: Fixed a type error in dyncom interpreter.
ARM: Updated dyncom to use unique_ptr for internal ARM state.
2014-10-25 14:11:39 -04:00
bunnei
b5e6524594
ARM: Reorganized file structure to move shared SkyEye code to a more common area.
...
Removed s_ prefix
2014-10-25 14:11:39 -04:00
bunnei
fd7f92d242
Merge pull request #149 from linkmauve/open-file-directly-fix
...
Don’t fail on empty filename in OpenFileDirectly, return the archive handle instead
2014-10-25 12:39:22 -04:00
bunnei
ce8390ac03
Merge pull request #133 from archshift/sdmc-enabled
...
Use config files to store whether SDMC is enabled or not, auto-create SDMC dir.
2014-10-23 18:51:54 -04:00
bunnei
424fe27844
Merge pull request #146 from yuriks/inttypes
...
Use std sized types instead of platform specific typedefs
2014-10-23 16:29:42 -04:00
bunnei
8fb064cd62
Merge pull request #119 from lioncash/warn
...
Fix warnings in video_core
2014-10-08 23:06:28 -04:00
bunnei
8d1154c24e
Merge pull request #128 from purpasmart96/master
...
APT:U Added a stub fuction for "GlanceParameter"
2014-10-07 20:30:21 -04:00
bunnei
a171000cbe
Merge pull request #108 from archshift/config
...
Configuration files
2014-10-07 19:44:13 -04:00
bunnei
0e2d83fa3a
Merge pull request #129 from linkmauve/master
...
Fix the filesystem implementation in order to get blargSnes to run
2014-10-06 15:25:19 -04:00
bunnei
95f662c96f
Merge pull request #122 from purpasmart96/master
...
Added "StoreDataCache" to the function table
2014-09-30 23:13:28 -04:00
bunnei
9061cdc9c0
Merge pull request #120 from lioncash/core-common
...
Fix warnings in core and common
2014-09-29 22:05:56 -04:00
bunnei
ee7cfc71bd
Merge pull request #118 from lioncash/chunk-file
...
chunk_file: General cleanup
2014-09-22 22:02:51 -04:00
bunnei
07af9a587c
Merge pull request #116 from archshift/sdmc-dir
...
Use the citra user path for the sdmc directory
2014-09-22 22:00:47 -04:00
bunnei
a9630a9d2b
Merge pull request #70 from linkmauve/master
...
Implement filesystem services, and the required kernel objects.
2014-09-18 22:27:06 -04:00
bunnei
1c79a4f10c
Merge pull request #107 from lioncash/sprintf
...
Core: Replace a sprintf in core_timing with StringFromFormat
2014-09-16 16:54:41 -04:00
bunnei
73b6f85f9a
Merge pull request #109 from lioncash/cruft
...
Core: Get rid of unnecessary switch statement in Kernel
2014-09-15 00:47:13 -04:00
bunnei
31d9cf4d17
Merge pull request #110 from lioncash/warnings
...
Core: Fix warnings in gpu.cpp
2014-09-14 21:28:44 -04:00
bunnei
5481115e71
Merge pull request #97 from archshift/cleanup
...
Small, general code cleanup
2014-09-13 22:58:58 -04:00
bunnei
cbdf4d4c8e
Merge pull request #105 from kevinhartman/hid
...
Digital user input and HID module implementation for PAD
2014-09-12 17:44:25 -04:00
bunnei
532a9e80a0
Merge pull request #99 from archshift/ext-check
...
loader.cpp: improved file extension checking, made Upper/LowerStr useful, moved string_util into Common namespace
2014-09-11 00:04:36 -04:00
bunnei
d79fe3ebaa
Merge pull request #103 from archshift/prune
...
Prune redundant includes
2014-09-10 18:44:08 -04:00
bunnei
249a567834
Merge pull request #104 from archshift/removal
...
Removed fixed_size_queue.h
2014-09-09 20:56:28 -04:00
bunnei
8891c27425
Merge pull request #101 from lioncash/inf-loop
...
Common: Fix a potential infinite loop in StringUtil's ReplaceAll
2014-09-09 20:53:33 -04:00
bunnei
7f201a9821
Merge pull request #102 from lioncash/define
...
Common: Remove HAVE_CXX11_SYNTAX define from Common.h
2014-09-09 20:50:51 -04:00
bunnei
335082e74e
Merge pull request #95 from lioncash/disassembler
...
core: Make the ARM disassembler use std::string internally
2014-09-08 00:10:13 -04:00
bunnei
85f1b76cd8
Merge pull request #87 from archshift/remove-cruft
...
Removed redundant headers for std implementations
2014-09-07 22:08:06 -04:00
bunnei
a130086587
Merge pull request #93 from lioncash/ref
...
core: Pass string by reference in FetchFromPortName and DeleteService
2014-09-06 14:06:37 -04:00
bunnei
272a201d12
Merge pull request #94 from lioncash/misc
...
Minor cleanup in ncch.
2014-09-06 14:06:14 -04:00
bunnei
5d95d038a0
Merge pull request #88 from archshift/remove-atomic
...
Removed common/atomic, instead using std::atomic
2014-09-04 20:36:21 -04:00
bunnei
fda291816b
Merge pull request #89 from archshift/X11-OSX
...
Removed the need for X11 on OS X
2014-09-03 10:15:46 -04:00
bunnei
c0e48432cd
Merge pull request #69 from yuriks/cmake-cleanup
...
CMake cleanup
2014-09-01 22:29:23 -04:00
bunnei
76372feb19
Merge pull request #84 from bunnei/fix-hw-synchronization
...
Fix GPU/HW synchronization
2014-08-31 00:53:07 -04:00
bunnei
038a51aac1
Merge pull request #82 from yuriks/addr-types
...
Introduce VAddr and PAddr typedefs for ARM addresses.
2014-08-30 23:27:46 -04:00
bunnei
aabfcfe6ad
GPU: Improve frame synchronization, increases compatibility with both homebrew and retail applications.
2014-08-30 23:24:14 -04:00
bunnei
eb36d3fc90
Core: Refactor core to use only one function for execution.
...
Core: Cleaned up comment to be more readable.
Citra: Changed loop to be more readable.
2014-08-30 23:23:38 -04:00
bunnei
738b88293c
Loader: Added support for loading raw BIN executables.
...
- Useful for debugging homebrew
Qt: Updated GUI to support loading .bin files.
2014-08-30 23:23:33 -04:00
bunnei
3ade84cb7b
Threading: Fix thread starting to execute first instruction correctly.
2014-08-30 23:23:32 -04:00
bunnei
ae93adddd1
srv::Initialize: Return "success" status code.
2014-08-30 23:23:31 -04:00
bunnei
06864c93fd
Merge pull request #80 from bunnei/fix-latest-libctru
...
Fixes Citra for the latest changes made to the "refactor" branch of libctru.
- For reference, see: https://github.com/smealum/ctrulib/tree/refactor/libctru
2014-08-28 18:07:45 -04:00
bunnei
6966fdf025
Loader: Added support for loading raw BIN executables.
...
- Useful for debugging homebrew
Qt: Updated GUI to support loading .bin files.
2014-08-28 17:51:49 -04:00
bunnei
304999dfeb
Threading: Fix thread starting to execute first instruction correctly.
2014-08-28 17:51:49 -04:00
bunnei
fb908b9395
srv::Initialize: Return "success" status code.
2014-08-28 17:51:41 -04:00
bunnei
7122c46937
Merge pull request #81 from yuriks/downgrade-shader
...
Downgrade GLSL version to 1.50 (compatible with GL 3.2)
2014-08-28 12:10:40 -04:00
bunnei
1a7bbe2569
Merge pull request #79 from bunnei/framebuffer-render-fixes
...
VideoCore: Fixes rendering issues on Qt and corrects framebuffer output size.
2014-08-26 18:10:23 -04:00
bunnei
20d169e4a1
VideoCore: Fixes rendering issues on Qt and corrects framebuffer output size.
2014-08-26 17:34:52 -04:00
bunnei
fef62d0e54
Merge pull request #74 from kevinhartman/master
...
Initial rewrite of opengl renderer.
2014-08-26 00:03:05 -04:00
bunnei
aa7472057a
Update README.md to correct OS X typo
2014-08-25 19:08:25 -04:00
bunnei
62b621788b
Update README.md
2014-08-25 18:57:47 -04:00
bunnei
97fd8fc38d
Merge pull request #50 from neobrain/pica
...
Further work on Pica emulation
2014-08-25 16:12:10 -04:00
bunnei
613b0a8df8
Merge pull request #75 from xsacha/qt5
...
Fix threading for Qt5.
2014-08-24 22:25:35 -04:00
bunnei
fab2f28ea5
Merge pull request #73 from yuriks/remove-docs
...
Remove documentation for external modules.
2014-08-23 22:12:59 -04:00
bunnei
0ffc966e42
Merge pull request #68 from archshift/readfile
...
Added FS functions to Archive and Archive_RomFS
2014-08-22 18:50:00 -04:00
bunnei
c3c66ad34d
Merge pull request #46 from archshift/citrah
...
Removed unused citra.h
2014-08-21 18:27:54 -04:00
bunnei
59d512484a
Merge pull request #58 from lioncash/clamp
...
Common: Add a clamp function to math_utils.h
2014-08-21 11:31:43 -04:00
bunnei
c9add2e4b2
Merge pull request #64 from linkmauve/master
...
ARM: Remove a forgotten const in vfp.
2014-08-21 11:30:29 -04:00
bunnei
2386764756
Merge pull request #62 from archshift/revert-49-redundantloop
...
Revert "Removed redundant loop in EmuThread::run()"
2014-08-20 13:27:05 -04:00
bunnei
bc64261d29
Merge pull request #60 from xsacha/qt5
...
Use Qt5 by default for citra-qt project.
2014-08-19 19:08:01 -04:00
bunnei
0db986d92a
Merge pull request #61 from lioncash/kernel-stuff
...
Core: Use std::array for managing kernel object space
2014-08-19 19:01:22 -04:00
bunnei
39fbb0d508
Merge pull request #59 from lioncash/fwddecl
...
Common: Get rid of an unnecessary forward declaration in symbols.h
2014-08-19 19:00:22 -04:00
bunnei
e9c5c563a5
Merge pull request #55 from lioncash/string
...
Core: Alter the kernel string functions to use std::string instead of const char*.
2014-08-18 21:42:44 -04:00
bunnei
e179dceecf
Merge pull request #45 from bunnei/master
...
SVC: Added support for svc_GetSystemTick.
2014-08-18 21:34:30 -04:00
bunnei
10f25866e2
SVC: Added support for svc_GetSystemTick.
...
Changed HLE function return methods to be static inline functions.
2014-08-18 21:26:20 -04:00
bunnei
0a1aab5b42
Merge pull request #57 from lioncash/str
...
Common: Don't return a reference to a string when calling GetName in symbols.cpp
2014-08-18 15:35:47 -04:00
bunnei
3bdf052e75
Merge pull request #56 from xsacha/master
...
CMake Cleanup
2014-08-18 15:30:12 -04:00
bunnei
68c81f28d9
Merge pull request #52 from lioncash/memory
...
Common: Correctly set ptr to null if mmap fails in memory_util
2014-08-17 20:38:28 -04:00
bunnei
3cd5ede355
Merge pull request #49 from archshift/redundantloop
...
Removed redundant loop in EmuThread::run()
2014-08-17 20:35:18 -04:00
bunnei
54d5d4477f
Merge pull request #48 from linkmauve/master
...
Replace insecure temporary file creation with devshm.
2014-08-17 20:33:47 -04:00
bunnei
b26f25356d
Merge pull request #51 from lioncash/pragma
...
Common: Move header guards over to pragma once.
2014-08-17 20:32:04 -04:00
bunnei
7ed73af78f
Merge pull request #53 from lioncash/memmap
...
Core: Fix undefined behavior in mem_map_funcs' WriteBlock function
2014-08-17 20:30:30 -04:00
bunnei
0e7d10c5ad
Merge pull request #54 from lioncash/fmt
...
Core: Fix a formatting error in svc.cpp
2014-08-17 20:29:02 -04:00
bunnei
d1c2b76ad1
Merge pull request #47 from archshift/stdstring
...
Bootmanager: changed `filename` to std::string
2014-08-15 09:53:57 -04:00
bunnei
73c53b5eb8
Merge pull request #43 from archshift/iftree
...
Simplified if-tree in extended_trace.cpp
2014-08-13 13:16:03 -04:00
bunnei
388356f629
Merge pull request #42 from archshift/glexp
...
Use glewExperimental to fix crashes with citra-glfw
2014-08-13 13:10:45 -04:00
bunnei
bf7bc3dacd
Merge pull request #39 from bunnei/hid-minor-improvements
...
Hid minor improvements
2014-08-12 18:23:17 -04:00
bunnei
091f6cf55b
HID: Added new function entries from 3dbrew to FunctionTable.
...
HID: Fix typo with DisableGyroscopeLow command.
2014-08-12 18:08:09 -04:00
bunnei
0ccd026a6d
Merge pull request #41 from archshift/itr
...
Changed iterators to use auto, many of which using range-based loops
2014-08-12 10:12:39 -04:00
bunnei
a3e029fad0
Merge pull request #38 from neobrain/replace_registerset
...
Remove the fancy RegisterSet class introduced in 4c2bff61e .
2014-08-11 22:21:54 -04:00