archshift
dd0e1061ef
Shader JIT: ifdef out reference to ifdef'd out shader_map
...
shader_map was only defined on x86 architectures, but was cleared on shutdown
with no ifdef protection. Ifdef this out so non-x86 architectures can be built.
2015-08-26 22:28:19 +00:00
archshift
4ad86a6f78
Merge pull request #1073 from lioncash/guard
...
citra-qt: Add a missing header guard to util.h
2015-08-25 20:12:59 -07:00
archshift
d1ae413ffd
Stop defining GCC always_inline attributes as __forceinline
...
__forceinline is a MSVC extension, which may confuse some people working on the codebase.
Furthermore, the C++ standard dictates that all names which contain adjacent underscores are reserved.
2015-08-11 19:45:15 -07:00
archshift
84a88005e2
Change trace/unimplemented service call logs to use hex
...
Changes the log to use hex in the parameter list instead of decimal.
2015-07-19 13:34:38 -07:00
archshift
d1e6afaba1
Add more frd:u unknown service commands from 3dbrew
2015-07-19 13:30:20 -07:00
archshift
c7788d9b83
Merge pull request #936 from archshift/kill-sourceforge
...
Update homebrew before building, which no longer uses SourceForge
2015-07-16 21:05:53 -07:00
archshift
dfea8e9109
Update homebrew before building, which no longer uses SourceForge
2015-07-16 20:31:04 -07:00
archshift
2501f111a6
Merge pull request #904 from aroulin/y2r-narrowing-warning
...
Y2R: Fix narrowing warning
2015-07-13 22:07:39 -07:00
archshift
a660469d1e
Fix uploading of builds by adding exec bit to .travis-upload.sh
...
Fixes regression introduced by 6fc605a
2015-07-13 21:00:11 -07:00
archshift
741db6798c
AppVeyor: update WinSCP download link with one that should never expire
2015-06-21 12:59:55 -07:00
archshift
1e8b18708c
AppVeyor: update WinSCP download link (with direct download link)
2015-06-15 13:58:49 -07:00
archshift
1a9d6c8307
AppVeyor: update WinSCP download link
...
Goodbye, SourceForge!
2015-06-15 12:14:41 -07:00
archshift
67f61ced63
Merge pull request #863 from linkmauve/appveyor-noqt-build
...
Create a second Windows archive with only the binaries
2015-06-15 11:23:44 -07:00
archshift
0bebac3259
Merge pull request #861 from yuriks/tevstage-warning
...
video_core: add extra braces around initializer
2015-06-14 10:48:01 -07:00
archshift
7589a5ad4d
Merge pull request #845 from Subv/save
...
ExtSavedata: Save the icon passed to CreateExtSaveData.
2015-06-03 14:53:02 -07:00
archshift
9adb2dfb2e
Merge pull request #844 from chinhodado/xcpretty
...
Use xcpretty for xcodebuild on Travis
2015-06-01 20:21:35 -07:00
archshift
0414ad20cb
Merge pull request #811 from archshift/commonify
...
Commonify video_core utility headers
2015-05-31 09:55:29 -07:00
archshift
76690392bf
Move video_core/color.h to common/color.h
2015-05-30 11:17:37 -07:00
archshift
5df2d1b5f7
Move video_core/math.h to common/vector_math.h
...
The file only contained vector manipulation code, and such widely-useable code doesn't belong in video_core.
2015-05-30 11:17:36 -07:00
archshift
11057488f9
Implement svcBreak
2015-05-16 22:06:59 -07:00
archshift
4b300ba763
Delete unused hle/coprocessor.cpp
2015-05-15 23:24:11 -07:00
archshift
1e436304fa
Update README.md, removing the old Roadmap link and adding the TODO list
...
Closes #759
2015-05-15 20:02:28 -07:00
archshift
a08bb13e8b
Merge pull request #754 from purpasmart96/nwm_typo_fix
...
NWM_UDS: Fix a typo in the nwm service port name
2015-05-11 15:22:01 -07:00
archshift
40310e2132
Implement I4 texture format
...
@neobrain, could you confirm that this is correct?
It's been tested with various different games and fixes different textures, including in Animal Crossing, Kirby Triple Deluxe, and SMB3D.
2015-05-10 18:59:22 -07:00
archshift
e98fbadf4a
Merge pull request #740 from yuriks/gsp-shmem
...
Fix crashes due to un-initialized GSP shared memory
2015-05-10 18:07:44 -07:00
archshift
acc242f6f1
Merge pull request #727 from yuriks/profiler-fix
...
Profiler: Fix off-by-one error when computing average.
2015-05-07 15:50:23 -07:00
archshift
3edbdee17d
Merge pull request #709 from linkmauve/rename-submodules
...
Rename git submodules, so they are more easily accessible from external tools
2015-05-03 14:58:10 -07:00
archshift
d8b22d8b87
Merge pull request #710 from lioncash/static
...
ptm_sysm: Add static specifier to IsLegacyPowerOff
2015-04-24 15:25:18 -07:00
archshift
33aaf13586
Add "or any later version" qualifier to the GPLv2 statement in the readme
2015-04-18 03:32:01 -07:00
archshift
fec6d603b0
Merge pull request #681 from Zaneo/master
...
Changed occurences of colour to color for consistency
2015-04-05 00:11:48 -07:00
archshift
cae89fb315
Allow the user to set the background clear color during emulation
...
The background color can be seen at the sides of the bottom screen or when the window is wider than normal.
2015-04-03 15:35:51 -07:00
archshift
4612d0be6c
Merge pull request #667 from archshift/wut
...
Remove mysterious spaces that were added by `git show --format`
2015-03-19 16:19:07 -07:00
archshift
b4b1070541
Remove mysterious spaces that were added by git show --format
...
No idea why these spaces are only added on recent revisions of Citra
(older revisions did not have this problem).
Let's just remove the spaces then in Powershell.
2015-03-19 16:16:43 -07:00
archshift
df71ed194d
Merge pull request #665 from archshift/appveyor-sigh-
...
AppVeyor: Strip newlines on the build name before trying to upload.
2015-03-17 19:30:09 -07:00
archshift
5c4d8dff2b
Strip newlines on the build name before trying to upload.
2015-03-17 19:26:45 -07:00
archshift
6cc1a07235
CI: upload builds to builds.citra-emu.org instead of MEGA
2015-03-16 18:09:20 -07:00