saltypatron.eth
saltypatron.eth
CC#
Created by Ice on 2/23/2023 in #help
Very very new to coding. - How do i make a celcius to Fahrenheit converter? (Its an assignment)
Thats simply not true. Sorry friend
48 replies
CC#
Created by Ice on 2/23/2023 in #help
Very very new to coding. - How do i make a celcius to Fahrenheit converter? (Its an assignment)
You need to learn how to do the tasks without going to communities and asking them for the solution
48 replies
CC#
Created by Ice on 2/23/2023 in #help
Very very new to coding. - How do i make a celcius to Fahrenheit converter? (Its an assignment)
School assignments generally don't get help as we would only be helping you cheat yourself
48 replies
CC#
Created by The Joker on 2/22/2023 in #help
❔ Process.Start() Retroarch Emulator C#
im actually working on building a 68000 MPU computer on a breadboard... it's the processor that powered the genesis
37 replies
CC#
Created by The Joker on 2/22/2023 in #help
❔ Process.Start() Retroarch Emulator C#
"Sega Genesis"
37 replies
CC#
Created by The Joker on 2/22/2023 in #help
❔ Process.Start() Retroarch Emulator C#
you need to wrap your arguments in quotes when they have spaces
37 replies
CC#
Created by The Joker on 2/22/2023 in #help
❔ Process.Start() Retroarch Emulator C#
string commandline = string.Format("-L \"{0}\" \"{1}\"", @"EMULATOR\Sega Genesis\cores\genesis_plus_gx_libretro.dll", rom);
37 replies
CC#
Created by The Joker on 2/22/2023 in #help
❔ Process.Start() Retroarch Emulator C#
yeah, thats your problem
37 replies
CC#
Created by The Joker on 2/22/2023 in #help
❔ Process.Start() Retroarch Emulator C#
are there spaces in the path and if so, are they surrounded with quotes?
37 replies
CC#
Created by The Joker on 2/22/2023 in #help
❔ Process.Start() Retroarch Emulator C#
is the path to the rom as the argument an actual path?
37 replies
CC#
Created by The Joker on 2/22/2023 in #help
❔ Process.Start() Retroarch Emulator C#
you say the emulator launches but no game... that means you gave it a bad file name or something to that effect...
37 replies
CC#
Created by The Joker on 2/22/2023 in #help
❔ Process.Start() Retroarch Emulator C#
im just giving you ideas on how you can debug and step through and figure out where exactly it breaks
37 replies
CC#
Created by The Joker on 2/22/2023 in #help
❔ Process.Start() Retroarch Emulator C#
your coworkers might have access to github but most of the time they wont have the bandwidth to look
37 replies
CC#
Created by The Joker on 2/22/2023 in #help
❔ Process.Start() Retroarch Emulator C#
lets solve this in a real world fashion
37 replies
CC#
Created by The Joker on 2/22/2023 in #help
❔ Process.Start() Retroarch Emulator C#
no
37 replies
CC#
Created by The Joker on 2/22/2023 in #help
❔ Process.Start() Retroarch Emulator C#
can you get it to run with the output command from a terminal instead of through your app? Instead of Process.Start, do Console.WriteLine
37 replies
CC#
Created by The Joker on 2/22/2023 in #help
❔ Process.Start() Retroarch Emulator C#
are you getting friendly names as the name? are your arguments in the right order? is your path being combined (use Path.Combine(A, B, C)...) properly?
37 replies
CC#
Created by The Joker on 2/22/2023 in #help
❔ Process.Start() Retroarch Emulator C#
well i think my questions are still valid
37 replies
CC#
Created by The Joker on 2/22/2023 in #help
❔ Process.Start() Retroarch Emulator C#
ahh, so it's value is still called Text
37 replies
CC#
Created by The Joker on 2/22/2023 in #help
❔ Process.Start() Retroarch Emulator C#
that way it fills in the right name for you
37 replies