Commit Graph

185 Commits

Author SHA1 Message Date
oddMLan ac0a9258bd Pass Platform solution parameter to UpdateVersion.cmd and package_zip.cmd
This adds the ability to package x64 builds if requested.
2019-09-29 19:20:42 -07:00
Frank-74 79dbd32546 [Project64-Video] Fix desktop brightness
It should only work in fullscreen.
2019-01-14 03:29:17 +00:00
zilmar 58305edc8b [Video] Make sure to close trace 2018-11-24 13:17:37 +10:30
zilmar dc299faebc [Project64] Fix compile bug 2018-11-20 12:17:22 +10:30
zilmar e7f93f2def [Project64] Remove #include <objbase.h> from Common/Trace.h 2018-11-18 11:12:49 +10:30
zilmar fd3f37971c [Build] Change dependency to reference for UpdateVersion 2018-01-05 21:38:48 +11:00
zilmar e4823ef52a [Build] Update project settings for release 2017-11-16 06:12:45 +11:00
zilmar 973f44cd94 [build] Update dependency on UpdateVersion and remove Version.h 2017-11-16 05:59:37 +11:00
zilmar 1178b5c73f Set build number on build 2017-11-15 20:04:09 +11:00
zilmar 5d3b72ce5a [Video] Change settings module name 2017-09-27 06:27:20 +10:00
zilmar 081eae6f01 [Video] remove some unused files from project 2017-09-11 18:15:17 +10:00
zilmar 7da3180fb6 [Video] Rename CGlide64WtlModule to CProject64VideoWtlModule 2017-08-22 17:38:44 +10:00
zilmar a61a466776 [Project64] Fix up some changes to debugger commit 2017-08-21 08:48:31 +10:00
zilmar a91d336846 [Video] Remove voodoo.has_2mb_tex_boundary 2017-08-21 08:20:19 +10:00
zilmar 403bca5f05 [Video] Remove voodoo.sup_32bit_tex 2017-08-18 18:02:38 +10:00
zilmar ebc1a4397c [Video] Remove voodoo.sup_mirroring 2017-08-18 17:55:06 +10:00
zilmar 5ccae44f43 [Video] Remove sup_large_tex 2017-08-18 17:38:29 +10:00
zilmar c33e862b8a [Video] Remove voodoo.max_tex_size 2017-08-18 08:27:54 +10:00
zilmar bddf192160 [Video] Remove g_hwnd_win 2017-08-18 08:08:43 +10:00
zilmar b479eb056d [video] remove GR_SSTTYPE_ 2017-08-18 08:00:46 +10:00
zilmar 631c471fe1 [Video] Remove evoodoo 2017-08-17 17:24:11 +10:00
zilmar c54d981c83 [Video] Remove SIMULATE_ code 2017-08-17 08:22:24 +10:00
zilmar f5b0dee53e [Video] Move vertex definition into Renderer/types.h 2017-08-17 08:18:19 +10:00
zilmar 90dcbd4f3f [Video] Get rdram size from settings 2017-08-16 18:03:13 +10:00
zilmar 0ea0717c87 [Video] Fix compile bug 2017-08-16 17:32:02 +10:00
zilmar a9b189b78c [Video] Fix up some of the types in Ext_TxFilter 2017-08-16 17:11:51 +10:00
zilmar 8ed2c00bac [Video] Reemove Glide inc 2017-08-12 19:01:30 +10:00
zilmar 72645a8e31 [video] Change FxU16 to uint16_t 2017-08-12 15:08:51 +10:00
zilmar 0f77559783 [Video] Remove some includes glide64.h 2017-08-12 14:49:58 +10:00
zilmar 7c9545cbca [Video] Remove gfxVertexLayout 2017-08-11 17:07:23 +10:00
zilmar 4ca6ea5657 [Video] Remove gfxGet 2017-08-11 08:36:26 +10:00
zilmar 05a4cce447 [Video] Make gfxStippleMode_t an enum 2017-08-11 08:25:05 +10:00
zilmar 6350243590 [Video] Add gfxDrawMode_t 2017-08-10 17:37:41 +10:00
zilmar 2ffaa42f9e [video] Add gfxMipMapLevelMask_t 2017-08-10 17:25:40 +10:00
zilmar fe52233411 [Video] FXTRUE/FXFALSE to true/false 2017-08-10 08:30:58 +10:00
zilmar db7518102d [Video] Change FxU8 to uint8_t 2017-08-09 08:38:00 +10:00
zilmar f9b9563a1b [Video] Change FxFloat to float 2017-08-09 08:33:31 +10:00
zilmar f0bd5ca3f2 [Video] Change FxI32 to int32_t 2017-08-09 07:32:10 +10:00
zilmar a361cf8947 [Video] GrTextureFilterMode_t to gfxTextureFilterMode_t 2017-08-09 06:23:11 +10:00
zilmar 81302b6e36 [Video] Rename GrTextureClampMode_t to gfxTextureClampMode_t 2017-08-09 05:55:25 +10:00
zilmar dce36114b8 [Video] Change GrLfbSrcFmt_t to gfxLfbSrcFmt_t 2017-08-09 05:41:19 +10:00
zilmar 35afe5ef45 [video] change GrLfbInfo_t to gfxLfbInfo_t 2017-08-08 22:21:56 +10:00
zilmar 1108535bd9 [video] rename GrLfbWriteMode_t to gfxLfbWriteMode_t 2017-08-08 22:16:31 +10:00
zilmar 955546db81 [Video] Rename GrOriginLocation_t to gfxOriginLocation_t 2017-08-08 20:45:53 +10:00
zilmar 96306c0ee2 [Video] Fix up building on android 2017-08-07 17:25:38 +10:00
zilmar d425d47778 [Video] Change GrBuffer_t to gfxBuffer_t 2017-08-07 08:22:12 +10:00
zilmar 81fbec9e42 [Video] Change GrLock_t to gfxLock_t 2017-08-05 09:01:05 +10:00
zilmar 78df749e3e [Video] Remove ReadScreen 2017-08-04 08:03:04 +10:00
zilmar ebf6f18ac5 [Video] Change GrColorFormat_t to gfxColorFormat_t 2017-08-04 08:00:04 +10:00
zilmar e1fe202999 [Video] Change GrDepthBufferMode_t to gfxDepthBufferMode_t 2017-08-03 08:02:52 +10:00