This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| use std::borrow::Cow; | |
| use std::collections::hash_map::Entry; | |
| use rspirv::dr::{Builder, InsertPoint, Instruction, Module, Operand}; | |
| use rustc_hash::{FxHashMap, FxHashSet}; | |
| use spirv::{Decoration, Op, StorageClass, Word}; | |
| pub struct Pass<'a> { | |
| pub builder: &'a mut Builder, | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using System.Runtime.CompilerServices; | |
| using System.Text; | |
| using System.Threading.Tasks; | |
| namespace Snowflake.Support.Orchestration.Overlay.Runtime.Windows.Hooks | |
| { | |
| /// <summary> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| CRC_START 0051d9b0 (0011cdb0) | |
| SHA1_START 005332f0 (001326f0) | |
| TEXT_START 00441598 (0040998) | |
| 400C00 | |
| Chessmaster, The (U) (PRG1) [!p].nes 7df6320c 100489462ceb0756dfb06d418f26445dda9c002b | |
| Maxi 15 (HES) (Green Version) [!p].nes 39484cc9 5e97182be1bf430a4799ced61337ac16506a9ed8 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [package] | |
| name = "stripnesheader" | |
| version = "0.1.0" | |
| edition = "2021" | |
| # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | |
| [dependencies] | |
| anyhow = "1" | |
| tempfile = "3" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @echo off | |
| ::Log Start message | |
| echo --Start log FlashcartHelper %time% %date%-- >> fh.log | |
| ::Forces move, copy and other commands to suppress confirmation | |
| SET COPYCMD=/Y | |
| ::Determines if FlashcartHelper runs in the Desktop, Userprofile, Windows direcory, Documents folder, or root. If yes, FH will refuse to run. | |
| IF "%cd%" EQU "%userprofile%\Desktop" goto invpath | |
| IF "%cd%" EQU "%userprofile%" goto invpath | |
| IF "%cd%" EQU "%windir%\*" goto invpath | |
| IF "%cd%" EQU "C:" goto invpath |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ifeq ($(strip $(DEVKITARM)),) | |
| $(error "Please set DEVKITARM in your environment. export DEVKITARM=<path to>devkitARM") | |
| endif | |
| include $(DEVKITARM)/ds_rules | |
| GRIT := grit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| texture tex : WAVEFORMDATA; | |
| sampler sTex = sampler_state | |
| { | |
| Texture = (tex); | |
| MipFilter = LINEAR; | |
| MinFilter = LINEAR; | |
| MagFilter = LINEAR; | |
| AddressU = Clamp; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [General] | |
| Device=Speakers / Headphones, Realtek Audio | |
| PreAmp=-4.5 | |
| [Speakers] | |
| SpeakerId0=0 | |
| SpeakerTargets0=all | |
| SpeakerName0=All | |
| SpeakerId1=1 | |
| SpeakerTargets1=L | |
| SpeakerName1=Left |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 4 | |
| $type|FullTimeStaff | |
| yearlySalary|100000.0 | |
| sickDaysLeft|20.0 | |
| firstName|Bob | |
| lastName|Ross | |
| employeeNumber|1 | |
| --- | |
| $type|FullTimeStaff | |
| yearlySalary|50000.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| values: | |
| BooleanValue: | |
| value: true | |
| guid: 0000-0000-0000-0000 | |
| StringValue: | |
| value: "String" | |
| guid: 0000-0000-0000-0000 | |
| PathValue: | |
| value: "C:\\Some\\Path.rom" | |
| guid: 0000-0000-0000-0000 |
NewerOlder